Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@richardboehme richardboehme released this 05 Sep 20:04

[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 calling move_to!(2, advisory_lock: { timeout_seconds: 30 }) will call with_advisory_lock(lock_name, timeout_seconds: 30), changing the timeout_seconds option for this single advisory lock. (#17)

Full Changelog: v0.3.0...v0.4.0