We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6594c commit 473e2deCopy full SHA for 473e2de
doc/changelog.rst
@@ -13,6 +13,7 @@ PyMongo 4.11 brings a number of changes including:
13
- Dropped support for Python 3.8.
14
- Dropped support for MongoDB 3.6.
15
- Dropped support for the MONGODB-CR authenticate mechanism, which is no longer supported by MongoDB 4.0+.
16
+- pymongocrypt>=1.12 is now required for :ref:`In-Use Encryption` support.
17
- Added support for free-threaded Python with the GIL disabled. For more information see:
18
`Free-threaded CPython <https://docs.python.org/3.13/whatsnew/3.13.html#whatsnew313-free-threaded-cpython>`_.
19
- :attr:`~pymongo.asynchronous.mongo_client.AsyncMongoClient.address` and
0 commit comments