Skip to content

v12.3.1

Choose a tag to compare

@adrai adrai released this 18 Jun 11:45
  • request: retry transient network failures with exponential backoff and jitter
    instead of a fixed 5s delay. This spreads retries so that bursts of
    concurrent CLI runs (e.g. in CI) no longer retry in lockstep and hit the API
    at the same instant.