File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11module 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
77require (
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
1212require (
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
44github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
55github.com/sethvargo/go-githubactions v1.3.1 h1:rlwwLRUaunWLQ1aN2o5Y+3s0xhaTC30YObCnilRx448 =
66github.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 =
99gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
1010gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
1111gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
You can’t perform that action at this time.
0 commit comments