1
- # .NET Driver Version 2.2.0-beta Release Notes
1
+ # .NET Driver Version 2.2.0-rc0 Release Notes
2
2
3
3
(Preliminary)
4
+ This is a release candidate. It is not recommended for production use.
4
5
5
- This is a minor release which supports all MongoDB server versions since 2.4.
6
+ This is a minor release which supports all MongoDB server versions from 2.4 through the upcoming
7
+ 3.2 release.
6
8
7
9
An online version of these release notes is available at:
8
10
9
11
https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.2.0.md
10
12
11
13
The full list of JIRA issues resolved in this release is available at:
12
14
13
- {insert link here}
15
+ https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20status%20in%20 (Resolved%2C%20Closed)%20AND%20fixVersion%20%3D%202.2%20ORDER%20BY%20key%20ASC
14
16
15
17
Documentation on the .NET driver can be found at:
16
18
@@ -19,8 +21,22 @@ http://mongodb.github.io/mongo-csharp-driver/
19
21
20
22
## New Features
21
23
22
- Notable new features are listed below. For a full list, see the full list of JIRA issues linked above.
24
+ Notable new features are listed below. For a full list, see the list of JIRA issues linked above.
23
25
26
+ ### Sync API
27
+
28
+ The 2.0 and 2.1 versions of the .NET driver featured a new async-only API. Some users gave us feedback
29
+ that they wanted a choice whether to use a sync or an async API. Version 2.2 introduces sync versions
30
+ of every async method.
31
+
32
+ ### Support for server 3.2
33
+
34
+ - Support for bypassing document validation for write operations on collections where document validation
35
+ has been enabled
36
+ - Support for write concern for FindAndModify methods
37
+ - Support for read concern
38
+ - Builder support for new aggregation stages and new accumulators in $group stage
39
+ - Support for version 3 text indexes
24
40
25
41
## Upgrading
26
42
0 commit comments