This version works best with FerretDB v2.2.0.
arm64 Docker images and .deb packages are provided now!
Debian and Ubuntu .deb packages are provided on the release page. See installation instructions in our documentation.
Docker images are available in the registry. See installation instructions in our documentation. We always recommend specifying the full image tag (e.g., 17-0.103.0-ferretdb-2.2.0, not just 17 or 17-0.103.0) to avoid unexpected updates.
documentdb v0.103-0 (May 9, 2025)
- Support collation with aggregation and find on sharded collections [Feature]
- Support
$convertonbinDatatobinData,stringtobinDataandbinDatatostring(except withformat: auto) [Feature] - Fix list_databases for databases with size > 2 GB [Bugfix] (documentdb#119)
- Support half-precision vector indexing, vectors can have up to 4,000 dimensions [Feature]
- Support ARM64 architecture when building docker container [Preview]
- Support collation with
$documentsand$replaceWithstage of the aggregation pipeline [Feature]