Msgpack

Latest version: v1.0.8

Safety actively analyzes 628924 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 7

0.5.1

Not secure
======

* Remove FutureWarning about use_bin_type option (271)

0.5.0

Not secure
======

There are some deprecations. Please read changes carefully.

Changes
-------

* Drop Python 2.6 and ~3.4 support. Python 2.7 and 3.5+ are supported.

* Deprecate useless custom exceptions. Use ValueError instead of PackValueError,
Exception instead of PackException and UnpackException, etc...
See msgpack/exceptions.py

* Add *strict_types* option to packer. It can be used to serialize subclass of
builtin types. For example, when packing object which type is subclass of dict,
``default()`` is called. ``default()`` is called for tuple too.

* Pure Python implementation supports packing memoryview object.

* Support packing bytearray.

* Add ``Unpacker.tell()``. And ``write_bytes`` option is deprecated.


Bugs fixed
----------

* Fixed zero length raw can't be decoded when encoding is specified. (236)

0.4.8

=====
:release date: 2016-07-29

Bugs fixed
----------

* Calling ext_hook with wrong length. (Only on Windows, maybe. 203)

0.4.7

=====
:release date: 2016-01-25

Bugs fixed
----------

* Memory leak when unpack is failed

Changes
-------

* Reduce compiler warnings while building extension module
* unpack() now accepts ext_hook argument like Unpacker and unpackb()
* Update Cython version to 0.23.4
* default function is called when integer overflow

0.4.6

=====
:release date: 2015-03-13

Bugs fixed
----------

* fallback.Unpacker: Fix Data corruption when OutOfData.
This bug only affects "Streaming unpacking."

0.4.5

=====
:release date: 2015-01-25

Incompatible Changes
--------------------

Changes
-------

Bugs fixed
----------

* Fix test failure on pytest 2.3. (by ktdreyer)
* Fix typos in ChangeLog. (Thanks to dmick)
* Improve README.rst (by msabramo)

Page 4 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.