Releases: avast/retry-go
Releases · avast/retry-go
Avoid overflow in BackOffDelay and CombineDelay
Export default configuration & MaxDelay option
Support random jitter combined with other delay options.
Allocated length of `errorLog` should be 1 and not config.attempts if `lastErrorOnly` is set to true in the config
retryIf should be called before onRetry
retryIf should be called before onRetry #21
ability to mark error as unrecoverable
Custom retry function
Added last error return from the retry function
Allow to configure fixed or back off delay
more about in PR #12
Remove Units function
argument of retry.Delay is final delay (no multiplication by retry.Units anymore)
function retry.Units are removed
more about this breaking change #7