Akka.Persistence.MongoDB
Akka.Persistence.MongoDB copied to clipboard
Bump MongoDB.Driver from 2.21.0 to 2.24.0
Bumps MongoDB.Driver from 2.21.0 to 2.24.0.
Release notes
Sourced from MongoDB.Driver's releases.
.NET Driver Version 2.24.0 Release Notes
This is the general availability release for the 2.24.0 version of the driver.
The main new features in 2.24.0 include:
- New DistinctMany method in IMongoCollection
- Support for latest $dateFromString optional arguments
- ExceededTimeLimit server error is now retryable for reads as well as writes
- Support sort by score in $search stage
- New custom method to test if a field exists or is missing in LINQ (Mql.Exists, Mql.IsMissing, Mql.IsNullOrMissing)
- Enable TLS 1.3 support
- Fix a GridFS error when attempting to upload a GridFS file with a duplicate id and the new file is smaller than the original file
- Add support for Atlas Search $in operator
- Add support for IComparable CompareTo method in LINQ queries
- Add VectorSearchScore builder for $vectorSearch stage
- Update libmongocrypt package version
- Support for nested AsQueryable in LINQ queries (not a common use case but legal, primarily added for use by the EF Core Provider)
- Updated authentication to occur over OP_MSG on supporting servers to improve MongoDB Atlas Serverless compatibility
- Use polling monitoring when running within a FaaS environment such as AWS Lambda
- Fixed segfault in Kerberos (libgssapi) on newer Linux distros
An online version of these release notes is available here.
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
.NET Driver Version 2.23.2 Release Notes
This is a patch release that addresses some issues reported since 2.23.1 was released.
An online version of these release notes is available here.
... (truncated)
Commits
830b83aCSHARP-4827: Don't add RetryableWriteError label on pre 4.4 mongos.211d76d2.23.2 Release Notes (#1271)e7175a3CSHARP-4969: Fix failing CSFLE mocked kms tls tests (#1268)ec5d5cfCSHARP-4970: Switch to Ubuntu 20 to run serverless tests (#1269)a6f939dCSHARP-4962: Fix package build script on CI to produce 472 binaries (#1264)7f8dea8CSHARP-4825: Make ReadConcernMajorityNotAvailableYet a retryable read error.d8f7530Release notes for 2.24.0.daf3b80CSHARP-4827: Verify that driver does not add RetryableWriteError when it shou...fdd2ba5CSHARP-4965: Bump maxWireVersion for MongoDB 7.2 (#1266)88455acRevert "stash"- Additional commits viewable in compare view
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 will merge this PR once CI passes on it, as requested by @Arkatufus.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot squash and merge
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
@dependabot rebase
Superseded by #380.