We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91dbda3 commit 1218176Copy full SHA for 1218176
1 file changed
doc/changelog.rst
@@ -10,7 +10,7 @@ PyMongo 4.12 brings a number of changes including:
10
:class:`~pymongo.encryption_options.AutoEncryptionOpts`.
11
- Support for $lookup in CSFLE and QE supported on MongoDB 8.1+.
12
- Added :meth:`gridfs.asynchronous.grid_file.AsyncGridFSBucket.rename_by_name` and :meth:`gridfs.grid_file.GridFSBucket.rename_by_name`
13
- for more performant renaming of file revisions.
+ for more performant renaming of a file with multiple revisions.
14
- AsyncMongoClient no longer performs DNS resolution for "mongodb+srv://" connection strings on creation.
15
To avoid blocking the asyncio loop, the resolution is now deferred until the client is first connected.
16
- Added index hinting support to the
0 commit comments