Skip to content

Commit e7cd922

Browse files
authored
Added release notes for v2.12.0.
1 parent e39cce4 commit e7cd922

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed
Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
11
# .NET Driver Version 2.12.0 Release Notes
22

3-
This file is a placeholder for a future release.
3+
This is the general availability release for the 2.12.0 version of the driver.
4+
5+
The main new features in 2.12.0 include:
6+
7+
* Support for Hidden Indexes in MongoDB 4.4
8+
* Support for AWS temporary credentials in client-side field level encryption (CSFLE)
9+
* Support for Azure and GCP keystores in client-side field level encryption (CSFLE)
10+
* Support for client-side field level encryption (CSFLE) on Linux and Mac OSX
11+
* Support for GSSAPI/Kerberos on Linux
12+
* Support for .NET Standard 2.1
13+
* Various improvements in serialization performance
14+
* Fixed DNS failures in Kubernetes and Windows Subsystem for Linux (WSL/WSL2)
15+
* Fixed memory leak in heartbeat when cluster is inaccessible
16+
* Fixed SDAM deadlock when invalidating former primary
17+
18+
An online version of these release notes is available at:
19+
20+
https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.12.0.md
21+
22+
The full list of JIRA issues that are currently scheduled to be resolved in this release is available at:
23+
24+
https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.12.0%20ORDER%20BY%20key%20ASC
25+
26+
Documentation on the .NET driver can be found at:
27+
28+
https://docs.mongodb.com/drivers/csharp/
29+

0 commit comments

Comments
 (0)