Releases: graze/transient-fault-handler
Releases · graze/transient-fault-handler
v0.3.0
Notable changes
The firstFastRetry
option for the ExponentialBackoffStrategy
now overrides the minimum backoff period, so the first retry is always immediate if firstFastRetry
is set to true
.
v0.2.0
Notable changes
- The
ExponentialBackoffStrategy
uses setters instead of a large constructor for configuration - The
DetectionStrategyInterface
has been split into two separate interfaces:ReturnValueDetectionStrategyInterface
andExceptionDetectionStrategyInterface