v3.4.1
·
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: nilgracefully instead of raisingNoMethodError. - Remove dead
* 1.0float coercion inExponentialBackoff#randomize.