Skip to content

chore(deps): bump mongodb from 3.3.0 to 3.6.0#25288

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/mongodb-3.6.0
Closed

chore(deps): bump mongodb from 3.3.0 to 3.6.0#25288
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/mongodb-3.6.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps mongodb from 3.3.0 to 3.6.0.

Release notes

Sourced from mongodb's releases.

v3.6.0

The MongoDB Rust driver team is pleased to announce the v3.6.0 release of the mongodb crate, now available for download from crates.io.

Highlighted Changes

Client Backpressure

With 3.6.0, the client has a variety of changes to improve behavior when connected to overloaded servers, most notably retrying against a different server (if available). For more details on server load-shedding, see the documentation for Intelligent Workload Management.

Full Release Notes

Impactful changes are listed below; for a complete list of changes see this GitHub query.

Improvements

  • RUST-2268 Add jitter to convenient transaction retries (#1588)
  • RUST-2267 Avoid clearing connection pool when server connection rate limiter triggers (#1584)
  • RUST-2324 Implement Cursor on top of RawBatchCursor (#1620)
  • RUST-2273 Exponential backoff and jitter in retry loops (#1626)
  • RUST-2325 Use raw batch iterator for gridfs downloads (#1632)
  • RUST-2385 Finalize client backpressure changes (#1654)
  • minor: bump MSRV to 1.85 (#1670)
  • Add feature flag to use aws-lc-rs instead of ring as the rustls crypto provider (#1662) (thanks @​TimTheBig!)

Bugfixes

  • RUST-2344 Encode values in GCP/Azure OIDC URLs (#1593)
  • RUST-2346 Remove check for '|' in metadata (#1599)
  • RUST-2363 ensure empty tag matches servers with no tag set (#1616)
  • RUST-2335 Fix and test logic for error comparison on retry (#1637)
  • RUST-2390 Fix Cursor::has_next (#1652)
  • RUST-2394 Fix a race condition deadlock in Client::shutdown (#1658)
  • RUST-2400 Fix and test retry behavior for a mix of overload and non-overload errors (#1669)

v3.5.2

The MongoDB Rust driver team is pleased to announce the v3.5.2 release of the mongodb crate, now available for download from crates.io.

Full Release Notes

Bugfixes

  • RUST-2363 Ensure empty tag matches servers with no tag set (#1617)

v3.5.1

The MongoDB Rust driver team is pleased to announce the v3.5.1 release of the mongodb crate, now available for download from crates.io.

This release removes a check added in 3.4.0 that would reject metadata containing the | character.

Full Release Notes

... (truncated)

Commits

@dependabot dependabot Bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Apr 27, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 27, 2026 15:23
@dependabot dependabot Bot force-pushed the dependabot/cargo/mongodb-3.6.0 branch 6 times, most recently from bd02699 to 72a3564 Compare May 5, 2026 00:08
@dependabot dependabot Bot force-pushed the dependabot/cargo/mongodb-3.6.0 branch 2 times, most recently from 9db63fa to 02beb15 Compare May 6, 2026 18:40

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 02beb15304

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread Cargo.lock
"hickory-proto 0.25.2",
"ipconfig",
"lru-cache",
"moka",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Regenerate third-party licenses after removing lru-cache

Because this bump changes hickory-resolver from lru-cache to moka, lru-cache is no longer present anywhere in Cargo.lock (checked with rg '^name = "lru-cache"|"lru-cache"' Cargo.lock), but LICENSE-3rdparty.csv still contains the lru-cache entry. That leaves the generated license manifest out of sync and will fail the repository's make check-licenses/dd-rust-license-tool check gate; please regenerate the license file with the updated lockfile.

Useful? React with 👍 / 👎.

@dependabot dependabot Bot force-pushed the dependabot/cargo/mongodb-3.6.0 branch 7 times, most recently from 174e3f5 to 2e31508 Compare May 13, 2026 17:59
@dependabot dependabot Bot force-pushed the dependabot/cargo/mongodb-3.6.0 branch 4 times, most recently from 8ad158e to 2001b45 Compare May 18, 2026 22:03
Bumps [mongodb](https://github.com/mongodb/mongo-rust-driver) from 3.3.0 to 3.6.0.
- [Release notes](https://github.com/mongodb/mongo-rust-driver/releases)
- [Commits](mongodb/mongo-rust-driver@v3.3.0...v3.6.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-version: 3.6.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/cargo/mongodb-3.6.0 branch from 2001b45 to 951b566 Compare May 20, 2026 15:52
@dependabot @github

dependabot Bot commented on behalf of github May 26, 2026

Copy link
Copy Markdown
Contributor Author

Looks like mongodb is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 26, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/mongodb-3.6.0 branch May 26, 2026 21:20
@github-actions github-actions Bot locked and limited conversation to collaborators May 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants