retry v0.12.0 Release Notes

Release Date: 2019-06-22 // almost 5 years ago
    • ➕ Add jitter/1 that adds random jitter to delays. Thanks @mononym for the PR.
    • ➕ Add optional parameter to exponential_backoff/2 to override default factor. Thanks @fsword for the PR.
    • 🛠 Fix a crash when randomizing 0
    • ➕ Add optional parameter to expiry/3 to override default minimum delay. Thanks @x4lldux for the bug report.