File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,20 @@ The issues fixed in 1.10 are:
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
+ Note about SCRAM-SHA1 authenticaton
37
+ -----------------------------------
38
+
39
+ Starting with the MongoDB 2.8 release, the SCRAM-SHA1 authentication protocol is supported. By
40
+ itself, this will not cause any compatibility issues. However, before updating the server's
41
+ authentication schema such that the MONGODB-CR protocol is no longer available, you must
42
+ replace any calls to:
43
+
44
+ MongoCredential.CreateMongoCRCredential(...)
45
+
46
+ with calls to:
47
+
48
+ MongoCredential.CreateCredential(...)
49
+
36
50
Compatibility Changes
37
51
---------------------
38
52
You can’t perform that action at this time.
0 commit comments