Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump MongoDB.Driver from 2.14.1 to 2.16.1 #56

Merged
merged 3 commits into from
Jul 4, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2022

Bumps MongoDB.Driver from 2.14.1 to 2.16.1.

Release notes

Sourced from MongoDB.Driver's releases.

.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.

.NET Driver Version 2.16.0 Release Notes

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

... (truncated)

Commits
  • 6bd33ca Added Release Notes v2.16.1.
  • 269d224 CSHARP-3922: LINQ3: support calls to constructors in Select.
  • 07e8388 SHARP-4172: Enum constant not serialized using the correct serializer.
  • 31bd36f CSHARP-4200: DnsClient version update (#818)
  • ce8ec24 CSHARP-4202: Specify correct max supported wire version. (#816)
  • d2106d6 CSHARP-4213: CryptClient.StartDecryptionContext pins buffer but never unpins....
  • fe1756a CSHARP-4214: Fixed Build target. (#822)
  • eeafbea CSHARP-4188: Update expected FLE 2 find payloads in tests. (#811)
  • bb5ec7b Update current version in refdocs.
  • ba52358 Fix Sandcastle warnings.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 4, 2022
@the-avid-engineer the-avid-engineer self-assigned this Jul 4, 2022
@the-avid-engineer the-avid-engineer added this to the 7.1.0 milestone Jul 4, 2022
@dependabot dependabot bot force-pushed the dependabot/nuget/MongoDB.Driver-2.16.1 branch from fcb2cd0 to 475c28f Compare July 4, 2022 07:25
@dependabot dependabot bot force-pushed the dependabot/nuget/MongoDB.Driver-2.16.1 branch from 475c28f to f0a6cf4 Compare July 4, 2022 07:27
@dependabot dependabot bot force-pushed the dependabot/nuget/MongoDB.Driver-2.16.1 branch from f0a6cf4 to bb00c39 Compare July 4, 2022 07:50
@dependabot dependabot bot force-pushed the dependabot/nuget/MongoDB.Driver-2.16.1 branch from bb00c39 to 4d947ad Compare July 4, 2022 07:53
@dependabot dependabot bot force-pushed the dependabot/nuget/MongoDB.Driver-2.16.1 branch from 4d947ad to 1658a98 Compare July 4, 2022 07:53
@dependabot dependabot bot force-pushed the dependabot/nuget/MongoDB.Driver-2.16.1 branch from 1658a98 to 61d2b47 Compare July 4, 2022 07:58
@dependabot dependabot bot force-pushed the dependabot/nuget/MongoDB.Driver-2.16.1 branch from 61d2b47 to 5ebc90e Compare July 4, 2022 08:03
@dependabot dependabot bot force-pushed the dependabot/nuget/MongoDB.Driver-2.16.1 branch from 5ebc90e to 0701492 Compare July 4, 2022 08:20
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.14.1 to 2.16.1.
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](mongodb/mongo-csharp-driver@v2.14.1...v2.16.1)

---
updated-dependencies:
- dependency-name: MongoDB.Driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/MongoDB.Driver-2.16.1 branch from 0701492 to e3be3e4 Compare July 4, 2022 08:32
@the-avid-engineer the-avid-engineer temporarily deployed to beta July 4, 2022 08:37 Inactive
@the-avid-engineer the-avid-engineer merged commit 6d19572 into main Jul 4, 2022
@the-avid-engineer the-avid-engineer deleted the dependabot/nuget/MongoDB.Driver-2.16.1 branch July 4, 2022 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant