Skip to content

Commit afd82f4

Browse files
Update doc/changelog.rst
Co-authored-by: Noah Stapp <noah@noahstapp.com>
1 parent 93bc3c9 commit afd82f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PyMongo 4.12 brings a number of changes including:
99
- Support for configuring DEK cache lifetime via the ``key_expiration_ms`` argument to
1010
:class:`~pymongo.encryption_options.AutoEncryptionOpts`.
1111
- 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.
12+
- AsyncMongoClient no longer performs DNS resolution for "mongodb+srv://" connection strings on creation.
1313
To avoid blocking the asyncio loop, the resolution is now deferred until the client is first connected.
1414

1515
Issues Resolved

0 commit comments

Comments
 (0)