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
(http-client-engine-okhttp) Retry network faults that occur while reading a response body on the OkHttp engine by wrapping body-read IO errors (dropped connection, truncated body, socket read timeout) as a retryable HttpException instead of letting them escape as a raw IOException the retry policy treats as non-retryable
(runtime-core) Allow the new retry behavior flag on the standard retry token bucket to be set by callers so it can be enabled from configuration sources other than the SMITHY_NEW_RETRIES_2026 setting