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 93bc3c9 commit afd82f4Copy full SHA for afd82f4
doc/changelog.rst
@@ -9,7 +9,7 @@ PyMongo 4.12 brings a number of changes including:
9
- Support for configuring DEK cache lifetime via the ``key_expiration_ms`` argument to
10
:class:`~pymongo.encryption_options.AutoEncryptionOpts`.
11
- Support for $lookup in CSFLE and QE supported on MongoDB 8.1+.
12
-- AsyncMongoClient no longer performs dns resolution for "mongodb+srv://" connection string in the constructor.
+- AsyncMongoClient no longer performs DNS resolution for "mongodb+srv://" connection strings on creation.
13
To avoid blocking the asyncio loop, the resolution is now deferred until the client is first connected.
14
15
Issues Resolved
0 commit comments