File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- Changes in Version 4.12.0 (YYYY/MM/DD )
4
+ Changes in Version 4.12.0 (2025/04/08 )
5
5
--------------------------------------
6
6
7
+ .. warning :: Driver support for MongoDB 4.0 reached end of life in April 2025.
8
+ PyMongo 4.12 will be the last release to support MongoDB 4.0.
9
+
7
10
PyMongo 4.12 brings a number of changes including:
8
11
9
12
- Support for configuring DEK cache lifetime via the ``key_expiration_ms `` argument to
10
13
:class: `~pymongo.encryption_options.AutoEncryptionOpts `.
11
14
- Support for $lookup in CSFLE and QE supported on MongoDB 8.1+.
15
+ - pymongocrypt>=1.13 is now required for :ref: `In-Use Encryption ` support.
12
16
- Added :meth: `gridfs.asynchronous.grid_file.AsyncGridFSBucket.rename_by_name ` and :meth: `gridfs.grid_file.GridFSBucket.rename_by_name `
13
17
for more performant renaming of a file with multiple revisions.
14
18
- Added :meth: `gridfs.asynchronous.grid_file.AsyncGridFSBucket.delete_by_name ` and :meth: `gridfs.grid_file.GridFSBucket.delete_by_name `
You can’t perform that action at this time.
0 commit comments