Python-rapidjson

Latest version: v1.16

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

Scan your dependencies

Page 4 of 11

1.0.1

1.0

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

* Require Python 3.6 or greater

* New serialization options, ``iterable_mode`` and ``mapping_mode``, to give some control
on how generic iterables and mappings get encoded (fix `issue 149`__ and
`issue 150`__)

__ https://github.com/python-rapidjson/python-rapidjson/issues/149
__ https://github.com/python-rapidjson/python-rapidjson/issues/150

* Internal refactorings, folding "skipkeys" and "sort_keys" arguments into the
mapping_mode options, respectively as MM_SKIP_NON_STRING_KEYS and MM_SORT_KEYS: "old"
arguments kept for backward compatibility

* Bump major version to 1, tag as "production/stable" and switch to a simpler X.Y
versioning schema

1.0.0

Changes
-------

1.0beta

Added
* RFC 7159 (101)
* Optional Iterative Parser (76)
* Deep-copy values (20)
* Error code and message (27)
* ASCII Encoding (70)
* `kParseStopWhenDoneFlag` (83)
* `kParseFullPrecisionFlag` (881c91d696f06b7f302af6d04ec14dd08db66ceb)
* Add `Key()` to handler concept (134)
* C++11 compatibility and support (128)
* Optimized number-to-string and vice versa conversions (137, 80)
* Short-String Optimization (131)
* Local stream optimization by traits (32)
* Travis & Appveyor Continuous Integration, with Valgrind verification (24, 242)
* Redo all documentation (English, Simplified Chinese)

Changed
* Copyright ownership transferred to THL A29 Limited (a Tencent company).
* Migrating from Premake to CMAKE (192)
* Resolve all warning reports

Removed
* Remove other JSON libraries for performance comparison (180)

0.11

0.9.4

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

* Fix memory leak loading an invalid JSON (`issue 148`__)

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

Page 4 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.