@@ -7,6 +7,10 @@ Changes in Version 4.11.0 (YYYY/MM/DD)
77.. warning :: PyMongo 4.11 drops support for Python 3.8: Python 3.9+ or PyPy 3.9+ is now required.
88.. warning :: PyMongo 4.11 drops support for MongoDB 3.6. PyMongo now supports MongoDB 4.0+.
99 Driver support for MongoDB 3.6 reached end of life in April 2024.
10+ .. warning :: Driver support for MongoDB 4.0 reaches end of life in April 2025.
11+ A future minor release of PyMongo will raise the minimum supported MongoDB Server version from 4.0 to 4.2.
12+ This is in accordance with [MongoDB Software Lifecycle Schedules](https://www.mongodb.com/legal/support-policy/lifecycles).
13+ **Support for MongoDB Server 4.0 will be dropped in a future release! **
1014
1115PyMongo 4.11 brings a number of changes including:
1216
@@ -16,6 +20,7 @@ PyMongo 4.11 brings a number of changes including:
1620- pymongocrypt>=1.12 is now required for :ref: `In-Use Encryption ` support.
1721- Added support for free-threaded Python with the GIL disabled. For more information see:
1822 `Free-threaded CPython <https://docs.python.org/3.13/whatsnew/3.13.html#whatsnew313-free-threaded-cpython >`_.
23+ We do not yet support free-threaded Python on Windows (`PYTHON-5027 `_) or with In-Use Encryption (`PYTHON-5024 `_).
1924- :attr: `~pymongo.asynchronous.mongo_client.AsyncMongoClient.address ` and
2025 :attr: `~pymongo.mongo_client.MongoClient.address ` now correctly block when called on unconnected clients
2126 until either connection succeeds or a server selection timeout error is raised.
@@ -42,6 +47,8 @@ See the `PyMongo 4.11 release notes in JIRA`_ for the list of resolved issues
4247in this release.
4348
4449.. _PyMongo 4.11 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=40784
50+ .. _PYTHON-5027 : https://jira.mongodb.org/browse/PYTHON-5027
51+ .. _PYTHON-5024 : https://jira.mongodb.org/browse/PYTHON-5024
4552
4653Changes in Version 4.10.1 (2024/10/01)
4754--------------------------------------
0 commit comments