File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ # .NET Driver Version 2.9.0-beta2 Release Notes
2
+
3
+ This is a beta release for the 2.9.0 version of the driver that will be released with MongoDB server version 4.2.
4
+
5
+ The main features in 2.9.0-beta2 are:
6
+
7
+ * Sharded transactions using the same API as replica set transactions
8
+ * Convenient API for transactions
9
+ * Support for message compression
10
+ * SRV polling for mongodb+srv connection scheme
11
+ * Retryable reads on by default
12
+ * Retryable writes on by default
13
+ * Update specification using an aggregation framework pipeline
14
+
15
+ An online version of these release notes is available at:
16
+
17
+ https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.9.0-beta2.md
18
+
19
+ The full list of JIRA issues that are currently scheduled to be resolved in this release is available at:
20
+
21
+ https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.9.0%20ORDER%20BY%20key%20ASC
22
+
23
+ The list may change as we approach the release date.
24
+
25
+ Documentation on the .NET driver can be found at:
26
+
27
+ http://mongodb.github.io/mongo-csharp-driver/
28
+
29
+ Upgrading
30
+
31
+ There are no known backwards breaking changes in this release.
You can’t perform that action at this time.
0 commit comments