Skip to content

Commit 92970d3

Browse files
authored
PYTHON-5248 Update changelog for 4.12 release (#2265)
1 parent 4d4a26c commit 92970d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/changelog.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
Changelog
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+
710
PyMongo 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`

0 commit comments

Comments
 (0)