Skip to content

v0.4.0

Compare
Choose a tag to compare
@judahrand judahrand released this 06 Oct 11:46
· 8 commits to master since this release
468b474

Breaking Changes

  • Drop support for python<3.7

New Features

  • Add KubernetesLock backend
  • Add FileLock backend
  • Install backend specific dependencies with extras #59
  • Add python.renew() method to all backends #61

Bug Fixes

  • Use ARGV in Redis Lua scripts to add RedisCluster support #31
  • redis>=2.10.6 client won't work with sherlock<=0.3.2 #32
  • timeout=0 doesn't work as expected with RedisLock #60