You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The full list of JIRA issues resolved in this release is available at:
11
+
12
+
https://jira.mongodb.org/issues/?filter=17849
13
+
14
+
Documentation on the .NET driver can be found at:
15
+
16
+
http://mongodb.github.io/mongo-csharp-driver/
17
+
18
+
## General Changes
19
+
20
+
The key issues fixed in 2.0.1 are:
21
+
22
+
-[CSHARP-1264](https://jira.mongodb.org/browse/CSHARP-1264) WaitQueueSize now properly configures the server selection wait queue.
23
+
-[CSHARP-1280](https://jira.mongodb.org/browse/CSHARP-1280) Deserializing fails if a document contains unmapped field which name starts with the same name as currently mapped class property.
24
+
-[CSHARP-1265](https://jira.mongodb.org/browse/CSHARP-1265) Update variants allow sending empty documents as update statements, which results in a replacement.
25
+
26
+
27
+
## Compatibility Changes
28
+
29
+
There were no intentional backwards breaking changes. If you come across any,
30
+
please inform us as soon as possible by email dotnetdriver@mongodb.com or by reporting
0 commit comments