You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version works best with [FerretDB v2.0.0 (GA)](https://github.com/FerretDB/FerretDB/releases/tag/v2.0.0).
20
24
21
-
This version works best with [FerretDB v2.0.0-rc.2](https://github.com/FerretDB/FerretDB/releases/tag/v2.0.0-rc.2).
25
+
Debian and Ubuntu `.deb` packages are provided [on the release page](https://github.com/FerretDB/documentdb/releases/tag/v0.102.0-ferretdb-2.0.0).
26
+
See installation instructions [in our documentation](https://docs.ferretdb.io/installation/documentdb/deb/).
22
27
23
-
Debian and Ubuntu `.deb` packages are now [provided](https://github.com/FerretDB/documentdb/releases/tag/v0.102.0-ferretdb-2.0.0-rc.2).
24
-
Docker images are available [here](https://github.com/FerretDB/FerretDB/pkgs/container/postgres-documentdb).
28
+
Docker images are available [in the registry](https://github.com/FerretDB/documentdb/pkgs/container/postgres-documentdb).
29
+
See installation instructions [in our documentation](https://docs.ferretdb.io/installation/documentdb/docker/).
30
+
We always recommend specifying the full image tag (e.g., `17-0.102.0-ferretdb-2.0.0`, not just `17` or `17-0.102.0`) to avoid unexpected updates.
25
31
26
-
### documentdb v0.102-0 (Unreleased) ###
32
+
### documentdb v0.102-0 (March 26, 2025) ###
27
33
* Support index pushdown for vector search queries *[Bugfix]*
28
34
* Support exact search for vector search queries *[Feature]*
29
35
* Inline $match with let in $lookup pipelines as JOIN Filter *[Perf]*
@@ -34,11 +40,11 @@ Docker images are available [here](https://github.com/FerretDB/FerretDB/pkgs/con
34
40
* Disable analyze statistics for unique index uuid columns which improves resource usage *[Perf]*
35
41
* Support collation with `$expr`, `$in`, `$cmp`, `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte` comparison operators (Opt-in) *[Feature]*
36
42
* Support collation in `find`, aggregation `$project`, `$redact`, `$set`, `$addFields`, `$replaceRoot` stages (Opt-in) *[Feature]*
37
-
* Support collation with `$setEquals`, `$setUnion`, `$setIntersection`, `$setDifference`, `$setIsSubet` in the aggregation pipeline (Opt-in) *[Feature]*
43
+
* Support collation with `$setEquals`, `$setUnion`, `$setIntersection`, `$setDifference`, `$setIsSubset` in the aggregation pipeline (Opt-in) *[Feature]*
38
44
* Support unique index truncation by default with new operator class *[Feature]*
39
45
* Top level aggregate command `let` variables support for `$geoNear` stage *[Feature]*
40
46
* Enable Backend Command support for Statement Timeout *[Feature]*
41
-
* Support type aggregation operator `$toUUID`. *[Feature]*
47
+
* Support type aggregation operator `$toUUID`. *[Feature]*
42
48
* Support Partial filter pushdown for `$in` predicates *[Perf]*
43
49
* Support the $dateFromString operator with full functionality *[Feature]*
44
50
* Support extended syntax for `$getField` aggregation operator. Now the value of 'field' could be an expression that resolves to a string. *[Feature]*
0 commit comments