File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments