Skip to content

Releases: stechstudio/backoff

1.4

29 Aug 21:43
cfbc47e
Compare
Choose a tag to compare

What's Changed

  • Fix ExponentialStrategy calculation and update tests by @yamadashy in #19

New Contributors

Full Changelog: 1.3...1.4

1.3

29 Mar 12:05
1758371
Compare
Choose a tag to compare
1.3

What's Changed

New Contributors

Full Changelog: 1.2.1...1.3

1.2.1

07 Mar 21:01
7204cdd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2...1.2.1

Fix fluid API

26 Dec 14:59
816e461
Compare
Choose a tag to compare
Merge pull request #10 from askurihin/fluid_api_fix

Fix fluid API for setMaxAttempts

0.4

20 Oct 20:50
Compare
Choose a tag to compare
0.4

Introduces support for a custom retry decider. You can now provider your own logic for when Backoff should retry, or when to interrupt.