Update dependency MongoDB.Driver to v2.18.0 - autoclosed #12

Closed
kjuulh wants to merge 1 commits from renovate/mongodb.driver-2.x into main
Owner

This PR contains the following updates:

Package Type Update Change
MongoDB.Driver (source) nuget minor 2.13.2 -> 2.18.0

Release Notes

mongodb/mongo-csharp-driver

v2.18.0

.NET Driver Version 2.18.0 Release Notes

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

The main new features in 2.18.0 include:

  • Snappy compression now uses a managed implementation
  • ZStandard compression now uses a managed implementation
  • Cache AWS credentials when possible
  • New cross driver standard logging support
  • Support for $documents aggregation pipeline stage

An online version of these release notes is available at:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.18.0.md

The full list of JIRA issues resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.18.0%20ORDER%20BY%20key%20ASC

Documentation on the .NET driver can be found at:

https://mongodb.github.io/mongo-csharp-driver/

v2.17.1

.NET Driver Version 2.17.1 Release Notes

This is a patch release that fixes a potential data corruption bug in RewrapManyDataKey when rotating encrypted data encryption keys backed by GCP or Azure key services.

The following conditions will trigger this bug:

  • A GCP-backed or Azure-backed data encryption key being rewrapped requires fetching an access token for decryption of the data encryption key.

The result of this bug is that the key material for all data encryption keys being rewrapped is replaced by new randomly generated material, destroying the original key material.

To mitigate potential data corruption, upgrade to this version or higher before using RewrapManyDataKey to rotate Azure-backed or GCP-backed data encryption keys. A backup of the key vault collection should always be taken before key rotation.

An online version of these release notes is available at:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.17.1.md

The list of JIRA tickets resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.17.1%20ORDER%20BY%20key%20ASC

Documentation on the .NET driver can be found at:

http://mongodb.github.io/mongo-csharp-driver/

Upgrading

There are no known backwards breaking changes in this release.

v2.17.0

.NET Driver Version 2.17.0 Release Notes

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

The main new features in 2.17.0 include:

  • Support for MongoDB server version 6.0.0 GA
  • BETA] Support for Queryable Encryption
    
  • LINQ3 bug fixes and improvements
  • Add arbitrary aggregation stages to LINQ queries using IMongoQueryable.AppendStage() method (LINQ3)
  • Support for $topN and related accumulators in $group aggregation stage
EstimatedDocumentCount and Stable API

EstimatedDocumentCount is implemented using the count server command. Due to an oversight in versions
5.0.0-5.0.8 of MongoDB, the count command, which EstimatedDocumentCount uses in its implementation,
was not included in v1 of the Stable API. If you are using the Stable API with EstimatedDocumentCount,
you must upgrade to server version 5.0.9+ or set strict: false when configuring ServerApi to avoid
encountering errors.

For more information about the Stable API see:

https://mongodb.github.io/mongo-csharp-driver/2.16/reference/driver/stable_api/

An online version of these release notes is available at:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.17.0.md

The full list of JIRA issues resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.17.0%20ORDER%20BY%20key%20ASC

Documentation on the .NET driver can be found at:

https://mongodb.github.io/mongo-csharp-driver/

v2.16.1

.NET Driver Version 2.16.1 Release Notes

This is a patch release that addresses some issues reported since 2.16.0 was released.

An online version of these release notes is available at:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.16.1.md

The list of JIRA tickets resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.16.1%20ORDER%20BY%20key%20ASC

Documentation on the .NET driver can be found at:

http://mongodb.github.io/mongo-csharp-driver/

Upgrading

There are no known backwards breaking changes in this release.

v2.16.0

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

The main new features in 2.16.0 include:

Support for MongoDB server version 6.0.0
[BETA] Support for Queryable Encryption
Support for creating collections with clustered indexes
Use count command for estimatedDocumentCount
LINQ3 bug fixes and improvements
Support for carry forward ($locf) and numerical/date densification ($densify)
Support for limit in $filter expressions
Support point-in-time pre-/post-images in change streams
Preemptively cancel in-progress operations when SDAM heartbeats timeout

EstimatedDocumentCount and Stable API

EstimatedDocumentCount is implemented using the count server command. Due to an oversight in versions 5.0.0-5.0.8 of MongoDB, the count command, which EstimatedDocumentCount uses in its implementation, was not included in v1 of the Stable API. If you are using the Stable API with EstimatedDocumentCount, you must upgrade to server version 5.0.9+ or set strict: false when configuring ServerApi to avoid encountering errors.

For more information about the Stable API see:

