Skip to content

Releases: redis/hiredis-py

3.2.1

23 May 10:50
Compare
Choose a tag to compare

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
f715de2
Compare
Choose a tag to compare

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
043ce91
Compare
Choose a tag to compare

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
d72ff3d
Compare
Choose a tag to compare

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
c1eefbd
Compare
Choose a tag to compare

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
a94bb44
Compare
Choose a tag to compare

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
d50608e
Compare
Choose a tag to compare

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
43855b6
Compare
Choose a tag to compare

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
2505558
Compare
Choose a tag to compare

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

04 May 10:10
d3ce7c0
Compare
Choose a tag to compare

Changes

  • Implement garbage collection support in Reader (#162) (#163)

Contributors

We'd like to thank all the contributors who worked on this release!

@oranav