Skip to content

Commit 84d0338

Browse files
committed
Update changelog for 3.7 work so far
1 parent 82c6bdb commit 84d0338

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@ Changelog
44
Changes in Version 3.7.0
55
------------------------
66

7+
Version 3.7 adds support for MongoDB 4.0. Highlights include:
8+
9+
- Support for multi-document transactions.
10+
- Support for the SCRAM-SHA-256 authentication mechanism.
11+
- Support for Python 3.7.
12+
- MD5 is now optional in GridFS.
713
- wtimeoutMS is once again supported as a URI option.
14+
- Deprecate the snapshot option of :meth:`~pymongo.collection.Collection.find`
15+
and :meth:`~pymongo.collection.Collection.find_one`. The option was
16+
deprecated in MongoDB 3.6 and removed in MongoDB 4.0.
17+
- Deprecate the max_scan option of :meth:`~pymongo.collection.Collection.find`
18+
and :meth:`~pymongo.collection.Collection.find_one`. The option was
19+
deprecated in MongoDB 4.0.
820

921
Issues Resolved
1022
...............

0 commit comments

Comments
 (0)