1.4.1
[1.4.1] - 2020-03-27
Fixed:
- An error in the backoff logic added in v1.4.0 could cause a panic after many successive retries, due to the exponential backoff value exceeding
math.MaxInt64
resulting in a negative number being passed torandom.Int63n
.