0.007 2019-06-18 (PERLANCAR)
- No functional changes.
- [doc] Mention Action::Retry.
0.006 2019-06-08 (PERLANCAR)
- Add strategies: LILD, LIMD, MILD, MIMD.
- Make max_delay and min_delay a common attribute for all strategies.
- [bugfix] jittered delay shouldn't have violated min_delay and
max_delay.
- [refactor] Refactor to reduce code duplication.
- [doc] Show illustrations using show-backoff-delays CLI in
Synopsis.
- [meta] No longer mark delay_on_success as common attribute, because we
now have algorithms that have varying delays on success.
0.005 2019-06-07 (PERLANCAR)
- No functional changes.
- [doc] Minor tweaks.
- [meta] Add tag to common attributes.
0.004 2019-06-05 (PERLANCAR)
- Add common attribute: max_actual_duration.
- [doc] Update variable name in Synopsis.
0.003 2019-04-10 (PERLANCAR)
- Rename module/distro from Algorithm-Retry -> Algorithm-Backoff.
- Rename strategy ExponentialBackoff -> Exponential.
0.002 2019-04-10 (PERLANCAR)
- [Incompatible change][ux] Constant: Rename attribute delay_on_failure
to delay.
- Add strategy: Fibonacci.
- Make behavior of consider_actual_delay configurable as an
attribute.
- [bugfix] Fix setting default for timestamp.
0.001 2019-04-08 (PERLANCAR)
- First release.