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.
21212.17
2222====
2323
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:
2639
40+ - mapReduce command is now deprecated.
41+ - Avoid tight looping in push monitor
2742
28432.16
2944====
You can’t perform that action at this time.
0 commit comments