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 11define: prefix docs/ruby-driver
22define: base https://www.mongodb.com/${prefix}
33define: 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
77raw: /${prefix} -> ${base}/current/
88
Original file line number Diff line number Diff 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|
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
1717for the complete list of changes, including those internal to the driver and
1818its 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
45572.19
You can’t perform that action at this time.
0 commit comments