deps: Update Rust crate mongodb to v3 - autoclosed #98
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2
->3
Release Notes
mongodb/mongo-rust-driver (mongodb)
v3.1.0
Compare Source
The MongoDB Rust driver team is pleased to announce the v3.1.0 release of the
mongodb
crate, now available for download from crates.io.This release provides compatibility with MongoDB 8.0, including support for a number of new in-use encryption features.
Full Release Notes
Features
Improvements
Tasks
v3.0.1
Compare Source
The MongoDB Rust driver team is pleased to announce the v3.0.1 release of the
mongodb
crate, now available for download from crates.io.This release fixes two bugs:
Collection::watch
didn't use theCollection
's type parameterFull Release Notes
Bugfixes
v3.0.0
Compare Source
The MongoDB Rust driver team is pleased to announce the v3.0.0 release of the
mongodb
crate, now available for download from crates.io.Highlighted Changes
Breaking Changes
3.0 introduces a wide variety of improvements that required backwards-incompatible API changes; in most cases these changes should require only minor updates in application code.
Most notably:
EventHandler
type, which can be constructed from a callback, async callback, or an async channel sender.tokio
; support forasync-std
has been discontinued.For detailed information on breaking changes and examples of migrating from 2.x to 3.0, please see the migration guide.
Bulk Write
The Rust driver now implements the new Bulk Write specification, which supports performing mixed write operations against multiple namespaces in a minimized number of round-trips to the server. This feature is only available for early testing using MongoDB 8.0 release candidate binaries. This feature is not recommended for use in production until the stable release of MongoDB 8.0.
OIDC Authentication
The Rust driver can now authenticate using an OpenID Connect access token, including support for both the machine and human authentication flows, and automatic token acquisition for Azure and GCP.
Included Changes
Below are a selected list of other changes with user impact; for a full list of changes see this GitHub query.
Breaking Changes
New Features
Improvements
Bugfixes
Configuration
📅 Schedule: Branch creation - "before 7pm" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.