All Versions
12
Latest Version
Avg Release Cycle
276 days
Latest Release
1456 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.0.1 Changes
October 09, 2020 -
v4.0.0 Changes
October 07, 2020โ Added
โ Removed
๐ Fixed
- ๐ Fix indent and add test case (#426) @chenhan1218
- โก๏ธ Update code samples in README (#427) @verhovsky
-
v3.2.0 Changes
September 08, 2020โ Added
- ๐ Make PEP 384 compliant (#417) @tekknolagi
- ๐ Build and deploy aarch64 wheels (#422) @geoffreyblake
-
v3.1.0 Changes
August 02, 2020 -
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 toTrue
to align withjson
library. Set toFalse
for old behaviour (#266) @elelay - ๐ฅ Breaking change: Add an
allow_nan
keyword argument to dumps, defaults toTrue
to align withjson
library. Set toFalse
for old behaviour (#327) @segfault - Specify setuptools_scm config in pyproject.toml (#399) @BenjaminSchubert
โ Removed
-
v2.0.2 Changes
March 15, 2020 -
v2.0.1 Changes
March 08, 2020 -
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
- โฌ๏ธ Reduce default buffer on stack size (#281) @ncopa
- โก๏ธ Update ultrajsondec.c (#260) @markpiekarz
- Indent dict values (#217) @orivej
- โ Test with pytest (#363) @hugovk
- Less Travis (#361) @hugovk
- โก๏ธ Update links (#356) @hugovk
- ๐ Tests: Remove unused, unmaintained blist (#362) @hugovk
- ๐ Only deploy sdist from Travis CI (#359) @hugovk
โ Removed
๐ 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