Skip to content

Releases: Antares0982/ssrJSON

Release 0.0.7

22 Oct 16:36
2131081

Choose a tag to compare

  • Support MacOS (aarch64)
  • Improve performance of dumps_to_bytes for ASCII path

No new feature was introduced compared to version 0.0.6

Release 0.0.6

18 Oct 18:17
11045d3

Choose a tag to compare

From version 0.0.6, we will not distribute binary for Python3.9 since it has reached the end of life.

  • Distribute binary for Python3.14
  • Performance improvement for AVX2 encoding, and other improvements for encoding #14 #16
  • Other internal refactors

Release 0.0.5

04 Oct 15:23
7821e84

Choose a tag to compare

  • Support aarch64-Linux
  • Other internal refactors

Release 0.0.4

06 Sep 12:53
8610cb8

Choose a tag to compare

Fix decode bug when input contains '\uxxxx'
Support Python3.15.0a0

Release 0.0.3

31 Jul 17:21
10001b8

Choose a tag to compare

This is a bug-fix version.

  • Fix __version__ not exported
  • Fix subclass encoding

Release 0.0.2

27 Jul 16:17
c4cf37c

Choose a tag to compare

Support serializing subclasses of dict, list, float, int and tuple, and other minor changes/fixes.

Release 0.0.1

28 Jun 20:02
0a1d942

Choose a tag to compare

This is the first release of ssrJSON.