All Versions
12
Latest Version
Avg Release Cycle
276 days
Latest Release
1288 days ago

Changelog History
Page 1

  • v4.0.1 Changes

    October 09, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix UnicodeDecodeError on arm64/aarch64 (#435) @hugovk
  • v4.0.0 Changes

    October 07, 2020

    โž• Added

    โœ‚ Removed

    • โฌ‡๏ธ Drop support for EOL Python 3.5 (#424) @hugovk

    ๐Ÿ›  Fixed

  • v3.2.0 Changes

    September 08, 2020

    โž• Added

  • v3.1.0 Changes

    August 02, 2020

    โž• Added

    • ๐Ÿ‘ PEP 489 Multi Phase Init support (#418) @WillAyd

    ๐Ÿ›  Fixed

  • v3.0.0 Changes

    June 03, 2020

    โž• 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

    • โฌ‡๏ธ Drop support for EOL Python 2.7 (#404) @hugovk
  • v2.0.3 Changes

    March 24, 2020

    ๐Ÿ”„ Changed

    • โฌ‡๏ธ Drop legacy distutils in setup.py (#397) @hugovk
    • โšก๏ธ Update benchmarking (#395) @hugovk

    ๐Ÿ›  Fixed

    • โฌ‡ Decrease dict key reference (#394) @suola
    • Remove double_precision and precise_float from help text (#389) @JTJL
  • v2.0.2 Changes

    March 15, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix "๏ฟฝ๏ฟฝ is not JSON serializable" on Python 3 (#382) @hugovk
      • Follow up of: Removed generic serialization of objects/iterables 53f85b1 (UltraJSON 2.0.0)
  • v2.0.1 Changes

    March 08, 2020

    ๐Ÿ›  Fixed

  • v2.0.0 Changes

    March 07, 2020

    โž• Added

    • Include license file in manifest (#288) @kszucs
    • โž• added "static" to C functions, where possible (#238) @WGH-
    • bring back benchmark introduction (#234) @rdpate
    • โž• Add syntax highlighting to README (#255) @adamchainz
    • โœ… Test on new Travis CPUs (#350) @hugovk
    • โœ… Test on GitHub Actions (#348) @hugovk
    • โœ… Test on Python 3.9-dev to avoid surprises (#349) @hugovk
    • ๐Ÿš€ Use Release Drafter to draft releases (#365) @hugovk
    • ๐Ÿš€ Deploy from GitHub Actions instead of Travis CI (#364) @hugovk
    • ๐Ÿš€ Autodeploy to PyPI from Travis CI (#357) @hugovk
    • ๐Ÿ‘• Lint with pre-commit: Black, isort, Flake8 (#354) @hugovk

    ๐Ÿ”„ Changed

    โœ‚ Removed

    • โฌ‡๏ธ Drop EOL Python 2.5-2.6, 3.2-3.4 and add 3.7-3.8 (#298) @hugovk

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix reference counting bug for dict values (#353) @richafrank
    • ๐Ÿ›  Fix a couple of memory leaks. (#257) @borman
    • Correct JSON decoding implementation to die on trailing commas in Objects (#323) @timdawborn
    • ๐Ÿ›  fixup dconv_wrapper linkage (#312) @tclh123
    • ๐Ÿ›  Fix Warning: 'classifiers' should be a list, got type 'filter' (#351) @hugovk
    • โœ‚ Remove redundant license parameter (#341) @blag
    • ๐Ÿ— do not forcefully remove the build directory manually (fix #179) (#207) @anthraxx
    • ๐Ÿ”€ Merged pull request to fix memory leak. (#1) @Adriandorr
    • http -> https (#299) @hugovk
  • v1.35

    January 20, 2016