ultrajson v3.0.0 Release Notes

Release Date: 2020-06-03 // almost 4 years ago
  • โž• 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