Release Notes navigation

Release Notes

Release notes for each DocumentDB release, derived directly from the source code at the release's git tag rather than from CHANGELOG.md (which tracks internal release trains and can diverge from tagged releases). The machine-extracted per-release inventories behind these pages live in the release-facts/ directory.

Releases

VersionTag dateNotes
v0.114-02026-06-16Current release. Schema validation on by default, gateway environment-variable configuration, non-blocking unique index builds.
v0.113-02026-05-11Collation support for non-unique ordered indexes, $sortGroup accumulator sort pushdown, TTL dead-entry pruning.

Older releases are listed on the GitHub releases page.

Reading documentation for a specific version

  • The documentation site always describes the latest release; version-sensitive facts carry annotations such as "added in v0.113-0" or "default changed in v0.114-0".
  • Frozen per-version snapshots of this documentation are available as git tags on the docs repository — pick the tag matching your release to browse the docs exactly as they were.