Skip to content

Releases: ultrajson/ultrajson

5.12.1

05 May 21:48
7d9036f

Choose a tag to compare

Fixed

Note that pre-built wheels for graalpy on macOS have been omitted from this release due to infrastructural issues building them (#731).

5.12.0

11 Mar 22:02
4baeb95

Choose a tag to compare

Added

Changed

Fixed

5.11.0

20 Aug 11:42
c392ae1

Choose a tag to compare

Added

Changed

Fixed

  • fix(ujson.loads): raises a JSONDecodeError instead of SystemError when parsing a nested json string (#667) @grandnew
  • Pin setuptools < 72.2 to fix build on PyPy (#638) @hugovk
  • Update README.md example to match actual output (#654) @AvdN

5.10.0

14 May 01:46
59875e0

Choose a tag to compare

Added

5.9.0

10 Dec 22:35

Choose a tag to compare

Breaking

  • Raise TypeError if toDict() returns a non-dict instead of silently converting it to null (#615) @eltoder
  • Use lowercase strings for bool dict keys (#614) @eltoder

Added

Changed

Fixed

5.8.0

11 Jun 08:34
7ce1914

Choose a tag to compare

Added

  • Build wheel for Python 3.12 beta (built against 3.12.0b2) (#594) @hugovk

Changed

Fixed

5.7.0

06 Jan 19:53
7ae42dc

Choose a tag to compare

Added

  • Support ujson.loads(bytearray(...)) and other bytes-like objects. (#573) @bwoodsend

5.6.0

01 Dec 13:41
1860724

Choose a tag to compare

Added

Fixed

5.5.0

15 Sep 18:01
d84c832

Choose a tag to compare

Added

Fixed

5.4.0

02 Jul 05:20
9c20de0

Choose a tag to compare

Added

Fixed