Releases: ph1ps/swift-concurrency-retry
Releases · ph1ps/swift-concurrency-retry
1.0.0
- Add:
min
backoff strategy
- Change:
exponential
backoff strategy is now constrained to Clock
s with Swift.Duration
- Change:
constant
backoff strategy has slightly different parameter labels
0.1.0
- Add exponential backoff
- Add jitter