chore(deps): update dependency mongodb.driver to 3.9.0#193
Open
Workleap IT (Infra-Workleap) wants to merge 1 commit into
Open
chore(deps): update dependency mongodb.driver to 3.9.0#193Workleap IT (Infra-Workleap) wants to merge 1 commit into
Workleap IT (Infra-Workleap) wants to merge 1 commit into
Conversation
Contributor
Author
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the centrally-managed NuGet dependency version for MongoDB.Driver to 3.8.1 in order to pick up the latest upstream fixes (including the referenced security-related dependency update).
Changes:
- Bump
MongoDB.Driverfrom3.7.1to3.8.1via central package management (Directory.Packages.props).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
c4bb27c to
1cabc7c
Compare
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.7.1→3.9.0Release Notes
mongodb/mongo-csharp-driver (MongoDB.Driver)
v3.9.0: .NET Driver Version 3.9.0 Release NotesThis is the general availability release for the 3.9.0 version of the driver.
The main new features in 3.9.0 include:
Improvements:
Fixes:
Maintenance:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
v3.8.1: .NET Driver Version 3.8.1 Release NotesThis is a patch release that addresses a security issue:
Known warning when restoring: SharpCompress NU1902
When restoring a project that references this driver with the .NET 8 SDK or newer, NuGet may emit the
NU1902audit warning for the transitiveSharpCompress 0.30.1dependency (GHSA-6c8g-7p36-r338 — directory traversal viaIArchive.WriteToDirectory()). The driver does not use that API;SharpCompressis only used for in-memory ZLib stream compression of MongoDB wire-protocol messages, so the driver's usage does not expose consumers to this advisory. This issue will be addressed in an upcoming release (CSHARP-6037).Documentation on the .NET driver can be found here.
v3.8.0: .NET Driver Version 3.8.0 Release NotesThis is the general availability release for the 3.8.0 version of the driver.
The main new features in 3.8.0 include:
MongoDB v8.3 Compatible Features:
Improvements:
Fixes:
Maintenance:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Renovate Bot.