File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ PyMongo 4.13 brings a number of changes including:
5151 or the `migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/ >`_ for more information.
5252- Fixed a bug where :class: `pymongo.write_concern.WriteConcern ` repr was not eval-able
5353 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.
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.
5757
5858Issues Resolved
5959...............
You can’t perform that action at this time.
0 commit comments