File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,19 @@ Changelog
4
4
Changes in Version 3.7.0
5
5
------------------------
6
6
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.
7
13
- 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.
8
20
9
21
Issues Resolved
10
22
...............
You can’t perform that action at this time.
0 commit comments