chore(deps): update dependency mongodb.driver to v3.2.0 #437

Merged
kjuulh merged 1 commits from renovate/mongo-csharp-driver-monorepo into main 2025-02-13 03:29:53 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
MongoDB.Driver (source) nuget minor 3.1.0 -> 3.2.0

Release Notes

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

v3.2.0: .NET Driver Version 3.2.0 Release Notes

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

The main new features in 3.2.0 include:

  • Support casting from an interface to a concrete type in a filter expression - CSHARP-4572
  • Support for BSON Binary Vector subtype that helps make MongoDB Vector Search more efficient and easy to work with - CSHARP-5202
  • Support for additional methods in LINQ, such as Append, OfType, Repeat, SequenceEqual - CSHARP-4872, CSHARP-4876, CSHARP-4878, CSHARP-4880
  • Support strings with "Range" operator for Atlas Search - CSHARP-5429
  • Added ObjectSerializerAllowedTypesConvention to more easily configure allowed types for ObjectSerializer - CSHARP-4495
  • Added Kubernetes Support for OIDC - CSHARP-5026
  • Added BsonDateOnlyOptionsAttribute to control the serialization of DateOnly - CSHARP-5345
  • Added array field support for "In" and "Range" operators in Atlas Search - CSHARP-5430
  • Fixed an error where BulkWrite command would not be retried when throwing a ClientBulkWriteException - CSHARP-5449
  • Fixed a bug where BsonGuidRepresentationAttribute will not work on nullable GUIDs - CSHARP-5456
  • EnumRepresentationConvention will now also be applied to collection of enums - CSHARP-2096
  • Automatically retry KMS requests on transient errors - CSHARP-5017
  • LINQ aggregate Group now supports $addToSet operator - CSHARP-5446
  • Minor bug fixes and improvements.

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 becomes conflicted, 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.1.0` -> `3.2.0` | --- ### Release Notes <details> <summary>mongodb/mongo-csharp-driver (MongoDB.Driver)</summary> ### [`v3.2.0`](https://github.com/mongodb/mongo-csharp-driver/releases/tag/v3.2.0): .NET Driver Version 3.2.0 Release Notes This is the general availability release for the 3.2.0 version of the driver. The main new features in 3.2.0 include: - Support casting from an interface to a concrete type in a filter expression - [CSHARP-4572](https://jira.mongodb.org/browse/CSHARP-4572) - Support for BSON Binary Vector subtype that helps make MongoDB Vector Search more efficient and easy to work with - [CSHARP-5202](https://jira.mongodb.org/browse/CSHARP-5202) - Support for additional methods in LINQ, such as Append, OfType, Repeat, SequenceEqual - [CSHARP-4872](https://jira.mongodb.org/browse/CSHARP-4872), [CSHARP-4876](https://jira.mongodb.org/browse/CSHARP-4876), [CSHARP-4878](https://jira.mongodb.org/browse/CSHARP-4878), [CSHARP-4880](https://jira.mongodb.org/browse/CSHARP-4880) - Support strings with "Range" operator for Atlas Search - [CSHARP-5429](https://jira.mongodb.org/browse/CSHARP-5429) - Added `ObjectSerializerAllowedTypesConvention` to more easily configure allowed types for `ObjectSerializer` - [CSHARP-4495](https://jira.mongodb.org/browse/CSHARP-4495) - Added Kubernetes Support for OIDC - [CSHARP-5026](https://jira.mongodb.org/browse/CSHARP-5026) - Added `BsonDateOnlyOptionsAttribute` to control the serialization of `DateOnly` - [CSHARP-5345](https://jira.mongodb.org/browse/CSHARP-5345) - Added array field support for "In" and "Range" operators in Atlas Search - [CSHARP-5430](https://jira.mongodb.org/browse/CSHARP-5430) - Fixed an error where `BulkWrite` command would not be retried when throwing a `ClientBulkWriteException` - [CSHARP-5449](https://jira.mongodb.org/browse/CSHARP-5449) - Fixed a bug where `BsonGuidRepresentationAttribute` will not work on nullable GUIDs - [CSHARP-5456](https://jira.mongodb.org/browse/CSHARP-5456) - `EnumRepresentationConvention` will now also be applied to collection of enums - [CSHARP-2096](https://jira.mongodb.org/browse/CSHARP-2096) - Automatically retry KMS requests on transient errors - [CSHARP-5017](https://jira.mongodb.org/browse/CSHARP-5017) - LINQ aggregate Group now supports $addToSet operator - [CSHARP-5446](https://jira.mongodb.org/browse/CSHARP-5446) - Minor bug fixes and improvements. 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.2.0%20ORDER%20BY%20key%20ASC). Documentation on the .NET driver can be found [here](https://www.mongodb.com/docs/drivers/csharp/v3.2/). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-02-13 03:15:06 +01:00
chore(deps): update dependency mongodb.driver to v3.2.0
Some checks are pending
continuous-integration/drone/push Build is pending
continuous-integration/drone/pr Build is passing
e074211720
kjuulh scheduled this pull request to auto merge when all checks succeed 2025-02-13 03:15:06 +01:00
kjuulh merged commit e074211720 into main 2025-02-13 03:29:53 +01:00
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#437
No description provided.