Skip to content

Prepare for 2.21.1 #2928

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

Merged
merged 2 commits into from
Apr 30, 2025
Merged

Prepare for 2.21.1 #2928

merged 2 commits into from
Apr 30, 2025

Conversation

jamis
Copy link
Contributor

@jamis jamis commented Apr 28, 2025

Release candidate for 2.21.1.

Proposed Release Notes

Version 2.21.1 of the MongoDB Ruby Driver is now available. This is the latest patch release in the 2.21 series.

Install it via RubyGems at the command line:

$ gem install -v 2.21.1 mongo

Or via Bundler, in a Gemfile:

gem 'mongo', '2.21.1'

It includes the following bug fixes:

  • RUBY-3604 Fix a race condition in the authentication flow that could cause authentication to fail incorrectly when multiple simultaneous threads are attempting to authenticate. (PR by @jteich)
  • RUBY-3658 When a timeout is specified on the client, database, or operation, partial writes to the server are never completed, resulting in timeouts. (PR)

@jamis jamis requested a review from a team as a code owner April 28, 2025 17:16
@jamis jamis requested a review from comandeo-mongo April 28, 2025 17:16
@jamis jamis merged commit 2ab53dd into mongodb:master Apr 30, 2025
195 of 203 checks passed
@jamis jamis deleted the prep-2.21.1 branch April 30, 2025 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants