1- # .NET Driver Version 2.2.0-beta Release Notes
1+ # .NET Driver Version 2.2.0-rc0 Release Notes
22
33(Preliminary)
4+ This is a release candidate. It is not recommended for production use.
45
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.
68
79An online version of these release notes is available at:
810
911https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.2.0.md
1012
1113The full list of JIRA issues resolved in this release is available at:
1214
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
1416
1517Documentation on the .NET driver can be found at:
1618
@@ -19,8 +21,22 @@ http://mongodb.github.io/mongo-csharp-driver/
1921
2022## New Features
2123
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.
2325
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
2440
2541## Upgrading
2642
0 commit comments