File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
- C#/.NET Driver Version 1.10.1 Release Notes (RELEASE CANDIDATE)
1
+ C#/.NET Driver Version 1.10.1 Release Notes
2
2
=================================================================
3
3
4
- NOTE: This is a release candidate and should only be used for testing. It is not recommended for production use.
5
-
6
- This is a minor release...
4
+ This is a minor release and contains no API changes.
7
5
8
6
It also fixes some issues reported since 1.10.0 was released.
9
7
10
8
An online version of these release notes is available at:
11
9
12
10
https://github.com/mongodb/mongo-csharp-driver/blob/v1.x/Release%20Notes/Release%20Notes%20v1.10.1.md
13
11
14
- The full list of JIRA issues resolved in this release is available at:
15
-
16
- { Jira Link }
17
-
18
12
Documentation on the C# driver can be found at:
19
13
20
14
http://www.mongodb.org/display/DOCS/CSharp+Language+Center
@@ -27,6 +21,9 @@ The 1.x releases will be the last non-bug fix release supporting .NET 3.5.
27
21
28
22
The issues fixed in 1.10.1 are:
29
23
24
+ [ CSHARP-1351] ( https://jira.mongodb.org/browse/CSHARP-1351 ) - ObjectSerializer should not be dependent on the order of the _ t and _ v elements.
25
+
26
+
30
27
Compatibility Changes
31
28
---------------------
32
29
You can’t perform that action at this time.
0 commit comments