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 70b391d commit 7e71c93Copy full SHA for 7e71c93
doc/changelog.rst
@@ -53,7 +53,8 @@ PyMongo 4.13 brings a number of changes including:
53
when using ``w="majority"``.
54
- When padding is set, ignored bits in a BSON BinaryVector of PACKED_BIT dtype should be set to zero.
55
When encoding, this is enforced and is a breaking change.
56
- It is not enforced when decoding, so reading from the database will not fail, however a warning will be triggered.
+ It is not yet enforced when decoding, so reading from the database will not fail, however a warning will be triggered.
57
+ From PyMongo 5.0, this rule will be enforced for both encoding and decoding.
58
59
Issues Resolved
60
...............
0 commit comments