Releases: redis/hiredis-py
Releases · redis/hiredis-py
3.3.0
14 Oct 15:25
Compare
Sorry, something went wrong.
No results found
Changes
Contributors
We'd like to thank all the contributors who worked on this release!
3.2.1
23 May 10:50
Compare
Sorry, something went wrong.
No results found
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
22 May 08:58
Compare
Sorry, something went wrong.
No results found
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
09 May 15:30
Compare
Sorry, something went wrong.
No results found
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
04 Dec 14:01
Compare
Sorry, something went wrong.
No results found
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
19 Jul 12:05
Compare
Sorry, something went wrong.
No results found
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
19 Jul 11:17
Compare
Sorry, something went wrong.
No results found
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
17 Dec 12:26
Compare
Sorry, something went wrong.
No results found
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
17 Dec 11:00
Compare
Sorry, something went wrong.
No results found
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
12 Jul 08:02
Compare
Sorry, something went wrong.
No results found
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