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:
10
10
- Added :meth: `pymongo.asynchronous.mongo_client.AsyncMongoClient.append_metadata ` and
11
11
:meth: `pymongo.mongo_client.MongoClient.append_metadata ` to allow instantiated MongoClients to send client metadata
12
12
on-demand
13
-
14
13
- Introduces a minor breaking change. When encoding :class: `bson.binary.BinaryVector `, a ``ValueError `` will be raised
15
14
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 `.
16
16
17
17
Changes in Version 4.13.2 (2025/06/17)
18
18
--------------------------------------
You can’t perform that action at this time.
0 commit comments