Skip to content

Commit a268d89

Browse files
committed
Edit release notes for 2.10.0.
1 parent 2a84171 commit a268d89

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed
Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
1-
# .NET Driver Version 2.10.0 Placeholder Release Notes
1+
# .NET Driver Version 2.10.0 Release Notes
22

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)
48

59
An online version of these release notes is available at:
610

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
812

913
The full list of JIRA issues that are currently scheduled to be resolved in this release is available at:
1014

1115
https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.10.0%20ORDER%20BY%20key%20ASC
1216

13-
1417
Documentation on the .NET driver can be found at:
1518

1619
http://mongodb.github.io/mongo-csharp-driver/
1720

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+
1825
## Upgrading
1926

2027
There are no known backwards breaking changes in this release.

0 commit comments

Comments
 (0)