2.20.1
mongodb-dbx-release-bot
released this
10 Jul 15:44
·
22 commits
to master
since this release
Version 2.20.1 of the MongoDB Ruby Driver is now available.
Release Highlights
This patch release includes one bug fix, and one documentation update:
- RUBY-3496 Certain retryable errors were not being retried when legacy retries were enabled. Thank you to Joe Lim for the PR!
- RUBY-3434 Documentation was added/improved to suggest how to configure Mongoid for use with forking web servers. Thank you to Johnny Shields for the PR!
Documentation
Documentation is available at MongoDB.com.
Installation
You may install this version via RubyGems, with:
gem install --version 2.20.1 mongo
What's Changed
- RUBY-3434: Improve documentation for forking servers by @johnnyshields in #2856
- DRIVERS-2769 Add test for unknown auth mechanism by @comandeo-mongo in #2858
- DOCSP-38547 Update Quick Start Title by @jordan-smith721 in #2864
- RUBY-3500 Fix failing test configurations by @comandeo-mongo in #2879
- RUBY-3496 Fix legacy read pool retry error by @joelim41 in #2878
Full Changelog: v2.20.0...v2.20.1