mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Update changelog
This commit is contained in:
parent
3b80233592
commit
a8b3e97fe5
1 changed files with 12 additions and 0 deletions
|
@ -3,9 +3,21 @@
|
||||||
|
|
||||||
Release Date: TBD
|
Release Date: TBD
|
||||||
|
|
||||||
|
|
||||||
|
Important changes
|
||||||
|
------------------
|
||||||
|
|
||||||
Extension modules are merged. There is ``msgpack._msgpack`` instead of
|
Extension modules are merged. There is ``msgpack._msgpack`` instead of
|
||||||
``msgpack._packer`` and ``msgpack._unpacker``. (#314)
|
``msgpack._packer`` and ``msgpack._unpacker``. (#314)
|
||||||
|
|
||||||
|
unpacker: Default size limits is smaller than before to avoid DoS attack.
|
||||||
|
If you need to handle large data, you need to specify limits manually.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Other changes
|
||||||
|
--------------
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
0.5.6
|
0.5.6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue