chore(deps): update rust crate mongodb to v3.8.0 - #397
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #397 +/- ##
=======================================
Coverage 68.20% 68.20%
=======================================
Files 4 4
Lines 456 456
=======================================
Hits 311 311
Misses 145 145
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
3.6.0→3.8.0Release Notes
mongodb/mongo-rust-driver (mongodb)
v3.8.0Compare Source
The MongoDB Rust driver team is pleased to announce the v3.8.0 release of the
mongodbcrate, now available for download from crates.io.Highlighted Changes
In-Use Encryption String API GA
The string API for in-use encryption (previously named the text API) is now stable and GA! This brings with it the following changes:
text-indexes-unstablefeature is no longer required to enable this API. The feature still exists for backwards compatibility but does nothing.TextOptionsstruct is nowStringOptions.Algorithm::TextPreviewis deprecated in favor ofAlgorithm::String."prefixPreview","suffixPreview", and"substringPreview"are deprecated in favor of"prefix","suffix", and"substring"respectively.The GA API requires mongodb server version 9.0. The preview API can continue to be used with pre-9.0 server versions.
Server 4.2 EOL
As of this release, connecting to server version 4.2 is deprecated. Support for 4.2 will be removed in the 3.9.0 release.
MONGODB-AWSexplicit authentication property deprecationThe use of explicit username, password, or the
"AWS_SESSION_TOKEN"property with theMONGODB-AWSauth mechanism is deprecated, and will emit warnings when debug assertions are enabled. Support for these will be removed in version 4.0 of the driver.Hickory performance on Windows
A long-standing bug in the
hickory-resolvercase when running on Windows caused performance degredation when using amongodb+srvconnection string. Happily, this bug is now fixed, so users who previously used our recommended workaround of a custom DNS configuration on Windows can now remove that workaround.Full Release Notes
Impactful changes are listed below; for a complete list of changes see this GitHub query.
New Features
Improvements
Bugfixes
v3.7.0Compare Source
The MongoDB Rust driver team is pleased to announce the v3.7.0 release of the
mongodbcrate, now available for download from crates.io.Highlighted Changes
MSRV Increase
This release updates the minimum supported rust compiler version to 1.88.
Hickory Dependency Version Increase
Due to a security advisory, the version of
hickoryused internally has been updated to 0.26. This should have no user-visible behavior impact.Client::shutdownimprovementsThe implementation of shutdown's wait for server resource cleanup and background task termination has been improved to be more consistent and cover more cases.
Full Release Notes
Impactful changes are listed below; for a complete list of changes see this GitHub query.
Improvements
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.