All Versions
53
Latest Version
Avg Release Cycle
87 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v1.0.3 Changes
January 30, 2017๐ Bug Fixes
- ๐ Fixed #76 - Make sure AsyncExecution.completeOrRetry is called when Error is thrown.
-
v1.0.2 Changes
January 24, 2017๐ Bug Fixes
- ๐ Fixed #75 - Incorrect future completion when a fallback is present.
-
v1.0.1 Changes
๐ Changes
- โ
FailsafeException
now has public constructors, for easier mocking and testing.
- โ
-
v1.0.0 Changes
API Changes
- ๐ Failsafe will now only throw
FailsafeException
when an execution fails with a checkedException
. See issue #66 for details.
- ๐ Failsafe will now only throw
-
v0.9.5 Changes
๐ Bug Fixes
- ๐ Fixed #59 - Classloading issue on Java 6/7.
-
v0.9.4 Changes
๐ Bug Fixes
- ๐ Fixed #63 - Proper handling of thread interrupts during synchronous execution delays.
- ๐ Fixed #54 - Added hashCode and equals implementations to Duration.
-
v0.9.3 Changes
๐ New Features
- โ Added OSGi support.
FailsafeFutuer.cancel
calls completion handlers..get
after cancel throwsCancellationException
.
๐ Bug Fixes
- ๐ Fixed #52 - FailsafeFuture.cancel not working as expected.
- ๐ Fixed #55 - Fallback always called for asynchronous executions.
API Changes
CircuitBreakerOpenException
now extendsFailsafeException
.
-
v0.9.2 Changes
๐ New Features
- Various fallback and listener API additions and improvements
-
v0.9.1 Changes
๐ New Features
- โ Added support for retry delay jitter.
-
v0.9.0 Changes
๐ New Features
- โ Added support for fallbacks.
๐ Bug Fixes
- ๐ Fixed issue #36 - Failed attempt listener not always called on completion.
- ๐ Fixed issue #34 - CircuitBreaker should default to closed state.