failsafe v2.1.0 Release Notes

Release Date: 2019-07-20 // over 4 years ago
  • ๐Ÿ‘Œ Improvements

    • โž• Added support for Failsafe.with(List<Policy<R>>).
    • ๐Ÿ‘ Allow null Fallback values.

    ๐Ÿ› Bug Fixes

    • Issue #190 - Failure listener called on success for async executions.
    • Issue #191 - Add missing listeners to RetryPolicy copy constructor.
    • Issue #192 - Problem with detecting completion when performing async execution.

    Behavior Changes

    • A standalone or async execution will only be marked as complete when all policies are complete. Execution.isComplete reflects this.