Skip to content

Commit 90df37d

Browse files
authored
DOCSP-43707: 2.21 changes
2 parents 909ca6d + 7b8a0ff commit 90df37d

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

config/redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
define: prefix docs/ruby-driver
22
define: base https://www.mongodb.com/${prefix}
33
define: mongoid_base https://www.mongodb.com/docs/mongoid
4-
define: versions v1.x v2.0 v2.1 v2.2 v2.3 v2.4 v2.5 v2.6 v2.7 v2.8 v2.9 v2.10 v2.11 v2.12 v2.13 v2.14 v2.15 v2.16 v2.17 v2.18 v2.19 v2.20 master
5-
symlink: current -> v2.20
4+
define: versions v1.x v2.0 v2.1 v2.2 v2.3 v2.4 v2.5 v2.6 v2.7 v2.8 v2.9 v2.10 v2.11 v2.12 v2.13 v2.14 v2.15 v2.16 v2.17 v2.18 v2.19 v2.20 v2.21 master
5+
symlink: current -> v2.21
66

77
raw: /${prefix} -> ${base}/current/
88

source/reference/driver-compatibility.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ for that Ruby version is deprecated.
341341
- JRuby 9.2
342342
- JRuby 9.1
343343

344-
* - 2.20
344+
* - 2.20 to 2.21
345345
- |checkmark|
346346
- |checkmark|
347347
- |checkmark|

source/release-notes.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ comprehensive list of changes in each version of the driver and the
1717
for the complete list of changes, including those internal to the driver and
1818
its test suite.
1919

20+
.. _release-notes-2.21:
21+
22+
2.21
23+
====
24+
25+
This release includes the following new features:
26+
27+
- Adds support for the Client-Side Operations Timeout (CSOT) feature, which unifies
28+
most timeout-related options under a single ``timeout_ms`` option.
29+
- Adds support for MongoDB Server version 8.0.
30+
- Adds support for range v2 queries with Queryable Encryption, including a new ``trim_factor``
31+
parameter. For more information about Queryable Encryption, see :manual:`Queryable Encryption </core/queryable-encryption>`
32+
in the MongoDB Server manual.
2033

2134
.. _release-notes-2.20:
2235

@@ -39,7 +52,6 @@ This release includes the following new features:
3952
- When attempting a retry of a read or write operation in a sharded topology,
4053
the retry will be attempted on a different mongos instance, if possible.
4154

42-
4355
.. _release-notes-2.19:
4456

4557
2.19

0 commit comments

Comments
 (0)