Skip to content

Conversation

jamis
Copy link
Contributor

@jamis jamis commented Aug 19, 2025

The MongoDB Ruby team is pleased to announce version 2.20.2 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.20.x series of the MongoDB Ruby Driver.

Install this release using RubyGems via the command line as follows:

gem install -v 2.20.2 mongo

Or simply add it to your Gemfile:

gem 'mongo', '2.20.2'

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

  • RUBY-3694 Use correct CA when verifying OCSP endpoint (PR)

@Copilot Copilot AI review requested due to automatic review settings August 19, 2025 16:25
@jamis jamis added the release-candidate Identifies PR's that represent potential new releases. label Aug 19, 2025
Copy link

@Copilot Copilot AI left a 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 prepares the MongoDB Ruby Driver for a patch release version 2.20.2, which includes a bug fix for OCSP endpoint verification using the correct CA certificate.

  • Updates version number from 2.20.1 to 2.20.2 in configuration and code files
  • Reformats the product description for better readability across multiple lines

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
product.yml Updates version number and reformats description with line break
lib/mongo/version.rb Updates VERSION constant from '2.20.1' to '2.20.2'

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@jamis jamis merged commit ee03e8f into mongodb:2.20-stable Aug 19, 2025
190 of 214 checks passed
@jamis jamis deleted the rc-2.20.2 branch August 19, 2025 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-candidate Identifies PR's that represent potential new releases.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants