Skip to content

Commit 2f097cf

Browse files
committed
Added note about SCRAM-SHA1 authentication.
1 parent d1c6e1b commit 2f097cf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Release Notes/Release Notes v1.10.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,20 @@ The issues fixed in 1.10 are:
3333
- Deprecate classes, properties and methods that will be removed in version 2.0
3434
- other minor fixes (see JIRA tickets)
3535

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+
3650
Compatibility Changes
3751
---------------------
3852

0 commit comments

Comments
 (0)