8000 Release v0.104-0 (June 09, 2025) · microsoft/documentdb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

v0.104-0 (June 09, 2025)

Pre-release
Pre-release
Compare
Choose a tag to compare
@AvijitkGupta AvijitkGupta released this 10 Jun 10:04
· 39 commits to main since this release

This release adds collation support for key operators, enables background index builds, improves user CRUD defaults, and expands feature/config coverage.

  1. Add string case support for $toDate operator.
  2. Support sort with collation in runtime.
  3. Support collation with $indexOfArray aggregation operator.
  4. Support collation with array and object comparisons.
  5. Default support enabled for Read & Read\Write privileges with secondary users.
  6. Enable $let support for delete queries (requires EnableVariablesSupportForWriteCommands to be enabled).
  7. Support compact command (requires documentdb.enablecompact GUC).
  8. Enable role privileges for usersInfo command.

Performance
Enable rum_enable_index_scan as default.

Tooling / Infra
Add public documentdb-local Docker image with gateway to GHCR.

Full Changelog: v0.103-0...v0.104-0

0