- Fix the `__cause__` exception on `orjson.JSONEncodeError` possibly being denormalized, i.e., of type `str` instead of `Exception`.
3.9.1
Not secure
Fixed
- Fix memory leak on chained tracebacks of exceptions raised in `default`. This was introduced in 3.8.12.
3.9.0
Not secure
Added
- `orjson.Fragment` includes already-serialized JSON in a document.
3.8.14
Not secure
Changed
- PyPI `manylinux` wheels are compiled for `x86-64` instead of `x86-64-v2`.
3.8.13
Not secure
Changed
- Source distribution contains all source code required for an offline build. - PyPI macOS wheels use a `MACOSX_DEPLOYMENT_TARGET` of 10.15 instead of 11. - Build uses maturin v1.
3.8.12
Not secure
Changed
- Exceptions raised in `default` are now chained as the `__cause__` attribute on `orjson.JSONEncodeError`.