File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ PyMongo 4.12 brings a number of changes including:
10
10
:class: `~pymongo.encryption_options.AutoEncryptionOpts `.
11
11
- Support for $lookup in CSFLE and QE supported on MongoDB 8.1+.
12
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.
13
+ for more performant renaming of a file with multiple revisions.
14
14
- AsyncMongoClient no longer performs DNS resolution for "mongodb+srv://" connection strings on creation.
15
15
To avoid blocking the asyncio loop, the resolution is now deferred until the client is first connected.
16
16
- Added index hinting support to the
You can’t perform that action at this time.
0 commit comments