Skip to content

Commit 50ae811

Browse files
committed
Changelog for 3.7.1
1 parent a9f08c5 commit 50ae811

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
@@ -1,6 +1,26 @@
11
Changelog
22
=========
33

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+
424
Changes in Version 3.7.0
525
------------------------
626

0 commit comments

Comments
 (0)