File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,24 @@ its test suite.
21
21
2.17
22
22
====
23
23
24
- This release of the Ruby driver increases the minimum required Ruby version
25
- to 2.5.
24
+ This release of the Ruby driver supports MongoDB version 5.1. It also increases
25
+ the minimum required Ruby version to 2.5, and drops support for MongoDB
26
+ versions older than 3.6.
27
+
28
+ This release includes the following new features:
29
+
30
+ - Added new readConcern level "snapshot" (non-speculative) for read commands outside of transactions, including on secondaries.
31
+ - Support $merge and $out executing on secondaries.
32
+ - Support 'let' option for aggregate and CRUD commands.
33
+
34
+ The following bugs were fixed:
35
+
36
+ - Push monitor thread can exit when address resolution fails.
37
+
38
+ The following non-breaking changes were made:
26
39
40
+ - mapReduce command is now deprecated.
41
+ - Avoid tight looping in push monitor
27
42
28
43
2.16
29
44
====
You can’t perform that action at this time.
0 commit comments