Skip to content

Releases: graze/transient-fault-handler

v0.3.0

15 Mar 11:23
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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

15 Mar 10:07
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Notable changes

  • The ExponentialBackoffStrategy uses setters instead of a large constructor for configuration
  • The DetectionStrategyInterface has been split into two separate interfaces: ReturnValueDetectionStrategyInterface and ExceptionDetectionStrategyInterface