- Improve performance of UUIDs. - Publish PyPI wheels with trusted publishing and PEP 740 attestations. - Include text of licenses for vendored dependencies.
3.10.10
Fixed
- Fix `int` serialization on `s390x`. This was introduced in 3.10.8.
Changed
- Publish aarch64 manylinux_2_17 wheel for 3.13 to PyPI.
3.10.9
Fixed
- Fix `int` serialization on 32-bit Python 3.8, 3.9, 3.10. This was introduced in 3.10.8.
3.10.8
Changed
- `int` serialization no longer chains `OverflowError` to the the `__cause__` attribute of `orjson.JSONEncodeError` when range exceeded. - Compatibility with CPython 3.14 alpha 1. - Improve performance.
3.10.7
Changed
- Improve performance of stable Rust amd64 builds.