You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).