Victoria Series Release Notes¶
2.7.2-2¶
New Features¶
Redis driver retries actions for up to 15 times when met with error connecting to Redis.
2.7.0¶
New Features¶
HashRing
now accepts a new argumenthash_function
, allowing using a different hash function.
Bug Fixes¶
Fixes AttributeError in the
mysql
driver with PyMySQL 0.10.0.
2.4.0¶
New Features¶
Added support for Consul ACL tokens. Consul ACL tokens can be passed in as a parameterized argument. Requires python-consul2
Upgrade Notes¶
Updated the python-consul library to python-consul2. The original library is no longer maintained while python-consul2 is reasonably maintained. Consul 1.4 has a new ACL implementation, and Consul 1.7 includes some standards enforcement which break python-consul.