telexed ~ c / bd78547d-70cradar:40 · model_apiLIVE
← back
NO.
#bd78547d
Topic
MODELS & API
Source
Anthropic TypeScript SDK
Published
2026-04-30 19:41:00
Importance
★ 4/10 — radar 40
`Anthropic Bedrock SDK` `v0.29.1` normalizes chunk-frame errors to `APIError`
FIG-0071:1

`Anthropic Bedrock SDK` `v0.29.1` normalizes chunk-frame errors to `APIError`

Streaming failures from Bedrock chunk frames now surface as APIError instead of irregular error events. Small release, but it removes edge-case handling in stream consumers and lowers retry/debug friction.

[ KEY POINTS ]
  1. Released on 2026-04-30 as a patch over v0.29.0 with a single Bedrock fix, so upgrade scope is narrow.
  2. Error events delivered inside chunk frames now throw APIError; downstream code can handle stream failures with one error path.
  3. If you pipe Bedrock streams into logs, retries, or UI state, this cuts custom guards for malformed event shapes.
  4. No new features or pricing changes here; value is operational stability, not new capability.
Originalgithub.com/anthropics/anthropic-sdk-typescript/releases/tag/bedrock-sdk-v0.29.1Read original →

// related