10000
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 2186455 commit c60e6c7Copy full SHA for c60e6c7
ChangeLog.rst
@@ -6,6 +6,14 @@ Release Date: TBD
6
* Remove Python 2 support from the ``msgpack/_cmsgpack``.
7
``msgpack/fallback`` still supports Python 2.
8
* Remove ``encoding`` option from the Packer and Unpacker.
9
+* Unpacker: The default value of ``max_buffer_type`` is changed to 100MiB.
10
+* Un 7509 packer: ``strict_map_key`` is True by default now.
11
+* Unpacker: String map keys are interned.
12
+* Drop old buffer protocol support.
13
+* Support Timestamp type.
14
+* Support serializing and decerializing ``datetime`` object
15
+ with tzinfo.
16
+* Unpacker: ``Fix Unpacker.read_bytes()`` in fallback implementation. (#352)
17
18
19
0.6.2
0 commit comments