Releases: dogmatiq/linger
Releases · dogmatiq/linger
Version 1.1.0
Added
- Add
FirstStrategy
andCoalesceStrategy
(thanks @pmallela)
Version 1.0.0
Changed
backoff.Retry()
will now use the default strategy if anil
strategy 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
BackoffStrategy
tobackoff.Strategy
, note that the signature has also changed - [BC] Moved
Backoff
tobackoff.Counter
, note that all options are now specified by the strategy
Version 0.1.1
Added
- Add
Backoff
andBackoffStrategy
Version 0.1.0
- Initial release