Releases: dogmatiq/linger
Releases · dogmatiq/linger
Version 1.1.0
Added
- Add
FirstStrategyandCoalesceStrategy(thanks @pmallela)
Version 1.0.0
Changed
backoff.Retry()will now use the default strategy if anilstrategy is passed
Version 0.2.2
Fixed
- Handle full range of durations in
Rand(),FullJitter()andProportionalJitter()
Version 0.2.1
Fixed
- Prevent
backoff.Exponential()andLinear()from overflowingtime.Duration
Version 0.2.0
Added
- Add
backoff.Retry()
Changed
- [BC] Moved
BackoffStrategytobackoff.Strategy, note that the signature has also changed - [BC] Moved
Backofftobackoff.Counter, note that all options are now specified by the strategy
Version 0.1.1
Added
- Add
BackoffandBackoffStrategy
Version 0.1.0
- Initial release