Python-rapidjson

Latest version: v1.20

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

Scan your dependencies

Page 9 of 12

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

0.2.5

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

* Fix bug where error handling code could raise an exception causing a
confusing exception to be returned (`PR 82`__)

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

* Fix bug where loads's ``object_hook`` and dumps's ``default`` arguments
could not be passed ``None`` explicitly (`PR 83`__)

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

* Fix crash when dealing with surrogate pairs (`issue 81`__)

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

0.2.4

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

* Fix compatibility with MacOS/clang

Page 9 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.