[0.4.0] - 2024-09-05
Changed
- Allow passing options to all
move_to*
methods. This allows for options being passed to the::with_advisory_lock
method. For example callingmove_to!(2, advisory_lock: { timeout_seconds: 30 })
will callwith_advisory_lock(lock_name, timeout_seconds: 30)
, changing thetimeout_seconds
option for this single advisory lock. (#17)
Full Changelog: v0.3.0...v0.4.0