Skip to content

Commit eabc8d9

Browse files
committed
Add 3.7.1 changelog entry
1 parent a227198 commit eabc8d9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

doc/changelog.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2444
Changes in Version 3.7.0
2545
------------------------
2646

0 commit comments

Comments
 (0)