Skip to content

Releases: py-sherlock/sherlock

v0.4.1

18 Feb 14:50
245ece9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

06 Oct 11:46
468b474
Compare
Choose a tag to compare

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