failsafe v0.9.3 Release Notes

  • 🆕 New Features

    • ➕ Added OSGi support.
    • FailsafeFutuer.cancel calls completion handlers. .get after cancel throws CancellationException.

    🐛 Bug Fixes

    • 🛠 Fixed #52 - FailsafeFuture.cancel not working as expected.
    • 🛠 Fixed #55 - Fallback always called for asynchronous executions.

    API Changes

    • CircuitBreakerOpenException now extends FailsafeException.