https://mongodb.github.io/mongo-csharp-driver/2.16/reference/driver/stable_api/

An online version of these release notes is available at:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.16.0.md

The full list of JIRA issues resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.16.0%20ORDER%20BY%20key%20ASC

Documentation on the .NET driver can be found at:

https://mongodb.github.io/mongo-csharp-driver/

v2.15.1

This is a patch release that addresses some issues reported since 2.15.0 was released.

An online version of these release notes is available at:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.15.1.md

The list of JIRA tickets resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.15.1%20ORDER%20BY%20key%20ASC

Documentation on the .NET driver can be found at:

http://mongodb.github.io/mongo-csharp-driver/

Upgrading
There are no known backwards breaking changes in this release.

v2.15.0

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

The main new features in 2.15.0 include:

  • Reimplement CMAP Maintance and SDAM threads to use dedicated threads
  • Support for Window Functions using $setWindowFields
  • Support $merge and $out executing on secondaries
  • Publish symbols to NuGet.org Symbol Server and add Source Link support for improved debugging experience
  • Switch to using maxWireVersion rather than buildInfo to determine feature support
  • Support 'let' option for multiple CRUD commands
  • Support authorizedCollections option for listCollections helpers
  • Add support for 'comment' field in multiple commands for profiling
  • Upgrade DnsClient.NET up to 1.6.0. This should address problems that some users have had in containerized environments like Kubernetes.

An online version of these release notes is available at:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.15.0.md

The full list of JIRA issues resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.15.0%20ORDER%20BY%20key%20ASC

Documentation on the .NET driver can be found at:

https://mongodb.github.io/mongo-csharp-driver/

v2.14.1

.NET Driver Version 2.14.1 Release Notes

This is a patch release that addresses some issues reported since 2.14.0 was released.

An online version of these release notes is available at:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.14.1.md

The list of JIRA tickets resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.14.1%20ORDER%20BY%20key%20ASC

Documentation on the .NET driver can be found at:

http://mongodb.github.io/mongo-csharp-driver/

Upgrading

There are no known backwards breaking changes in this release.

v2.14.0

.NET Driver Version 2.14.0 Release Notes

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

The main new features in 2.14.0 include:

  • Added a new improved LINQ provider (known as LINQ3, see: [LINQ3]({{< relref "reference\driver\crud\linq3.md" >}})), which is available on an opt-in basis
  • The current LINQ provider (known as LINQ2) continues to be available and is still the default LINQ provider for this version
  • Support for Zstandard and Snappy on Linux and MacOS
  • Added connection storm avoidance features
  • Added KMIP support for client-side field level encryption (CSFLE)
  • Added srvMaxHosts URI option to limit the number of mongos nodes used in connecting to sharded clusters
  • Use "hello" command for monitoring if supported
  • Removed support for .NET Framework 4.5.2; minimum is now 4.7.2
  • Removed support for .NET Standard 1.5; minimum is now 2.0
  • Minimum server version is now MongoDB 3.6+

An online version of these release notes is available at:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.14.0.md

The full list of JIRA issues resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.14.0%20ORDER%20BY%20key%20ASC

Documentation on the .NET driver can be found at:

http://mongodb.github.io/mongo-csharp-driver/

v2.13.3

.NET Driver Version 2.13.3 Release Notes

This is a patch release that addresses some issues reported since 2.13.2 was released.

An online version of these release notes is available at:

https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.13.3.md

The list of JIRA tickets resolved in this release is available at:

https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.13.3%20ORDER%20BY%20key%20ASC

Documentation on the .NET driver can be found at:

http://mongodb.github.io/mongo-csharp-driver/

Upgrading

There are no known backwards breaking changes in this release.


Configuration

