diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ef75e..23fc5a9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "packages/sandbox": "0.3.0", "packages/agent": "0.4.0", - "packages/provider": "0.2.0" + "packages/provider": "0.3.0" } diff --git a/packages/provider/CHANGELOG.md b/packages/provider/CHANGELOG.md index 2e60aeb..3ff7f4a 100644 --- a/packages/provider/CHANGELOG.md +++ b/packages/provider/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.3.0](https://github.com/coder/ai-sdk/compare/provider-v0.2.0...provider-v0.3.0) (2026-07-14) + +This release upgrades the provider to AI SDK v7 stable. This is a breaking change and requires updating your dependencies accordingly. + +### Highlights + +- All packages have been upgraded to AI SDK v7 stable, which is a breaking change requiring you to update your integration. ([#21](https://github.com/coder/ai-sdk/pull/21)) + +### ⚠ BREAKING CHANGES + +* upgrade all packages to AI SDK v7 stable ([#21](https://github.com/coder/ai-sdk/issues/21)) + +### Features + +* upgrade all packages to AI SDK v7 stable ([#21](https://github.com/coder/ai-sdk/issues/21)) ([cba261c](https://github.com/coder/ai-sdk/commit/cba261c5e08225a54765cf998fe793a67745ca0c)) + ## [0.2.0](https://github.com/coder/ai-sdk/compare/provider-v0.1.0...provider-v0.2.0) (2026-06-24) Adds agent cancellation and timeout support, typed errors, and lifecycle helpers to the provider package. diff --git a/packages/provider/package.json b/packages/provider/package.json index 9f6acb5..c740afe 100644 --- a/packages/provider/package.json +++ b/packages/provider/package.json @@ -1,6 +1,6 @@ { "name": "@coder/ai-sdk-provider", - "version": "0.2.0", + "version": "0.3.0", "description": "Vercel AI SDK provider for Coder AI Gateway. Point the AI SDK at your Coder deployment with a Coder API token and use any model your deployment proxies — across AI Gateway's OpenAI- and Anthropic-compatible surfaces.", "keywords": [ "ai",