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 59ccaa9 commit f91221eCopy full SHA for f91221e
doc/changelog.rst
@@ -46,6 +46,10 @@ API changes:
46
used PyMongo will treat the specified host:port pair(s) as a seed list and
47
connect using replica set behavior.
48
49
+.. warning:: The default subtype for :class:`~bson.binary.Binary` has changed
50
+ from :const:`~bson.binary.OLD_BINARY_SUBTYPE` (2) to
51
+ :const:`~bson.binary.BINARY_SUBTYPE` (0).
52
+
53
Issues Resolved
54
...............
55
0 commit comments