- `orjson.dumps()` serializes `numpy.datetime64` instances as RFC 3339 strings.
3.5.4
Fixed
- Fix memory leak serializing `datetime.datetime` with `tzinfo`. - Fix wrong error message when serializing an unsupported numpy type without default specified.
Changed
- Publish python3.10 and python3.9 manylinux_2_24 wheels.
3.5.3
Fixed
- `orjson.JSONDecodeError` now has `pos`, `lineno`, and `colno`. - Fix build on recent versions of Rust nightly.