Releases: ijl/orjson
Releases · ijl/orjson
3.11.9
Compare
Sorry, something went wrong.
No results found
ijl
released this
06 May 14:42
Changed
Build now depends on Rust 1.95 or later instead of 1.89.
Fixed
Fix building on Rust 1.95.
3.11.8
Compare
Sorry, something went wrong.
No results found
ijl
released this
31 Mar 16:16
Changed
Build and compatibility improvements.
3.11.7
Compare
Sorry, something went wrong.
No results found
ijl
released this
02 Feb 15:39
Changed
Use a faster library to serialize float. Users with byte-exact regression
tests should note positive exponents are now written using a +, e.g.,
1.2e+30 instead of 1.2e30. Both formats are spec-compliant.
ABI compatibility with CPython 3.15 alpha 5 free-threading.
3.11.6
Compare
Sorry, something went wrong.
No results found
ijl
released this
29 Jan 15:07
Changed
orjson now includes code licensed under the Mozilla Public License 2.0 (MPL-2.0).
Drop support for Python 3.9.
ABI compatibility with CPython 3.15 alpha 5.
Build now depends on Rust 1.89 or later instead of 1.85.
Fixed
Fix sporadic crash serializing deeply nested list of dict.
3.11.5
Compare
Sorry, something went wrong.
No results found
ijl
released this
06 Dec 15:26
Changed
Show simple error message instead of traceback when attempting to
build on unsupported Python versions.
3.11.4
Compare
Sorry, something went wrong.
No results found
ijl
released this
24 Oct 15:24
Changed
ABI compatibility with CPython 3.15 alpha 1.
Publish PyPI wheels for 3.14 and manylinux i686, manylinux arm7,
manylinux ppc64le, manylinux s390x.
Build now requires a C compiler.
3.11.3
Compare
Sorry, something went wrong.
No results found
ijl
released this
26 Aug 17:30
Fixed
Fix PyPI project metadata when using maturin 1.9.2 or later.
3.11.2
Compare
Sorry, something went wrong.
No results found
ijl
released this
12 Aug 15:16
Fixed
Fix build using Rust 1.89 on amd64.
Changed
Build now depends on Rust 1.85 or later instead of 1.82.
3.11.1
Compare
Sorry, something went wrong.
No results found
ijl
released this
25 Jul 14:31
Changed
Publish PyPI wheels for CPython 3.14.
Fixed
Fix str on big-endian architectures.
3.11.0
Compare
Sorry, something went wrong.
No results found
ijl
released this
15 Jul 16:12
Changed
Use a deserialization buffer allocated per request instead of a shared buffer allocated on import.
ABI compatibility with CPython 3.14 beta 4.
You can’t perform that action at this time.