API requests are built through a middleware chain, and middleware errors no longer get retried as network failures.
What's wrong with this entry?
Claude Code's copy of the Anthropic SDK builds requests through a middleware chain instead of overriding request preparation. Errors raised by middleware are no longer retried as if they were network failures.
- Bedrock SigV4 signing and Vertex path rewriting run as middleware over a complete request; Vertex rewrites the URL path and strips the beta query parameter instead of editing a path field.
- Bedrock reads the AWS region from the shared AWS config file and derives a default base URL from it.
middleware error (not retryable)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.235
Conversations pin an
atisclient-config value and persist it in the transcriptBoth mention client
-
v2.1.235
The atis latch is seeded once and only from printable ASCII
Both mention client
-
v2.1.229
MCP OAuth repairs a stale saved client instead of re-registering
Both mention client