We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0a312 commit df95352Copy full SHA for df95352
doc/changelog.rst
@@ -12,7 +12,8 @@ PyMongo 4.14 brings a number of changes including:
12
on-demand
13
- Introduces a minor breaking change. When encoding :class:`bson.binary.BinaryVector`, a ``ValueError`` will be raised
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`.
+- Fixed a but that raised ``EncryptionError`` when using :meth:`pymongo.mongo_client.MongoClient.server_info` with an
16
+ encrypted collection.
17
18
Changes in Version 4.13.2 (2025/06/17)
19
--------------------------------------
0 commit comments