📅 Schedule: 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, click this checkbox.

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 | `2.13.2` -> `2.18.0` | --- ### Release Notes <details> <summary>mongodb/mongo-csharp-driver</summary> ### [`v2.18.0`](https://github.com/mongodb/mongo-csharp-driver/releases/tag/v2.18.0) ##### .NET Driver Version 2.18.0 Release Notes This is the general availability release for the 2.18.0 version of the driver. The main new features in 2.18.0 include: - Snappy compression now uses a managed implementation - ZStandard compression now uses a managed implementation - Cache AWS credentials when possible - New cross driver standard logging support - Support for $documents aggregation pipeline stage An online version of these release notes is available at: https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.18.0.md The full list of JIRA issues resolved in this release is available at: https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.18.0%20ORDER%20BY%20key%20ASC Documentation on the .NET driver can be found at: https://mongodb.github.io/mongo-csharp-driver/ ### [`v2.17.1`](https://github.com/mongodb/mongo-csharp-driver/releases/tag/v2.17.1) ##### .NET Driver Version 2.17.1 Release Notes This is a patch release that fixes a potential data corruption bug in `RewrapManyDataKey` when rotating encrypted data encryption keys backed by GCP or Azure key services. The following conditions will trigger this bug: - A GCP-backed or Azure-backed data encryption key being rewrapped requires fetching an access token for decryption of the data encryption key. The result of this bug is that the key material for all data encryption keys being rewrapped is replaced by new randomly generated material, destroying the original key material. To mitigate potential data corruption, upgrade to this version or higher before using `RewrapManyDataKey` to rotate Azure-backed or GCP-backed data encryption keys. A backup of the key vault collection should **always** be taken before key rotation. An online version of these release notes is available at: https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.17.1.md The list of JIRA tickets resolved in this release is available at: https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.17.1%20ORDER%20BY%20key%20ASC Documentation on the .NET driver can be found at: http://mongodb.github.io/mongo-csharp-driver/ ##### Upgrading There are no known backwards breaking changes in this release. ### [`v2.17.0`](https://github.com/mongodb/mongo-csharp-driver/releases/tag/v2.17.0) ##### .NET Driver Version 2.17.0 Release Notes This is the general availability release for the 2.17.0 version of the driver. The main new features in 2.17.0 include: - Support for MongoDB server version 6.0.0 GA - \[BETA] Support for Queryable Encryption - LINQ3 bug fixes and improvements - Add arbitrary aggregation stages to LINQ queries using `IMongoQueryable.AppendStage()` method (LINQ3) - Support for `$topN` and related accumulators in `$group` aggregation stage ##### EstimatedDocumentCount and Stable API `EstimatedDocumentCount` is implemented using the `count` server command. Due to an oversight in versions 5.0.0-5.0.8 of MongoDB, the `count` command, which `EstimatedDocumentCount` uses in its implementation, was not included in v1 of the Stable API. If you are using the Stable API with `EstimatedDocumentCount`, you must upgrade to server version 5.0.9+ or set `strict: false` when configuring `ServerApi` to avoid encountering errors. For more information about the Stable API see: https://mongodb.github.io/mongo-csharp-driver/2.16/reference/driver/stable_api/ An online version of these release notes is available at: https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.17.0.md The full list of JIRA issues resolved in this release is available at: https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.17.0%20ORDER%20BY%20key%20ASC Documentation on the .NET driver can be found at: https://mongodb.github.io/mongo-csharp-driver/ ### [`v2.16.1`](https://github.com/mongodb/mongo-csharp-driver/releases/tag/v2.16.1) ##### .NET Driver Version 2.16.1 Release Notes This is a patch release that addresses some issues reported since 2.16.0 was released. An online version of these release notes is available at: https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.16.1.md The list of JIRA tickets resolved in this release is available at: https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.16.1%20ORDER%20BY%20key%20ASC Documentation on the .NET driver can be found at: http://mongodb.github.io/mongo-csharp-driver/ ##### Upgrading There are no known backwards breaking changes in this release. ### [`v2.16.0`](https://github.com/mongodb/mongo-csharp-driver/releases/tag/v2.16.0) This is the general availability release for the 2.16.0 version of the driver. The main new features in 2.16.0 include: Support for MongoDB server version 6.0.0 [BETA] Support for Queryable Encryption Support for creating collections with clustered indexes Use count command for estimatedDocumentCount LINQ3 bug fixes and improvements Support for carry forward ($locf) and numerical/date densification ($densify) Support for limit in $filter expressions Support point-in-time pre-/post-images in change streams Preemptively cancel in-progress operations when SDAM heartbeats timeout EstimatedDocumentCount and Stable API EstimatedDocumentCount is implemented using the count server command. Due to an oversight in versions 5.0.0-5.0.8 of MongoDB, the count command, which EstimatedDocumentCount uses in its implementation, was not included in v1 of the Stable API. If you are using the Stable API with EstimatedDocumentCount, you must upgrade to server version 5.0.9+ or set strict: false when configuring ServerApi to avoid encountering errors. For more information about the Stable API see: https://mongodb.github.io/mongo-csharp-driver/2.16/reference/driver/stable_api/ An online version of these release notes is available at: https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.16.0.md The full list of JIRA issues resolved in this release is available at: https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.16.0%20ORDER%20BY%20key%20ASC Documentation on the .NET driver can be found at: https://mongodb.github.io/mongo-csharp-driver/ ### [`v2.15.1`](https://github.com/mongodb/mongo-csharp-driver/releases/tag/v2.15.1) This is a patch release that addresses some issues reported since 2.15.0 was released. An online version of these release notes is available at: https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.15.1.md The list of JIRA tickets resolved in this release is available at: https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.15.1%20ORDER%20BY%20key%20ASC Documentation on the .NET driver can be found at: http://mongodb.github.io/mongo-csharp-driver/ Upgrading There are no known backwards breaking changes in this release. ### [`v2.15.0`](https://github.com/mongodb/mongo-csharp-driver/releases/tag/v2.15.0) This is the general availability release for the 2.15.0 version of the driver. The main new features in 2.15.0 include: - Reimplement CMAP Maintance and SDAM threads to use dedicated threads - Support for Window Functions using $setWindowFields - Support $merge and $out executing on secondaries - Publish symbols to NuGet.org Symbol Server and add Source Link support for improved debugging experience - Switch to using maxWireVersion rather than buildInfo to determine feature support - Support 'let' option for multiple CRUD commands - Support authorizedCollections option for listCollections helpers - Add support for 'comment' field in multiple commands for profiling - Upgrade DnsClient.NET up to 1.6.0. This should address problems that some users have had in containerized environments like Kubernetes. An online version of these release notes is available at: https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.15.0.md The full list of JIRA issues resolved in this release is available at: https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.15.0%20ORDER%20BY%20key%20ASC Documentation on the .NET driver can be found at: https://mongodb.github.io/mongo-csharp-driver/ ### [`v2.14.1`](https://github.com/mongodb/mongo-csharp-driver/releases/tag/v2.14.1) ### .NET Driver Version 2.14.1 Release Notes This is a patch release that addresses some issues reported since 2.14.0 was released. An online version of these release notes is available at: https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.14.1.md The list of JIRA tickets resolved in this release is available at: https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.14.1%20ORDER%20BY%20key%20ASC Documentation on the .NET driver can be found at: http://mongodb.github.io/mongo-csharp-driver/ #### Upgrading There are no known backwards breaking changes in this release. ### [`v2.14.0`](https://github.com/mongodb/mongo-csharp-driver/releases/tag/v2.14.0) ### .NET Driver Version 2.14.0 Release Notes This is the general availability release for the 2.14.0 version of the driver. The main new features in 2.14.0 include: - Added a new improved LINQ provider (known as LINQ3, see: \[LINQ3]\({{< relref "reference\driver\crud\linq3.md" >}})), which is available on an opt-in basis - The current LINQ provider (known as LINQ2) continues to be available and is still the default LINQ provider for this version - Support for Zstandard and Snappy on Linux and MacOS - Added connection storm avoidance features - Added KMIP support for client-side field level encryption (CSFLE) - Added `srvMaxHosts` URI option to limit the number of `mongos` nodes used in connecting to sharded clusters - Use "hello" command for monitoring if supported - Removed support for .NET Framework 4.5.2; minimum is now 4.7.2 - Removed support for .NET Standard 1.5; minimum is now 2.0 - Minimum server version is now MongoDB 3.6+ An online version of these release notes is available at: https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.14.0.md The full list of JIRA issues resolved in this release is available at: https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.14.0%20ORDER%20BY%20key%20ASC Documentation on the .NET driver can be found at: http://mongodb.github.io/mongo-csharp-driver/ ### [`v2.13.3`](https://github.com/mongodb/mongo-csharp-driver/releases/tag/v2.13.3) ### .NET Driver Version 2.13.3 Release Notes This is a patch release that addresses some issues reported since 2.13.2 was released. An online version of these release notes is available at: https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.13.3.md The list of JIRA tickets resolved in this release is available at: https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.13.3%20ORDER%20BY%20key%20ASC Documentation on the .NET driver can be found at: http://mongodb.github.io/mongo-csharp-driver/ #### Upgrading There are no known backwards breaking changes in this release. </details> --- ### Configuration 📅 **Schedule**: 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
kjuulh force-pushed renovate/mongodb.driver-2.x from 60e8d964e7 to 1bed3a7fba 2022-10-26 17:45:23 +02:00 Compare
kjuulh changed title from Update dependency MongoDB.Driver to v2.18.0 to Update dependency MongoDB.Driver to v2.18.0 - autoclosed 2022-10-27 08:34:10 +02:00
kjuulh closed this pull request 2022-10-27 08:34:10 +02:00
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/todo#12
No description provided.