Release 1.3
- 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 of2
. 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.