failsafe v1.1.0 Release Notes

Release Date: 2018-04-06 // about 6 years ago
  • ๐Ÿ› Bug Fixes

    • Issue #115 - Jitter bigger than Delay causes a (random) failure at runtime
    • Issue #116 - Setting jitter without a delay works fine bug
    • Issue #123 - Ability to reset the jitterFactor

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘ Issue #110 - Added support for computed delays: RetryPolicy.withDelay(DelayFunction)
    • ๐Ÿ‘ Issue #126 - Added support for random delays: RetryPolicy.withDelay(1, 10, TimeUnit.MILLISECONDS)