failsafe v2.3.0 Release Notes

Release Date: 2019-08-16 // over 4 years ago
  • Behavior Changes

    • FailsafeExecutor.get and FailsafeExecutor.run will no longer wrap Error instances in FailsafeException before throwing.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed potential race between Timeout interrupts and execution completion.