Skip to content

Releases: ijl/orjson

3.8.6

09 Feb 14:56
@ijl ijl
Compare
Choose a tag to compare

Fixed

  • Fix crash serializing when using musl libc.

Changed

  • Make python-dateutil optional in tests.
  • Handle failure to load system timezones in tests.

3.8.5

10 Jan 15:20
@ijl ijl
Compare
Choose a tag to compare

Fixed

  • Fix orjson.dumps() invalid output on Windows.

3.8.4

04 Jan 15:34
@ijl ijl
Compare
Choose a tag to compare

Changed

  • Improve performance.

3.8.3

02 Dec 15:14
@ijl ijl
Compare
Choose a tag to compare

Fixed

  • orjson.dumps() accepts option=None per Optional[int] type.

3.8.2

20 Nov 19:31
@ijl ijl
Compare
Choose a tag to compare

Fixed

  • Fix tests on 32-bit for numpy.intp and numpy.uintp.

Changed

  • Build now depends on rustc 1.60 or later.
  • Support building with maturin 0.13 or 0.14.

3.8.1

25 Oct 15:32
@ijl ijl
Compare
Choose a tag to compare

Changed

  • Build maintenance for Python 3.11.

3.8.0

27 Aug 13:52
@ijl ijl
Compare
Choose a tag to compare

Changed

  • Support serializing numpy.int16 and numpy.uint16.

3.7.12

14 Aug 16:18
@ijl ijl
Compare
Choose a tag to compare

Fixed

  • Fix datetime regression tests with tzinfo 2022b.

Changed

  • Improve performance.

3.7.11

31 Jul 13:06
@ijl ijl
Compare
Choose a tag to compare

Fixed

  • Revert dict iterator implementation introduced in 3.7.9.

3.7.10

30 Jul 13:36
@ijl ijl
Compare
Choose a tag to compare

Fixed

  • Fix serializing dict with deleted final item. This was introduced in 3.7.9.