Skip to content

v3.4.1

Choose a tag to compare

@kamui kamui released this 26 May 20:47
· 44 commits to main since this release
Immutable release. Only release title and notes can be modified.
  • Fix: Use Process.clock_gettime(CLOCK_MONOTONIC) for elapsed time tracking so retry timing is immune to wall-clock adjustments (NTP, manual changes).
  • Fix: Handle max_elapsed_time: nil gracefully instead of raising NoMethodError.
  • Remove dead * 1.0 float coercion in ExponentialBackoff#randomize.