Skip to content

Releases: ultrajson/ultrajson

5.0.0

16 Dec 14:08
e3ccc5a
Compare
Choose a tag to compare

Added

Removed

Fixed

4.3.0

22 Nov 07:59
6833495
Compare
Choose a tag to compare

Added

  • Enable Windows on ARM64 target (#488) @nsait-linaro

4.2.0

22 Sep 10:30
cd58a9b
Compare
Choose a tag to compare

Added

Changed

4.1.0

16 Aug 11:40
8f5ad61
Compare
Choose a tag to compare

Added

Changed

Fixed

4.0.2

21 Jan 15:21
7cceea1
Compare
Choose a tag to compare

Changed

Fixed

4.0.1

09 Oct 19:38
0b5b635
Compare
Choose a tag to compare

Fixed

  • Fix UnicodeDecodeError on arm64/aarch64 (#435) @hugovk

4.0.0

07 Oct 17:34
62b8920
Compare
Choose a tag to compare

Added

Removed

Fixed

3.2.0

08 Sep 16:28
090d741
Compare
Choose a tag to compare

Added

3.1.0

02 Aug 09:08
5dea5ef
Compare
Choose a tag to compare

Added

Fixed

3.0.0

03 Jun 16:42
cae2cb4
Compare
Choose a tag to compare

Added

  • Build Windows, macOS and manylinux wheels on CI and deploy to PyPI (#405, #406) @bwoodsend

Changed

  • Breaking change: New reject_bytes option to raise on bytes, defaults to True to align with json library. Set to False for old behaviour (#266) @elelay
  • Breaking change: Add an allow_nan keyword argument to dumps, defaults to True to align with json library. Set to False for old behaviour (#327) @segfault
  • Specify setuptools_scm config in pyproject.toml (#399) @BenjaminSchubert

Removed