File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
define: prefix docs/ruby-driver
2
2
define: base https://www.mongodb.com/${prefix}
3
3
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
6
6
7
7
raw: /${prefix} -> ${base}/current/
8
8
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ for that Ruby version is deprecated.
341
341
- JRuby 9.2
342
342
- JRuby 9.1
343
343
344
- * - 2.20
344
+ * - 2.20 to 2.21
345
345
- |checkmark|
346
346
- |checkmark|
347
347
- |checkmark|
Original file line number Diff line number Diff line change @@ -17,6 +17,19 @@ comprehensive list of changes in each version of the driver and the
17
17
for the complete list of changes, including those internal to the driver and
18
18
its test suite.
19
19
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.
20
33
21
34
.. _release-notes-2.20:
22
35
@@ -39,7 +52,6 @@ This release includes the following new features:
39
52
- When attempting a retry of a read or write operation in a sharded topology,
40
53
the retry will be attempted on a different mongos instance, if possible.
41
54
42
-
43
55
.. _release-notes-2.19:
44
56
45
57
2.19
You can’t perform that action at this time.
0 commit comments