Skip to content

Release 1.3

Compare
Choose a tag to compare
@willemstuursma willemstuursma released this 26 May 11:49
· 178 commits to master since this release
  • Adds a new lock backend based on PostgreSQL's advisory locks. Thanks to @korotovsky for suggesting this feature.
  • Spinlocks now use a back off factor of 1.5 instead of 2. This means that released locks will be detected earlier at the cost of performing more checks. This affects the various Redis and Memcached based lock backends.
  • Various testing and CI improvements.