Skip to content

v0.6.0

Compare
Choose a tag to compare
@svroonland svroonland released this 06 Mar 17:25
· 289 commits to master since this release
933d148
  • New timeout policy (#94).
    Although functionally equivalent to ZIO#timeout, it can be useful to apply this policy in combination with other rezilience policies and get a unified PolicyError[E] error type.
  • Improved exception message for PolicyError#toException (#102)
  • Add jitter factor to Retry.Schedules.common (#103)