v0.6.0
- New timeout policy (#94).
Although functionally equivalent toZIO#timeout
, it can be useful to apply this policy in combination with other rezilience policies and get a unifiedPolicyError[E]
error type. - Improved exception message for
PolicyError#toException
(#102) - Add jitter factor to
Retry.Schedules.common
(#103)