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+30 instead of 1.2e30. Both formats are spec-compliant.
    • ๐Ÿ†“ ABI compatibility with CPython 3.15 alpha 5 free-threading.

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 list of dict.