# AI SDK 7.0.91 - Product: AI SDK (https://whatsnew.fyi/product/ai-sdk) - Vendor: Vercel - Date: 2026-09-02 - Version: 7.0.91 - Original notes: https://github.com/vercel/ai/releases/tag/ai%407.0.91 - Permalink: https://whatsnew.fyi/product/ai-sdk/releases/7.0.91 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add configurable recovery for provider errors received after streamText response streaming begins through streamRetries option - **added** — Add StreamTextOnErrorRetryCallback for bounded callback-directed recovery with streamRetries: 0 - **changed** — Update @ai-sdk/gateway to 4.0.73 ###### Patch Changes - 802af1e: Add configurable recovery for provider errors received after `streamText` response streaming begins. Explicitly configuring `streamRetries` enables isolated retry attempts, including one bounded callback-directed recovery through `StreamTextOnErrorRetryCallback` with `streamRetries: 0`; recovered results and metadata reflect only the successful attempt, while the existing `StreamTextOnErrorCallback` contract and logging-only observer behavior remain compatible. - Updated dependencies [5484f27] - Updated dependencies [36eb7ee] - Updated dependencies [622fa7f] - @ai-sdk/gateway@4.0.73