Python-rapidjson

Latest version: v1.16

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

Scan your dependencies

Page 8 of 11

0.4.0

Not secure
~~~~~~~~~~~~~~~~~~

* Implemented the streaming interface, see `load()`__ and `dump()`__ (`issue 80`__)

__ https://python-rapidjson.readthedocs.io/en/latest/load.html
__ https://python-rapidjson.readthedocs.io/en/latest/dump.html
__ https://github.com/python-rapidjson/python-rapidjson/issues/80

**Backward incompatibility**: now the *flags* arguments on all the functions are
*keyword only*, to mimic stdlib's ``json`` style

0.3.2

Not secure
~~~~~~~~~~~~~~~~~~

* Reduce compiler warnings (`issue 87`__)

__ https://github.com/python-rapidjson/python-rapidjson/issues/87

0.3.1

Not secure
~~~~~~~~~~~~~~~~~~

* Fix Travis CI recipe to accomodate MacOS

0.3.0

Not secure
~~~~~~~~~~~~~~~~~~

* Fix compilation on MacOS (`issue 78`__)

__ https://github.com/python-rapidjson/python-rapidjson/issues/78

* Handle generic iterables (`PR 89`__)

__ https://github.com/python-rapidjson/python-rapidjson/pull/89

**Backward incompatibility**: the ``dumps()`` function and the ``Encoder()``
constructor used to accept a ``max_recursion_depth`` argument, to control
the maximum allowed nesting of Python structures; since the underlying
function is now effectively recursive, it has been replaced by the generic
`sys.setrecursionlimit()`__ mechanism

__ https://docs.python.org/3.6/library/sys.html#sys.setrecursionlimit

0.2.7

Not secure
~~~~~~~~~~~~~~~~~~

* Restore compatibility with Python < 3.6

0.2.6

Not secure
~~~~~~~~~~~~~~~~~~

* Fix memory leaks when using object_hook/start_object/end_object

Page 8 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.