* Restores publishing of source distribution (139) * Fix url in Issue tracker (140) * Version 2.1.1 (143) * Update CHANGELOG.md for 2.1.0 (142)
2.1.0
* Supporting hiredis 1.1.0 (135) * Modernizing: Restoring CI, Moving to pytest (136) * Adding LICENSE to Repository (132) * Python 3.11 trove, and links back to the project (131) * Integrating release drafter (133)
2.0.0
* Bump hiredis from 0.13.3 to 1.0.0 and consequently add support for RESP3 (see 104) * Add type hints (see 106) * Build aarch64 (arm64) wheels (see 98) * Drop support for EOL Python versions 2.7, 3.4, and 3.5 (see 103)
1.1.0
* Allow "encoding" and "errors" attributes to be updated at runtime (see 96)
1.0.1
* Permit all allowed values of codec errors (see 86) * BUGFIX: READEME.md has UTF-8 characters, setup.py will fail on systems where the locale is not UTF-8. (see 89)
1.0.0
* **(BREAKING CHANGE)** Add ability to control how unicode decoding errors are handled (see 82) * Removed support for EOL Python 2.6, 3.2, and 3.3.