-
Notifications
You must be signed in to change notification settings - Fork 532
Release candidate for 2.21.3 #2950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@Copilot
Copilot
AI
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the MongoDB Ruby driver version from 2.21.2 to 2.21.3 as part of a patch release. The release includes a bug fix for OCSP endpoint CA verification.
- Update version number to 2.21.3 in configuration and version files
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
product.yml | Updates the version number configuration from 2.21.2 to 2.21.3 |
lib/mongo/version.rb | Updates the VERSION constant from 2.21.2 to 2.21.3 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
The MongoDB Ruby team is pleased to announce version 2.21.3 of the
mongo
gem - a pure-Ruby driver for connecting to, querying, and manipulating MongoDB databases. This is a new patch release in the 2.21.x series of the MongoDB Ruby Driver.Install this release using RubyGems via the command line as follows:
Or simply add it to your
Gemfile
:Have any feedback? Click on through to MongoDB's JIRA and open a new ticket to let us know what's on your mind 🧠.
Bug Fixes