v2.17.0
版本发布时间: 2021-11-17 19:22:02
mongodb/mongo-ruby-driver最新发布版本:v2.21.0(2024-09-20 01:38:30)
This feature release of the Ruby Driver adds support for MongoDB server 5.1.
This release includes the following new features:
- RUBY-2524 Snapshot reads. Added new readConcern level "snapshot" (non-speculative) for read commands outside of transactions, including on secondaries.
- RUBY-2526 Support $merge and $out executing on secondaries
- RUBY-2659 Support 'let' option for aggregate command
- RUBY-2821 Support 'let' option for CRUD commands
This release removes support for Ruby versions 2.3 and 2.4. The minimal required Ruby version is now 2.5. Read more about this change here.
This release also removes support for MongoDB versions older than 3.6. Read more about this change here.
The following bugs were fixed:
The following non-breaking changes were made: