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 34c0ecf commit 8199493Copy full SHA for 8199493
doc/changelog.rst
@@ -51,6 +51,9 @@ PyMongo 4.13 brings a number of changes including:
51
or the `migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_ for more information.
52
- Fixed a bug where :class:`pymongo.write_concern.WriteConcern` repr was not eval-able
53
when using ``w="majority"``.
54
+- Ignored bits in a BSON BinaryVector of PACKED_BIT dtype should be set to zero.
55
+ On writes, this is enforced and is a breaking change.
56
+ Reads from the database will not fail, however a warning will be triggered.
57
58
Issues Resolved
59
...............
0 commit comments