Last release today
26 Aug 2026
Ships on a steady schedule
a new release about every 8 days
Some releases are documented
notes for 32 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
588 releases · first in 2024
Release timeline
588 releases since 2024Releases
- 2.0.5830 Jan 2026
Nothing published for this version
- 2.0.5730 Dec 2025
Nothing published for this version
- 2.0.5612 Dec 2025
Nothing published for this version
- 2.0.5511 Dec 2025
Nothing published for this version
- 2.0.549 Dec 2025
Nothing published for this version
- 2.0.531 Dec 2025
Nothing published for this version
- 2.0.521 Dec 2025
Nothing published for this version
- 2.0.511 Dec 2025
Nothing published for this version
- 2.0.5027 Nov 2025
Nothing published for this version
- 2.0.4925 Nov 2025
Nothing published for this version
- 2.0.4825 Nov 2025
Nothing published for this version
- 2.0.4724 Nov 2025
Nothing published for this version
- 2.0.4518 Nov 2025
Nothing published for this version
- 2.0.4410 Nov 2025
Nothing published for this version
- 2.0.4310 Nov 2025
Nothing published for this version
- 2.0.427 Nov 2025
Nothing published for this version
- 2.0.413 Nov 2025
Nothing published for this version
- 2.0.4031 Oct 2025
Nothing published for this version
- 2.0.3929 Oct 2025
Nothing published for this version
- 2.0.3827 Oct 2025
Nothing published for this version
- 2.0.3723 Oct 2025
Nothing published for this version
- 2.0.3623 Oct 2025
Nothing published for this version
- 2.0.3521 Oct 2025
Nothing published for this version
- 2.0.3420 Oct 2025
Nothing published for this version
- 2.0.3317 Oct 2025
Nothing published for this version
- 2.0.3217 Oct 2025
Nothing published for this version
- 2.0.3116 Oct 2025
Nothing published for this version
- 2.0.3015 Oct 2025
Nothing published for this version
- 2.0.2914 Oct 2025
Nothing published for this version
- 2.0.2814 Oct 2025
Nothing published for this version
- 2.0.2711 Oct 2025
Nothing published for this version
- 2.0.2610 Oct 2025
Nothing published for this version
- 2.0.259 Oct 2025
Nothing published for this version
- 2.0.249 Oct 2025
Nothing published for this version
- 2.0.231 Oct 2025
Nothing published for this version
- 2.0.2229 Sept 2025
Nothing published for this version
- 2.0.2129 Sept 2025
Nothing published for this version
- 2.0.2026 Sept 2025
Nothing published for this version
- 2.0.1926 Sept 2025
Nothing published for this version
- 2.0.1823 Sept 2025
Nothing published for this version
- 2.0.1714 Sept 2025
Release notes
Open source →Patch Changes
- da92132: fix(provider/anthorpic): add cacheControl to AnthropicProviderOptions
- 2.0.1612 Sept 2025
- 2.0.159 Sept 2025
Release notes
Open source →Patch Changes
- c8aab0a: fix (provider/anthropic): revert cd458a8c1667df86e6987a1f2e06159823453864
- 2.0.148 Sept 2025
Release notes
Open source →Patch Changes
- 2338c79: feat (provider/anthropic): update jsdoc of anthropic tools
- 2.0.138 Sept 2025
Release notes
Open source →Patch Changes
-
cd458a8: fix(anthropic): reorder tool_result parts to front of combined user messages
Reorders tool_result content to appear before user text within combined user messages, ensuring Claude API validation requirements are met while preserving the intentional message combining behavior that prevents role alternation errors. Fixes #8318.
-
- 2.0.124 Sept 2025
- 2.0.113 Sept 2025
Release notes
Open source →Patch Changes
- c7fee29: feat(anthropic): handle
pause_turnas value forstop_reason
- c7fee29: feat(anthropic): handle
- 2.0.103 Sept 2025
Release notes
Open source →Patch Changes
- c152ef7: feat(providers/anthropic): map 'refusal' stop reason to 'content-filter' finishReason
- 2.0.928 Aug 2025
Release notes
Open source →Patch Changes
- cdc6b7a: fix(provider/anthropic): disable parallel tool use when using json output tool for structured responses
- 2.0.826 Aug 2025
Release notes
Open source →Patch Changes
Additional notes
Open source →Patch Changes
- Updated dependencies [886e7cd]
- @ai-sdk/[email protected]
- Updated dependencies [886e7cd]
- 2.0.726 Aug 2025
- 2.0.621 Aug 2025
- 2.0.519 Aug 2025
- 2.0.414 Aug 2025
Release notes
Open source →Patch Changes
- ae859ce: Added support for Anthropic provider's server-side code execution tool
- 2.0.313 Aug 2025
- 2.0.212 Aug 2025
- 2.0.15 Aug 2025
Release notes
Open source →Patch Changes
- Updated dependencies [9a521b9]
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
Additional notes
Open source →Patch Changes
- Updated dependencies [90d212f]
- @ai-sdk/[email protected]
- Updated dependencies [9a521b9]
- 2.0.031 Jul 2025
Release notes
Open source →Major Changes
- 5604dde: feat(zai): add the Z.AI provider with GLM chat completions, streaming, reasoning, tools, and multimodal inputs
Patch Changes
- ad28ecb: Backport: Add GLM-5.3-Flash model support to the Z.AI provider and AI Gateway.
Additional notes
Open source →Major Changes
- d5f588f: AI SDK 5
Patch Changes
- ad66c0e: feat (provider/anthropic): json response schema support via tool calls
- 8f2854f: feat (provider/anthropic): send web search tool calls
- 5d959e7: refactor: updated openai + anthropic tool use server side
- 8dfcb11: feat(anthropic/citation): text support for citations
- 9f73965: feat (provider/anthropic): parse websearch tool args
- e2aceaf: feat: add raw chunk support
- fdff8a4: fix(provider/anthropic): correct Claude 4 model ID format
- eb173f1: chore (providers): remove model shorthand deprecation warnings
- 4f26d59: feat(provider/anthropic): add disable parallel tool use option
- 25f3454: feat(provider/anthropic): add PDF citation support with document sources for streamText
- a85c85f: fix (provider/anthropic): streaming json output
- 5c9eec4: chore(providers/anthropic): switch to providerOptions
- 2e13791: feat(anthropic): add server-side web search support
- 66962ed: fix(packages): export node10 compatible types
- 075711d: fix (provider/anthropic): return stop finish reason for json output with tool
- 269683f: Add raw Anthropic usage information to provider metadata
- d601ed9: fix (provider/anthropic): send tool call id in tool-input-start chunk
- b9ddcdd: feat(anthropic): add text_editor_20250429 tool for Claude 4 models
- 91715e5: fix (provider/google-vertex): fix anthropic support for image urls in messages
- ca8aac6: feat (providers/anthropic): add claude v4 models
- 61ab528: Add support for URL-based PDF documents in the Anthropic provider
- 84577c8: fix (providers/anthropic): remove fine grained tool streaming beta
- d1a034f: feature: using Zod 4 for internal stuff
- 6392f60: fix(anthropic): resolve web search API validation errors with partial location + provider output
- 205077b: fix: improve Zod compatibility
- ee5a9c0: feat: streamText onChunk raw chunk support
- f418dd7: Added anthropic provider defined tool support to amazon bedrock
- 362b048: add web search tool support
- 399e056: fix: anthropic computer tool
- 0b678b2: feat (provider/anthropic): enable streaming tool calls
- f10304b: feat(tool-calling): don't require the user to have to pass parameters
- a753b3a: feat (provider/anthropic): cache control for tools
- Updated dependencies
- @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- 2.0.0-canary.1915 May 2025pre-release
- 2.0.0-canary.1814 May 2025pre-release