Skip to content

Build(deps): bump mongo from 2.23.0 to 2.24.0#2532

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/mongo-2.24.0
Open

Build(deps): bump mongo from 2.23.0 to 2.24.0#2532
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/mongo-2.24.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps mongo from 2.23.0 to 2.24.0.

Release notes

Sourced from mongo's releases.

2.24.0

The MongoDB Ruby team is pleased to announce version 2.24.0 of the mongo gem - a pure-Ruby driver for connecting to, querying, and manipulating MongoDB databases. This is a new minor release in the 2.x series of MongoDB Ruby Driver.

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

gem install -v 2.24.0 mongo

Or simply add it to your Gemfile:

gem 'mongo', '2.24.0'

Have any feedback? Click on through to MongoDB's JIRA and open a new ticket to let us know what's on your mind 🧠.

New Features

  • Added support for MongoDB's Intelligent Workload Management (IWM) and ingress connection rate limiting features. The driver now gracefully handles write-blocking scenarios and optimizes connection establishment during high-load conditions to maintain application availability.

    • Supported on all commands.
    • Custom application retry logic may need to be adjusted to avoid retrying too long.
    • Upgrade is recommended to avoid impacts of server changes related to overload errors.
      • If not upgrading, custom application retry logic may need to be adjusted to handle higher rates of overload errors. See Overload Errors.
    • Add URI option maxAdaptiveRetries to configure the maximum number of retries for operations that fail with a SystemOverloadedError (default: 2).
    • Add URI option enableOverloadRetargeting to control whether retries of SystemOverloadedError will attempt to use a different server (default: false).
  • Added serverMonitoringMode option configures which server monitoring protocol to use. Valid modes are "stream", "poll", or "auto". The default value is "auto":

    • With "stream" mode, the client use the streaming protocol when the server supports it or fall back to the polling protocol otherwise.
    • With "poll" mode, the client use the polling protocol.
    • With "auto" mode, the client behave the same as "poll" mode when running on a FaaS platform or the same as "stream" mode otherwise. The client detects that it's running on a FaaS platform via the same rules for generating the client.env handshake metadata field in the MongoDB Handshake spec.
  • RUBY-3381 RUBY-3640 Remove support for server versions 3.6 and 4.0 (PR)

Bug Fixes

Commits

@dependabot dependabot Bot added dependencies ruby Pull requests that update Ruby code labels Apr 20, 2026
@github-actions
Copy link
Copy Markdown

⚠️ This repo is Continuously Deployed: make sure you follow the guidance ⚠️

@dependabot dependabot Bot force-pushed the dependabot/bundler/mongo-2.24.0 branch from c2c1406 to 1b7e0f0 Compare April 22, 2026 10:09
Bumps [mongo](https://github.com/mongodb/mongo-ruby-driver) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/mongodb/mongo-ruby-driver/releases)
- [Commits](mongodb/mongo-ruby-driver@v2.23.0...v2.24.0)

---
updated-dependencies:
- dependency-name: mongo
  dependency-version: 2.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bundler/mongo-2.24.0 branch from 1b7e0f0 to e6a9fed Compare May 8, 2026 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants