Skip to content

Commit d8f7530

Browse files
committed
Release notes for 2.24.0.
1 parent daf3b80 commit d8f7530

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# .NET Driver Version 2.24.0 Release Notes
2+
3+
This is the general availability release for the 2.24.0 version of the driver.
4+
5+
The main new features in 2.24.0 include:
6+
7+
* New DistinctMany method in IMongoCollection
8+
* Support for latest $dateFromString optional arguments
9+
* ExceededTimeLimit server error is now retryable for reads as well as writes
10+
* Support sort by score in $search stage
11+
* New custom method to test if a field exists or is missing in LINQ (Mql.Exists, Mql.IsMissing, Mql.IsNullOrMissing)
12+
* Enable TLS 1.3 support
13+
* 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
14+
* Add support for Atlas Search $in operator
15+
* Add support for IComparable CompareTo method in LINQ queries
16+
* Add VectorSearchScore builder for $vectorSearch stage
17+
* Update libmongocrypt package version
18+
* Support for nested AsQueryable in LINQ queries (not a common use case but legal, primarily added for use by the EF Core Provider)
19+
* Updated authentication to occur over OP_MSG on supporting servers to improve MongoDB Atlas Serverless compatibility
20+
* Use polling monitoring when running within a FaaS environment such as AWS Lambda
21+
* Fixed segfault in Kerberos (libgssapi) on newer Linux distros
22+
23+
An online version of these release notes is available [here](https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.24.0.md).
24+
25+
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%202.24.0%20ORDER%20BY%20key%20ASC).
26+
27+
Documentation on the .NET driver can be found [here](https://www.mongodb.com/docs/drivers/csharp/v2.24/).

0 commit comments

Comments
 (0)