Releases: ijl/orjson
Releases · ijl/orjson
3.8.12
Changed
Exceptions raised in default
are now chained as the __cause__
attribute
on orjson.JSONEncodeError
.
3.8.11
Changed
orjson.loads()
on an empty document has a specific error message.
PyPI manylinux_2_28_x86_64
wheels are compiled for x86-64-v2
.
PyPI macOS wheels are only universal2
and compiled for
x86-64-v2
and apple-m1
.
3.8.10
Fixed
Fix compatibility with CPython 3.12.0a7.
Fix compatibility with big-endian architectures.
Fix crash in serialization.
Changed
Publish musllinux 3.11 wheels.
Publish s390x wheels.
3.8.9
Fixed
Fix parallel initialization of orjson.
3.8.7
Fixed
Use serialization backend introduced in 3.8.4 only on well-tested
platforms such as glibc, macOS by default.
3.8.6
Fixed
Fix crash serializing when using musl libc.
Changed
Make python-dateutil
optional in tests.
Handle failure to load system timezones in tests.
3.8.5
Fixed
Fix orjson.dumps()
invalid output on Windows.
3.8.3
Fixed
orjson.dumps()
accepts option=None
per Optional[int]
type.
You can’t perform that action at this time.