Skip to content

Commit 8453d93

Browse files
authored
Prepare v0.105.0-ferretdb-2.4.0 release (#87)
2 parents 973fd0a + ec5b9cc commit 8453d93

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1-
### documentdb v0.105-0 (Unreleased) ###
1+
### DocumentDB v0.105.0-ferretdb-2.4.0 (July 15, 2025) ###
2+
3+
This version works best with FerretDB v2.4.0.
4+
5+
Debian and Ubuntu `.deb` packages are provided
6+
[on the release page](https://github.com/FerretDB/documentdb/releases/tag/v0.105.0-ferretdb-2.4.0).
7+
See installation instructions [in our documentation](https://docs.ferretdb.io/installation/documentdb/deb/).
8+
9+
Docker images are available
10+
[in the registry](https://github.com/FerretDB/documentdb/pkgs/container/postgres-documentdb).
11+
See installation instructions [in our documentation](https://docs.ferretdb.io/installation/documentdb/docker/).
12+
We always recommend specifying the full image tag (e.g., `17-0.105.0-ferretdb-2.4.0`, not just `17` or `17-0.105.0`)
13+
to avoid unexpected updates.
14+
15+
### documentdb v0.105-0 (July 09, 2025) ###
216
* Support `$bucketAuto` aggregation stage, with granularity types: `POWERSOF2`, `1-2-5`, `R5`, `R10`, `R20`, `R40`, `R80`, `E6`, `E12`, `E24`, `E48`, `E96`, `E192` *[Feature]*
317
* Support `conectionStatus` command *[Feature]*.
418

5-
### DocumentDB v0.104.0-ferretdb-2.3.0 (Jun 10, 2025) ###
19+
### DocumentDB v0.104.0-ferretdb-2.3.0 (June 10, 2025) ###
620

721
This version works best with FerretDB v2.3.0 and v2.3.1.
822

@@ -33,7 +47,7 @@ to avoid unexpected updates.
3347
* Support `compact` command *[Feature]*. Requires `documentdb.enablecompact` GUC to be `on`.
3448
* Enable role privileges for `usersInfo` command *[Feature]*
3549

36-
### DocumentDB v0.103.0-ferretdb-2.2.0 (May 9, 2025) ###
50+
### DocumentDB v0.103.0-ferretdb-2.2.0 (May 09, 2025) ###
3751

3852
This version works best with FerretDB v2.2.0.
3953

packaging/debian_files/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
documentdb (DOCUMENTDB_VERSION) unstable; urgency=medium
22

3+
* Support `$bucketAuto` aggregation stage, with granularity types: `POWERSOF2`, `1-2-5`, `R5`, `R10`, `R20`, `R40`, `R80`, `E6`, `E12`, `E24`, `E48`, `E96`, `E192` [Feature]
4+
* Support `conectionStatus` command [Feature]
5+
6+
-- FerretDB Packages <packages@ferretdb.io> Tue, 09 Jul 2025 12:00:00 +0000
7+
8+
documentdb (0.104-0) unstable; urgency=medium
9+
310
* Add string case support for $toDate operator
411
* Support sort with collation in runtime [Feature]
512
* Support collation with $indexOfArray aggregation operator [Feature]

0 commit comments

Comments
 (0)