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 1
1
Changelog
2
2
=========
3
3
4
+ Changes in Version 3.7.1
5
+ ------------------------
6
+
7
+ Version 3.7.1 fixes a few issues discovered since the release of 3.7.0.
8
+
9
+ - Calling :meth: `~pymongo.database.Database.authenticate ` more than once
10
+ with the same credentials results in OperationFailure.
11
+ - Authentication fails when SCRAM-SHA-1 is used to authenticate users with
12
+ only MONGODB-CR credentials.
13
+ - A millisecond rounding problem when decoding datetimes in the pure Python
14
+ BSON decoder on 32 bit systems and AWS lambda.
15
+
16
+ Issues Resolved
17
+ ...............
18
+
19
+ See the `PyMongo 3.7.1 release notes in JIRA `_ for the list of resolved issues
20
+ in this release.
21
+
22
+ .. _PyMongo 3.7.1 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=21096
23
+
4
24
Changes in Version 3.7.0
5
25
------------------------
6
26
You can’t perform that action at this time.
0 commit comments