Releases: redis/hiredis-py
Releases · redis/hiredis-py
3.2.1
Changes
- Fix assertion in reader.c (#212)
Contributors
We'd like to thank all the contributors who worked on this release!
@uglide
3.2.0
Changes
- Introduce new type for RESP3 PUSH notifications (#208)
- Run integration workflow on version branches (#210)
- Update hiredis to 1.3.0 (#203)
Contributors
We'd like to thank all the contributors who worked on this release!
@uglide
3.1.1
Summary
This is a maintenance release that addresses issues in RESP3 parsing.
Changes
- Fix memory leaks and segfaults in RESP3 map parsing (#204, #205, #206)
3.1.0
Changes
- Update Python 3.13 compatibility (#199)
Contributors
We'd like to thank all the contributors who worked on this release!
@DeD1rk
3.0.0
Changes
Breaking Changes
- Return Redis sets as Python lists (#189)
🐛 Bug Fixes
- Return Redis sets as Python lists (#189)
Contributors
We'd like to thank all the contributors who worked on this release!
@gerzse
2.4.0
Changes
🧰 Maintenance
- Fix small typo (#192)
- Quote version for Python setup action in CI (#191)
- Fix building the wheel for windows (#190)
- pack: Replace sdsalloc.h with alloc.h (#159)
- Bump black from 22.3.0 to 24.3.0 (#185)
- Removing python 3.7 trove (#181)
- Badge for latest released on Pypi (#182)
- Sync license in metadata with LICENSE file (#183)
Contributors
We'd like to thank all the contributors who worked on this release!
@Apteryks, @ArtemIsmagilov, @chayim, @dependabot, @dependabot[bot], @gerzse and @shadchin
2.3.2
Changes
🧰 Maintenance
- Fixing wheel artifact find for OSX builds (#180)
Contributors
We'd like to thank all the contributors who worked on this release!
@chayim
2.3.1
Changes
🧰 Maintenance
- Builder for wheels (#179)
- Restoring FreeBSD to CI (#178)
- Added Python 3.12 to test matrix and classifiers (#174)
- Linking to Redis learning resources (#173)
- Updating client license to clear, MIT (#170)
- Integrating spellcheck into CI (#169)
Contributors
We'd like to thank all the contributors who worked on this release!
@chayim and @foarsitter
2.3.0
Changes
🧰 Maintenance
- hiredis 1.2.0 support, versioning as 2.3.0 (#168)
- Fix including tests in sdist (#166)
- Use absolute imports and remove init.py from tests. (#160)
Contributors
We'd like to thank all the contributors who worked on this release!
@Apteryks, @chayim and @mgorny
2.2.3
Changes
- Implement garbage collection support in Reader (#162) (#163)
Contributors
We'd like to thank all the contributors who worked on this release!
@oranav