orjson v3.11.7 Release Notes
Release Date: 2026-02-02 // about 2 months ago-
๐ 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+30instead of1.2e30. Both formats are spec-compliant. - ๐ ABI compatibility with CPython 3.15 alpha 5 free-threading.
- ๐ Use a faster library to serialize
Previous changes from v3.11.6
-
๐ 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
listofdict.