Releases: safwank/ElixirRetry
Releases · safwank/ElixirRetry
v0.18.0
- Make
after
&else
clauses optional. Thanks @nathanalderson for the PR 🚀. - Fix broken links in docs. Thanks @pdgonzalez872 for the PR 💯.
v0.17.0
- Fix Dialyzer warnings with
quote
. Thanks @danadaldos for the PR. - Update README. Thanks @robinkwilson for the PR.
v0.16.0
v0.15.0
- Extend
reduce_while
to accept accumulator. Thanks @am-kantox for the PR. - Deprecate support for Elixir 1.8 and 1.9
- Add support for Elixir 1.11 and 1.12
v0.14.1
v0.14.0
v0.13.0
v0.12.0
- 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.