File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,26 @@ in this release.
2121
2222.. _PyMongo 3.8 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=19904
2323
24+ Changes in Version 3.7.1
25+ ------------------------
26+
27+ Version 3.7.1 fixes a few issues discovered since the release of 3.7.0.
28+
29+ - Calling :meth: `~pymongo.database.Database.authenticate ` more than once
30+ with the same credentials results in OperationFailure.
31+ - Authentication fails when SCRAM-SHA-1 is used to authenticate users with
32+ only MONGODB-CR credentials.
33+ - A millisecond rounding problem when decoding datetimes in the pure Python
34+ BSON decoder on 32 bit systems and AWS lambda.
35+
36+ Issues Resolved
37+ ...............
38+
39+ See the `PyMongo 3.7.1 release notes in JIRA `_ for the list of resolved issues
40+ in this release.
41+
42+ .. _PyMongo 3.7.1 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=21096
43+
2444Changes in Version 3.7.0
2545------------------------
2646
You can’t perform that action at this time.
0 commit comments