File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
- # .NET Driver Version 2.10.0 Placeholder Release Notes
1
+ # .NET Driver Version 2.10.0 Release Notes
2
2
3
- The main new features in 2.10.0 are:
3
+ The main changes in 2.10.0 are:
4
+
5
+ 1 . A number of minor bug fixes
6
+ 2 . New ReplaceOptions parameter for the ReplaceOne CRUD methods
7
+ 3 . Client-side field level encryption (FLE)
4
8
5
9
An online version of these release notes is available at:
6
10
7
- https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.10.0md
11
+ https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.10.0.md
8
12
9
13
The full list of JIRA issues that are currently scheduled to be resolved in this release is available at:
10
14
11
15
https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.10.0%20ORDER%20BY%20key%20ASC
12
16
13
-
14
17
Documentation on the .NET driver can be found at:
15
18
16
19
http://mongodb.github.io/mongo-csharp-driver/
17
20
21
+ Documentation on the new client-side field level encryption feature can be found:
22
+
23
+ http://mongodb.github.io/mongo-csharp-driver/2.10/reference/driver/crud/client_side_encryption/
24
+
18
25
## Upgrading
19
26
20
27
There are no known backwards breaking changes in this release.
You can’t perform that action at this time.
0 commit comments