Skip to content

Bump mongo from 2.24.0 to 2.24.1#1650

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/bundler/mongo-2.24.1
May 21, 2026
Merged

Bump mongo from 2.24.0 to 2.24.1#1650
github-actions[bot] merged 1 commit into
masterfrom
dependabot/bundler/mongo-2.24.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Bumps mongo from 2.24.0 to 2.24.1.

Release notes

Sourced from mongo's releases.

2.24.1

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

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

gem install -v 2.24.1 mongo

Or simply add it to your Gemfile:

gem 'mongo', '2.24.1'

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-3831 Skip OpenTelemetry command spans for sensitive commands (PR)
  • RUBY-3456 Suppress no-op SDAM debug log lines (PR)

New Features

RUBY-3602 Include server address in OperationFailure and BulkWriteError messages (PR)

  • New Mongo::Config.include_server_address_in_errors flag (default false). When true, Mongo::Error::OperationFailure and Mongo::Error::BulkWriteError messages are suffixed with (on host:port) so users can identify which server produced the error.
  • Both #message and #to_s render the suffix, since it's baked into the string passed to super at construction. ResultCombiner accumulates unique addresses across split bulk batches so multi-server bulks produce (on h1:27017, h2:27017).
  • Default-off behavior is byte-identical to current. No breaking changes. Planned to stay opt-in (no default flip).

RUBY-3220 Add databaseName property to command events (PR)

  • Sync find.yml from the command-logging-and-monitoring spec so commandSucceededEvent and commandFailedEvent expectations include databaseName. Schema bumped from 1.1 to 1.15.
  • The Ruby driver's event classes already exposed database_name on CommandStarted, CommandSucceeded, and CommandFailed, and the unified runner already supports asserting databaseName on any command event — this change exercises that path through the unified spec tests.
  • RUBY-3712 Expose atClusterTime in snapshot sessions (PR)
Commits
  • 5d2041a Bump version to 2.24.1 (#3043)
  • a8d41fc RUBY-3831 Skip OpenTelemetry command spans for sensitive commands (#3038)
  • 1c6ef47 Add MongoDB 8.2 to Evergreen test matrix (#3037)
  • 487b536 RUBY-3628 Deprecate hedged reads option (#3036)
  • b15712e RUBY-3712 Expose atClusterTime in snapshot sessions (#3035)
  • e2efaeb RUBY-3220 Add databaseName property to command events (#3031)
  • 55a7526 RUBY-3824 Restore conditional skip logic in transactions spec runner (#3033)
  • 2925bac RUBY-3456 Suppress no-op SDAM debug log lines (#3030)
  • 3dae92c RUBY-3623 Rename WriteConcernFailed code name to WriteConcernTimeout (#3032)
  • c173493 RUBY-3808 Remove jruby auth from evergreen (#3029)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mongo](https://github.com/mongodb/mongo-ruby-driver) from 2.24.0 to 2.24.1.
- [Release notes](https://github.com/mongodb/mongo-ruby-driver/releases)
- [Commits](mongodb/mongo-ruby-driver@v2.24.0...v2.24.1)

---
updated-dependencies:
- dependency-name: mongo
  dependency-version: 2.24.1
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions github-actions Bot enabled auto-merge (squash) May 21, 2026 01:05
@github-actions github-actions Bot merged commit f053584 into master May 21, 2026
26 checks passed
@dependabot dependabot Bot deleted the dependabot/bundler/mongo-2.24.1 branch May 21, 2026 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants