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 76ef2b4 commit 6bea39dCopy full SHA for 6bea39d
doc/changelog.rst
@@ -71,6 +71,11 @@ Changes in Version 3.8.0.dev0
71
when decoding the command response. Previously the codec_options
72
was only used when the MongoDB server version was <= 3.0.
73
- TLS Renegotiation is now disabled when possible.
74
+- Custom types can now be directly encoded to, and decoded from MongoDB using
75
+ the :class:`~bson.codec_options.TypeCodec` and
76
+ :class:`~bson.codec_options.TypeRegistry` APIs. For more information, see
77
+ the :doc:`custom type example <examples/custom_type>`.
78
+
79
80
Issues Resolved
81
...............
0 commit comments