All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
FirstStrategy
andCoalesceStrategy
(thanks @pmallela)
1.0.0 - 2022-11-29
backoff.Retry()
will now use the default strategy if anil
strategy is passed
0.2.2 - 2022-11-29
- Handle full range of durations in
Rand()
,FullJitter()
andProportionalJitter()
0.2.1 - 2020-03-17
- Prevent
backoff.Exponential()
andLinear()
from overflowingtime.Duration
0.2.0 - 2020-03-06
- Add
backoff.Retry()
- [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
0.1.1 - 2020-02-24
- Add
Backoff
andBackoffStrategy
0.1.0 - 2019-11-11
- Initial release