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,9 +10,9 @@ PyMongo 4.14 brings a number of changes including:
1010- Added :meth: `pymongo.asynchronous.mongo_client.AsyncMongoClient.append_metadata ` and
1111 :meth: `pymongo.mongo_client.MongoClient.append_metadata ` to allow instantiated MongoClients to send client metadata
1212 on-demand
13-
1413- Introduces a minor breaking change. When encoding :class: `bson.binary.BinaryVector `, a ``ValueError `` will be raised
1514 if the 'padding' metadata field is < 0 or > 7, or non-zero for any type other than PACKED_BIT.
15+ - Fixed a but that raised ``EncryptionError `` when using :meth: `pymongo.mongo_client.MongoClient.server_info `.
1616
1717Changes in Version 4.13.2 (2025/06/17)
1818--------------------------------------
You can’t perform that action at this time.
0 commit comments