Skip to content

Commit 312eded

Browse files
committed
Bump to 3.4.1
1 parent c19ac3c commit 312eded

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# HEAD
22

3+
## 3.4.1
4+
35
- Fix: Use `Process.clock_gettime(CLOCK_MONOTONIC)` for elapsed time tracking so retry timing is immune to wall-clock adjustments (NTP, manual changes).
46
- Fix: Handle `max_elapsed_time: nil` gracefully instead of raising `NoMethodError`.
57
- Remove dead `* 1.0` float coercion in `ExponentialBackoff#randomize`.

lib/retriable/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Retriable
4-
VERSION = "3.4.0"
4+
VERSION = "3.4.1"
55
end

0 commit comments

Comments
 (0)