File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- Changes in Version 4.12.0 (YYYY/MM/DD )
4+ Changes in Version 4.12.0 (2025/04/08 )
55--------------------------------------
66
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+
710PyMongo 4.12 brings a number of changes including:
811
912- Support for configuring DEK cache lifetime via the ``key_expiration_ms `` argument to
1013 :class: `~pymongo.encryption_options.AutoEncryptionOpts `.
1114- 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.
1216- Added :meth: `gridfs.asynchronous.grid_file.AsyncGridFSBucket.rename_by_name ` and :meth: `gridfs.grid_file.GridFSBucket.rename_by_name `
1317 for more performant renaming of a file with multiple revisions.
1418- 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