- Fix debug assert failure on 3.12 `--profile=dev` build.
3.9.9
Changed
- `orjson` module metadata explicitly marks subinterpreters as not supported.
3.9.8
Changed
- Improve performance. - Drop support for Python 3.7.
3.9.7
Fixed
- Fix crash in `orjson.loads()` due to non-reentrant handling of persistent buffer. This was introduced in 3.9.3. - Handle some FFI removals in CPython 3.13.
3.9.6
Fixed
- Fix numpy reference leak on unsupported array dtype. - Fix numpy.datetime64 reference handling.
Changed
- Minor performance improvements.
3.9.5
Fixed
- Remove futex from module import and initialization path.