@@ -3,8 +3,8 @@ C#/.NET Driver Version 1.10-rc1 Release Notes (RELEASE CANDIDATE)
3
3
4
4
NOTE: This is a release candidate and should only be used for testing. It is not recommended for production use.
5
5
6
- This is a minor release which is fully compatible with server version 2.8 and fully supports
7
- the new features introduced by server version 2.8 .
6
+ This is a minor release which is fully compatible with server version 3.0 and fully supports
7
+ the new features introduced by server version 3.0 .
8
8
9
9
It also fixes some issues reported since 1.9.2 was released.
10
10
@@ -28,15 +28,15 @@ The 1.x releases will be the last non-bug fix release supporting .NET 3.5.
28
28
29
29
The issues fixed in 1.10 are:
30
30
31
- - Support for changes in server 2.8
31
+ - Support for changes in server 3.0
32
32
- Support SCRAM-SHA1 authentication
33
33
- Deprecate classes, properties and methods that will be removed in version 2.0
34
34
- other minor fixes (see JIRA tickets)
35
35
36
36
Note about SCRAM-SHA1 authenticaton
37
37
-----------------------------------
38
38
39
- Starting with the MongoDB 2.8 release, the SCRAM-SHA1 authentication protocol is supported. By
39
+ Starting with the MongoDB 3.0 release, the SCRAM-SHA1 authentication protocol is supported. By
40
40
itself, this will not cause any compatibility issues. However, before updating the server's
41
41
authentication schema such that the MONGODB-CR protocol is no longer available, you must
42
42
replace any calls to:
0 commit comments