Skip to content

Releases: closeio/redis-hashring

v0.3.2

15 Apr 19:33
v0.3.2
6954592
Compare
Choose a tag to compare

The implementation of support for unpatched processes that use gevent released with v0.3.1 had a bug related to initialization of connections in PubSub objects. This version ships a different implementation (which closely resembles the one we had before v0.3.0).

v0.3.1

13 Apr 17:45
v0.3.1
52629fc
Compare
Choose a tag to compare

Support for unpatched processes was removed when we introduced v0.3.0, but we found that that brought a lot of problems with it. We are reintroducing it in v0.3.1, and with a much simpler implementation!

v0.3.0

17 Mar 19:58
v0.3.0
1922cc1
Compare
Choose a tag to compare

This release introduces a breaking change: you cannot run this library with gevent unless you monkey-patch the process with gevent.monkey.patch_all() before importing redis or redis-hashring.

v0.2.0

02 Mar 17:58
v0.2.0
db3c0e3
Compare
Choose a tag to compare

Drop support for redis-py 2 and introduce redis-py 3.

v0.1.3: Stability improvements

29 Sep 18:16
@tsx tsx
Compare
Choose a tag to compare

This release improves stability when hashring is started stopped and recreated repeatedly, for example in tests.