File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,15 @@ The 1.9.x releases will be the last non-bug fix release supporting .NET 3.5.
24
24
25
25
The issues fixed in 1.9.2 are:
26
26
27
+ [ Kerberos authentication occasionally crashes runtime] ( |https://jira.mongodb.org/browse/CSHARP-980 )
28
+ [ Allow $external special database to be used] ( https://jira.mongodb.org/browse/CSHARP-986 )
29
+ [ Handle pre-2.6 upserted identifier] ( https://jira.mongodb.org/browse/CSHARP-987 )
30
+ [ Altered ObjectId generation to take into account the AppDomain] ( https://jira.mongodb.org/browse/CSHARP-993 )
31
+ [ Added 2.6 extended json support to JsonReader] ( https://jira.mongodb.org/browse/CSHARP-995 )
32
+ [ SetMaxScan rendered $maxscan instead of $maxScan] ( https://jira.mongodb.org/browse/CSHARP-1000 )
33
+ [ Updated output of JsonWriter to include 2.6 extended json support] ( https://jira.mongodb.org/browse/CSHARP-1001 )
34
+ [ Replica set tags GetHashCode was calculated improperly] ( https://jira.mongodb.org/browse/CSHARP-1005 )
35
+
27
36
28
37
Compatibility Changes
29
38
---------------------
You can’t perform that action at this time.
0 commit comments