failsafe v3.2.2 Release Notes

  • 👌 Improvements

    • 🚀 Released OkHttp module.
    • 🚀 Released Retrofit module.
    • ➕ Added Call support to FailsafeExecutor, which can cancel synchrnous calls.
    • ➕ Added onCancel callback to ExecutionContext, which can propagate cancellations.

    SPI Changes

    • 🔀 SyncExecutionInternal.isInterruptable() and .setInterrupted were removed and .interrupt() was added instead to simplify performing an interruption.