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 336163a commit 4ea0288Copy full SHA for 4ea0288
doc/changelog.rst
@@ -8,6 +8,9 @@ PyMongo 4.14 brings a number of changes including:
8
- Added :attr:`bson.codec_options.TypeRegistry.codecs` and :attr:`bson.codec_options.TypeRegistry.fallback_encoder` properties
9
to allow users to directly access the type codecs and fallback encoder for a given :class:`bson.codec_options.TypeRegistry`.
10
11
+- Introduces a minor breaking change. When encoding :class:`bson.binary.BinaryVector`, a ``ValueError`` will be raised
12
+ if the 'padding' metadata field is < 0 or > 7, or non-zero for any type other than PACKED_BIT.
13
+
14
Changes in Version 4.13.2 (2025/06/17)
15
--------------------------------------
16
0 commit comments