failsafe v1.0.4 Release Notes

Release Date: 2017-04-02 // almost 7 years ago
  • API Changes

    • ๐Ÿ‘€ Asynchronous execution attempts no longer throw CircuitBreakerOpenException if a configured CircuitBreaker is open when an execution is first attempted. Instead, the resulting Future is completed exceptionally with CircuitBreakerOpenException. See issue #84.

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ”ง Issue #81 - Added single argument failure configuration to avoid varargs related warnings.