Skip to content

Commit e638354

Browse files
committed
Prepare v0.107.0-ferretdb-2.7.0 release
1 parent 2fdd5d8 commit e638354

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
### documentdb v1.107-0 (Unreleased) ###
1+
### DocumentDB v0.107.0-ferretdb-2.7.0 (November 9, 2025) ###
2+
3+
This version works best with FerretDB v2.7.0.
4+
(We skipped v2.6.0 to align DocumentDB and FerretDB version numbers.)
5+
6+
Docker images are available
7+
[in the registry](https://github.com/FerretDB/documentdb/pkgs/container/postgres-documentdb).
8+
`.deb` packages for Debian and Ubuntu, and `.rpm` packages for Red Hat Enterprise Linux (RHEL) are provided
9+
[on the release page](https://github.com/FerretDB/documentdb/releases/tag/v0.107.0-ferretdb-2.7.0).
10+
See installation instructions [in our documentation](https://docs.ferretdb.io/installation/documentdb/).
11+
12+
### documentdb v1.107-0 (August 20, 2025) ###
213
- Support sort by _id against the _id index using the enableIndexOrderbyPushdown flag *[Feature]*.
314
- Improvements to explain for various scan types *[Feature]*.
415

packaging/defineversion/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module github.com/FerretDB/documentdb/packaging/defineversion
22

3-
go 1.24
3+
go 1.25
44

5-
toolchain go1.24.6
5+
toolchain go1.25.4
66

77
require (
88
github.com/sethvargo/go-githubactions v1.3.1
9-
github.com/stretchr/testify v1.10.0
9+
github.com/stretchr/testify v1.11.1
1010
)
1111

1212
require (

packaging/defineversion/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
44
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
55
github.com/sethvargo/go-githubactions v1.3.1 h1:rlwwLRUaunWLQ1aN2o5Y+3s0xhaTC30YObCnilRx448=
66
github.com/sethvargo/go-githubactions v1.3.1/go.mod h1:7/4WeHgYfSz9U5vwuToCK9KPnELVHAhGtRwLREOQV80=
7-
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
8-
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
7+
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
8+
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
99
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
1010
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
1111
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=

0 commit comments

Comments
 (0)