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.
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)
Bumps MongoDB.Bson from 2.16.1 to 2.17.0.
Release notes
Sourced from MongoDB.Bson's releases.
Commits
b316340
Updated documentation for 2.17.0.c20aaf7
Added Release Notes for 2.17.0.fc1602e
CSHARP-4144: Implemented ChangeStreamOptions.ShowExpandedEvents option for im...f219f75
CSHARP-4021: Add section to troubleshooting FAQ per driver with top SEO resul...dfbe10f
CSHARP-4106: Add ClientEncryption entity and Key Management API operations to...0d720c8
CSHARP-4253: Increase heartbeatInterval in ConnectionPool_cleared_on_failed_h...50db4b7
CSHARP-4245: Dispose CancellationTokenSource in tests (#846)d0b8de5
CSHARP-1906: Test that case insensitive searches work in LINQ. (#840)2f9e964
CSHARP-4206: Update LINQ3 docs to note that the LINQ3 provider is production-...0b606c1
CSHARP-4184: Sync'd distinct-commnet tests from CRUD spec and updated unified...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)