Skip to content

Commit c05bf2e

Browse files
committed
Added v2.12.0-beta01 release notes
1 parent cd76ad5 commit c05bf2e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# .NET Driver Version 2.12.0-beta01 Release Notes
2+
3+
This is a beta release for the 2.12.0 version of the driver.
4+
5+
The main new features in 2.12.0-beta01 include:
6+
7+
* Support for Hidden Indexes in MongoDB 4.4
8+
* Support for Azure and GCP keystores in client-side field level encryption (CSFLE)
9+
* Fixed memory leak in heartbeat when cluster is inaccessible
10+
11+
An online version of these release notes is available at:
12+
13+
https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.12.0-beta01.md
14+
15+
The full list of JIRA issues that are currently scheduled to be resolved in this release is available at:
16+
17+
https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.12.0%20ORDER%20BY%20key%20ASC
18+
19+
The list may change as we approach the release date.
20+
21+
Documentation on the .NET driver can be found at:
22+
23+
http://mongodb.github.io/mongo-csharp-driver/
24+

0 commit comments

Comments
 (0)