failsafe v2.4.1 Release Notes

  • ๐Ÿ‘Œ Improvements

    • ๐Ÿ›  Fixed #234 - An outer Timeout should cancel any inner retries.

    API Changes

    • ๐Ÿ—„ Deprecated Timeout.withCancel(boolean) and Timeout.canCancel(). Timeouts always cancel any executions and inner retries.
    • โž• Added Timeout.withInterrupt(boolean) to take the place of withCancel.
    • โž• Added ExecutionEvent.getElapsedAttemptTime().