chore(deps): update dependency mongodb.driver to 3.3.0 #464

Open
kjuulh wants to merge 1 commits from renovate/mongo-csharp-driver-monorepo into main
Owner

This PR contains the following updates:

Package Type Update Change
MongoDB.Driver (source) nuget minor 3.2.1 -> 3.3.0

Release Notes

mongodb/mongo-csharp-driver (MongoDB.Driver)

v3.3.0: .NET Driver Version 3.3.0 Release Notes

This is the general availability release for the 3.3.0 version of the driver.

[!IMPORTANT]
A future minor release will raise the minimum supported MongoDB Server version from 4.0 to 4.2. This is in accordance with MongoDB Software Lifecycle Schedules. Support for MongoDB Server 4.0 will be dropped in a future release!

The main new features in 3.3.0 include:
  • CSHARP-5469: Support $lookup in CSFLE and QE
  • CSHARP-5205: Add option to configure DEK cache lifetime
  • CSHARP-4883: Support SkipWhile and TakeWhile methods in LINQ
  • CSHARP-5472: Support of NamespaceType property into ChangeStreamDocument
  • CSHARP-5478: Support for $rankFusion aggregation stage
  • CSHARP-5527: Support for $sigmoid expression in LINQ
  • CSHARP-5506: Support dictionary[key] for keys that aren't strings but are serialized as strings in LINQ queries
  • CSHARP-1585: Support for $elemMatch filters directly against the elements with no field name
  • CSHARP-5481: Implement OfType and Is support for queries with scalar discriminators
Improvements:
  • CSHARP-5496: Reduce locks contention on server selection and connection checkout
Fixes:
  • CSHARP-5513: Fix ChangeStream DisambiguatedPaths implementation
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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [MongoDB.Driver](https://www.mongodb.com/docs/drivers/csharp/) ([source](https://github.com/mongodb/mongo-csharp-driver)) | nuget | minor | `3.2.1` -> `3.3.0` | --- ### Release Notes <details> <summary>mongodb/mongo-csharp-driver (MongoDB.Driver)</summary> ### [`v3.3.0`](https://github.com/mongodb/mongo-csharp-driver/releases/tag/v3.3.0): .NET Driver Version 3.3.0 Release Notes This is the general availability release for the 3.3.0 version of the driver. > \[!IMPORTANT]\ > A future minor release will raise the minimum supported MongoDB Server version from 4.0 to 4.2. This is in accordance with [MongoDB Software Lifecycle Schedules](https://www.mongodb.com/legal/support-policy/lifecycles). Support for MongoDB Server 4.0 will be dropped in a future release! ##### The main new features in 3.3.0 include: - [CSHARP-5469](https://jira.mongodb.org/browse/CSHARP-5469): Support $lookup in CSFLE and QE - [CSHARP-5205](https://jira.mongodb.org/browse/CSHARP-5205): Add option to configure DEK cache lifetime - [CSHARP-4883](https://jira.mongodb.org/browse/CSHARP-4883): Support SkipWhile and TakeWhile methods in LINQ - [CSHARP-5472](https://jira.mongodb.org/browse/CSHARP-5472): Support of NamespaceType property into ChangeStreamDocument - [CSHARP-5478](https://jira.mongodb.org/browse/CSHARP-5478): Support for $rankFusion aggregation stage - [CSHARP-5527](https://jira.mongodb.org/browse/CSHARP-5527): Support for $sigmoid expression in LINQ - [CSHARP-5506](https://jira.mongodb.org/browse/CSHARP-5506): Support dictionary\[key] for keys that aren't strings but are serialized as strings in LINQ queries - [CSHARP-1585](https://jira.mongodb.org/browse/CSHARP-1585): Support for $elemMatch filters directly against the elements with no field name - [CSHARP-5481](https://jira.mongodb.org/browse/CSHARP-5481): Implement OfType and Is support for queries with scalar discriminators ##### Improvements: - [CSHARP-5496](https://jira.mongodb.org/browse/CSHARP-5496): Reduce locks contention on server selection and connection checkout ##### Fixes: - [CSHARP-5513](https://jira.mongodb.org/browse/CSHARP-5513): Fix ChangeStream DisambiguatedPaths implementation ##### Maintenance: - [CSHARP-5494](https://jira.mongodb.org/browse/CSHARP-5494): Deprecate Hedged Reads options The full list of issues resolved in this release is available at [CSHARP JIRA project](https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%203.3.0%20ORDER%20BY%20key%20ASC). Documentation on the .NET driver can be found [here](https://www.mongodb.com/docs/drivers/csharp/v3.3.0/). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjAuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-03-28 23:52:11 +01:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/mongo-csharp-driver-monorepo:renovate/mongo-csharp-driver-monorepo
git checkout renovate/mongo-csharp-driver-monorepo
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/todo#464
No description provided.