This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
Update Rust crate mongodb to 2.8.2 - autoclosed #19
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.7.0
->2.8.2
Release Notes
mongodb/mongo-rust-driver (mongodb)
v2.8.2
Compare Source
The MongoDB Rust driver team is pleased to announce the v2.8.2 release of the
mongodb
crate, now available for download from crates.io.This release fixes a potential issue when serializing messages.
Full Release Notes
Improvements
OP_MSG
payload type 1) (#1009)Bugfixes
v2.8.1
Compare Source
The MongoDB Rust driver team is pleased to announce the v2.8.1 release of the
mongodb
crate, now available for download from crates.io.This release fixes two bugs:
Full Release Notes
Bugfixes
v2.8.0
Compare Source
The MongoDB Rust driver team is pleased to announce the v2.8.0 release of the
mongodb
crate, now available for download from crates.io.Highlighted Changes
Search Index Management Helpers
The
Collection
type now has thecreate_search_index
,create_search_indexes
,update_search_index
,drop_search_index
, andlist_search_indexes
methods, allowing comprehensive management of search indexes from client code.Reliability Improvements
More error types will be automatically retried, and retries will avoid mongos backends with network connectivity issues. Also note that the documentation for
with_transaction
has been updated to clarify error handling requirements to avoid a deadlock.Included Changes
Below are a selected list of changes with user impact; for a full list of changes see this GitHub query.
New Features
Improvements
Operation::build
(#942)MSRV-Cargo.lock
(#981) (thanks @stIncMale!)GetMoreProvider
trait into a generic struct (#983) (thanks @stIncMale!)Bugfixes
v2.7.1
Compare Source
The MongoDB Rust driver team is pleased to announce the v2.7.1 release of the
mongodb
crate, now available for download from crates.io.This release fixes a bug that caused a memory leak in various circumstances.
Full Release Notes
Bugfixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.