Skip to content

v0.2.2

Choose a tag to compare

@Mlaz-code Mlaz-code released this 19 Apr 17:02
· 22 commits to main since this release

Retry on transient upstream failures

New

  • HttpClient now retries transient upstream failures (502/503/504 or fetch errors) up to 3 times with full-jitter exponential backoff (500ms base → 4s cap). Shields SDK users from brief API-server restart windows. See SHA-1994.
  • Request timeouts (AbortError) do not retry — they fail fast as before.

Internal

  • get() and post() now share a single request() path (no behavior change, just less duplication).