Skip to content

release 2.5.9

Choose a tag to compare

@chentianming11 chentianming11 released this 31 May 06:32
· 6 commits to 2.x since this release

chore: bump to 2.5.9

  • feat: add exponential backoff, jitter and conditional retry triggering
    BackoffStrategy enum (FIXED/EXPONENTIAL); EXPONENTIAL uses base*2^attempt capped at maxIntervalMs;
    jitter factor [0,1] to avoid thundering herd;
    retryStatusCodes / retryExceptionClasses to narrow trigger conditions on top of RetryRule;