StackTrace Weekly · #2

2026-07-05 → 2026-07-13 · 517 changes across 19 tools · how severity works
Critical — act before your next deploy
Vercel AI SDK @ai-sdk/openai-compatible@2.0.58
Fixed a security vulnerability where streaming tool calls could finalize prematurely on partial JSON, causing tool execution with incomplete arguments. This affects any application using streaming tool calls with the OpenAI-compatible SDK.
Do this: Update @ai-sdk/openai-compatible to 2.0.58 immediately if using streaming tool calls in production.
release notes →
Vercel AI SDK @ai-sdk/openai@3.0.82
Streaming tool calls were being finalized prematurely when partial JSON happened to be valid, causing tool execution with incomplete arguments. This fix ensures tool calls only finalize after the stream is fully consumed, preventing incomplete argument execution.
Do this: Upgrade @ai-sdk/openai to 3.0.82 to prevent tool calls from executing with incomplete arguments.
release notes →
Clerk @clerk/backend@3.11.1
A security fix in @clerk/backend now enforces the `azp` (authorized party) claim when `authorizedParties` is configured. Previously, session tokens missing the `azp` claim were accepted even with `authorizedParties` set, allowing a bypass of authorization checks.
Do this: Review your Clerk backend configuration: if you use `authorizedParties`, verify that your token generation includes the `azp` claim, or your requests will be rejected after this update.
release notes →
Notable
payments
Stripe v22.3.1 — stripe-node v22.3.1 restores type exports that were accidentally dropped in the v22 migration, including StripeConfig, CryptoProvider, HttpClient, and several others. It also changes HttpClient and HttpClientResponse from concrete class exports to interface exports, which may affect custom HTTP client implementations typed against the old classes.
databases
Supabase v1.26.07 — pg_graphql v1.6.2 ships with GraphQL schema introspection disabled by default, which will break GraphiQL and codegen tools without manual opt-in per schema. Self-hosted Docker also has breaking default changes: API_EXTERNAL_URL now requires the /auth/v1 prefix and the default Postgres image moves to version 17.
auth
Clerk @clerk/shared@4.25.1 — Clerk is deprecating `createPathMatcher()` and related pattern types in `@clerk/shared`, with removal planned for the next major version. Developers should migrate to their framework's native routing primitives for path protection.
Clerk @clerk/clerk-js@6.25.0 — @clerk/clerk-js adds support for Clerk Protect mid-flow SDK challenges on sign-up and sign-in flows. This is a type-only addition that introduces a new `'needs_protect_check'` status value and `protectCheck` field; server-side enforcement is opt-in and disabled by default, so existing deployments are unaffected.
Clerk @clerk/nextjs@7.5.14 — @clerk/nextjs@7.5.14 deprecates createRouteMatcher() in favor of resource-based auth checks to address a security gap where middleware path matching can diverge from Next.js route handling. A migration guide is provided with clear examples showing how to move auth checks into protected pages, layouts, API routes, or Server Functions.
Clerk @clerk/ui@1.25.0 — @clerk/ui@1.25.0 adds support for Clerk Protect mid-flow SDK challenges on sign-up and sign-in flows, introducing a new `'needs_protect_check'` status value and `protectCheck` field for handling antifraud gates. The upgrade is type-only; runtime behavior is unchanged for instances without Protect mid-flow challenges enabled, and the server only sends the new status to SDK versions that understand it.
Clerk @clerk/shared@4.25.0 — @clerk/shared 4.25.0 adds support for Clerk Protect mid-flow SDK challenges on sign-up and sign-in flows with new `protectCheck` field and `needs_protect_check` status. This is a backward-compatible addition—the feature is off by default, the server only sends the new status to SDK versions that understand it, and existing clients are unaffected.
Clerk @clerk/localizations@4.13.0 — This release adds support for Clerk Protect mid-flow SDK challenges during sign-up and sign-in flows, introducing new `protectCheck` fields and a `'needs_protect_check'` status value. The upgrade is backward-compatible and type-only; the new feature is disabled by default and only affects instances with Protect explicitly enabled.
Clerk @clerk/nuxt@2.6.13 — The `createRouteMatcher()` function is deprecated in favor of Nuxt's native route matching capabilities. Developers should migrate to using `clerkMiddleware()` for API route protection and Nuxt's built-in route middleware for page protection.
Clerk @clerk/react@6.12.0 — Clerk React now supports Clerk Protect mid-flow SDK challenges on sign-up and sign-in flows with a new `protectCheck` field and `needs_protect_check` status value. The upgrade is type-only and backward-compatible; the feature is off by default and only affects instances where Protect challenges are explicitly enabled.
ai-apis
Vercel AI SDK @ai-sdk/cartesia@3.0.0 — The Vercel AI SDK now includes a first-party Cartesia provider (v3.0.0 stable) supporting Sonic 3.5 speech generation, Ink-Whisper batch transcription, and Ink 2 realtime transcription. This is a new GA integration, not a breaking change to existing APIs.
Anthropic SDK sdk-v0.111.0 — Anthropic TypeScript SDK v0.111.0 adds support for the new 'dreaming' API capability and gates session tool calls on evaluated permissions with idle bounded by server stop_reason. No breaking changes; both additions are additive to the stable release.
Vercel AI SDK @ai-sdk/policy-opa@1.0.19 — This patch fixes a prototype pollution-style bypass in @ai-sdk/policy-opa where tool names matching inherited object properties (e.g. `constructor`, `__proto__`) could slip past approval guards and run without user approval. All tool and approval lookups now use own-property checks or null-prototype maps to close the hole.
Vercel AI SDK ai@7.0.19 — This patch adds prototype pollution guards and MCP tool-definition drift detection to the AI SDK. The fixes close a class of security issues where tool names matching inherited object properties (e.g. `constructor`, `__proto__`) could bypass approval checks, and introduces `fingerprintTools`/`detectToolDrift` to catch server-side tool injection before tools reach the model.
Vercel AI SDK @ai-sdk/vue@4.0.18 — useObject (React, Vue) and StructuredObject (Svelte) are now stable exports in this patch release. Experimental aliases are kept with deprecation notices for backwards compatibility.
Vercel AI SDK @ai-sdk/svelte@5.0.18 — useObject (React, Vue) and StructuredObject (Svelte) are now stable exports in the AI SDK. Deprecated experimental aliases remain for backwards compatibility, so no immediate migration is required.
Vercel AI SDK @ai-sdk/react@4.0.19 — useObject (React/Vue) and StructuredObject (Svelte) are promoted to stable exports in @ai-sdk/react 4.0.19. Experimental aliases are kept but deprecated for backwards compatibility.
Vercel AI SDK @ai-sdk/provider-utils@4.0.36 — This patch addresses a prototype pollution vulnerability in synchronous JSON parsing for provider inputs. The fix includes exposure of a `secureJsonParse` utility for safer JSON handling in the provider-utils library.
Vercel AI SDK @ai-sdk/google@3.0.89 — This patch fixes a prototype pollution vulnerability in JSON parsing and corrects Google embedding batch size handling to respect API limits. The security fix is already deployed in a stable release.
Vercel AI SDK @ai-sdk/anthropic@3.0.94 — This patch fixes a prototype pollution vulnerability in JSON parsing for provider inputs and exposes `secureJsonParse` from provider-utils. The fix prevents potential security issues when synchronously parsing untrusted JSON data from providers.
Vercel AI SDK @ai-sdk/anthropic@3.0.93 — Fixed a bug where setting `thinking: { type: 'disabled' }` was silently dropped instead of being forwarded to the Anthropic API, causing unexpected token consumption on models with thinking enabled by default. This patch ensures the disabled flag is now properly sent to the API.
jobs
Trigger.dev v4.5.3 — Trigger.dev v4.5.3 removes support for the end-of-life v3 `trigger dev` CLI; v3 users will get an upgrade message instead of connecting. Also includes a TypeScript declaration fix for `chat.agent` exports and server-side perf/bug fixes.
Trigger.dev v4.5.2 — v4.5.2 is a stable patch release hardening auth, RBAC, URL handling, tenant scoping, and secret redaction across multiple attack surfaces. No breaking changes; the fixes are server-side and self-hosters should upgrade their Docker image.
Inngest v1.36.0 — Inngest v1.36.0 renames AI Metadata fields: `.model` becomes `.request_model` and `.system` becomes `.provider` to align with OpenTelemetry GenAI standards. Any Insights queries using the old field names will need updating, but this only affects AI Metadata usage, not core job infrastructure.
hosting
Vercel @vercel/static-build@2.11.5 — Vercel's static-build package now rejects path traversal attempts in routePrefix when mounting static build output. This is a security fix on a stable release, but there is no published CVE or forced migration required.
Vercel @vercel/python@6.49.0 — @vercel/python 6.49.0 changes how pyproject.toml subscribers must be declared (array entries instead of named tables) and now fails builds when a declared entrypoint cannot be resolved instead of silently falling back. Bytecode precompilation is also added for standard Lambda functions, with a safeguard disabling it when a preDeployCommand is present.
Vercel vercel@55.0.0 — vercel@55.0.0 removes implicit team resolution in non-interactive and --yes modes: vercel link, deploy, pull, dev, and git connect now fail with `action_required: missing_scope` if no explicit team signal is provided via --scope/--team, vercel.json scope, or VERCEL_ORG_ID. CI/CD pipelines relying on the globally selected team or --yes to auto-select a team will break on upgrade.
Vercel vercel@54.21.0 — Vercel CLI 54.21.0 enables monorepo subdirectory build fixes by default, automatically re-anchoring projects to workspace roots and resolving dependencies correctly. The release includes framework detection during builds, improved domain resolution commands, and various CLI improvements.
edge
Cloudflare Workers wrangler@4.110.0 — Wrangler now automatically collects and uploads npm dependency metadata (name, version constraint, installed version) with each deploy, capped at 200 packages, to enable analytics and future vulnerability alerting. Dynamic retry delay functions are also now supported for Workflow steps in local dev.
Cloudflare Workers @cloudflare/workflows-shared@0.12.0 — Cloudflare Workflows now supports rollback handlers when terminating instances via `WorkflowInstance.terminate({ rollback: true })`. Wrangler CLI gains the `--rollback` flag for `wrangler workflows instances terminate`, including local mode.
Cloudflare Workers wrangler@4.109.0 — Wrangler 4.109.0 adds three new capabilities: Workflow instance rollback on terminate, `listDurableObjectIds()` in test harnesses, and a full `wrangler turnstile widget` CLI for managing Turnstile widgets. Existing OAuth sessions must re-run `wrangler login` to pick up the new `challenge-widgets.write` scope required for Turnstile widget management.
Cloudflare Workers wrangler@4.108.0 — wrangler@4.108.0 adds new behavior where AI agents deploying static projects via `wrangler pages deploy` are automatically delegated to Workers static assets instead of Cloudflare Pages, improving deployment efficiency for agent-driven workflows. The release also introduces a safety check preventing non-interactive deploys from silently overwriting existing Workers without proof of ownership, protecting against accidental overwrites in CI/automated scenarios.
Cloudflare Workers miniflare@4.20260702.0 — Miniflare 4.20260702.0 adds support for Queues across separate local dev processes, allowing producers to send messages to consumers in different processes. The release also includes infrastructure improvements: dependency updates, dependency management refactoring, and bug fixes for rate limit binding behavior in local development.
realtime
Liveblocks v3.22.0 — Liveblocks v3.22.0 adds version history support for Storage, allowing snapshots of both Storage and Yjs documents. New hooks enable listing versions, retrieving historical Storage data, restoring to previous versions, and deleting versions.
FYI — patches & minor (480)
Vercel AI SDK @ai-sdk/groq@3.0.51 — Fixes a bug in the Groq provider where prompt cache reads were silently dropped, causing cache hits to report as undefined and inflating the uncached token count. Groq's implicit prompt caching now correctly surfaces in usage.cachedInputTokens.
Vercel AI SDK @ai-sdk/groq@4.0.8 — Fixes a bug in the Groq provider where prompt cache reads were silently dropped, causing cached tokens to be reported as uncached. After this fix, `usage.cachedInputTokens` correctly reflects Groq's implicit prompt cache hits.
Next.js v16.3.0-canary.83 — Next.js v16.3.0-canary.83 is a prerelease build with miscellaneous fixes, doc updates, and refactors. No breaking changes or headline features are introduced.
Clerk @clerk/nextjs@7.5.17 — @clerk/nextjs 7.5.17 is a patch release with no direct changes, only a dependency bump to @clerk/backend@3.11.4. No action required.
Clerk @clerk/fastify@3.1.50 — Patch release for @clerk/fastify updating its dependency on @clerk/backend to 3.11.4. No API changes or new features introduced.
Clerk @clerk/tanstack-react-start@1.4.17 — Patch release for @clerk/tanstack-react-start that bumps a backend dependency with no user-facing changes. No API changes, new features, or breaking changes.
Clerk @clerk/react-router@3.5.9 — @clerk/react-router 3.5.9 is a patch release with no user-facing changes, only a dependency update to @clerk/backend@3.11.4. No API changes or new features are introduced.
Clerk @clerk/hono@0.1.50 — @clerk/hono 0.1.50 is a patch release that updates its @clerk/backend dependency to 3.11.4. No API changes or new features are introduced.
Clerk @clerk/expo@3.7.4 — Clerk Expo 3.7.4 bumps the bundled Android SDK to 1.0.35 and iOS SDK to 1.3.1, along with a clerk-js dependency update. No API changes or new features are introduced.
Clerk @clerk/astro@3.4.16 — @clerk/astro 3.4.16 is a patch release with no direct changes, only a dependency update to @clerk/backend@3.11.4. No action required.
Clerk @clerk/testing@2.2.7 — @clerk/testing 2.2.7 is a patch release with no direct changes, only a dependency bump to @clerk/backend@3.11.4. No action required.
Clerk @clerk/express@2.1.40 — @clerk/express@2.1.40 is a patch release with no direct changes, only a dependency bump to @clerk/backend@3.11.4. No API changes or action required.
Clerk @clerk/backend@3.11.4 — JSDoc clarification on timestamp properties for M2MToken, APIKey, and IdPOAuthAccessToken now explicitly states values are Unix timestamps in milliseconds, not seconds. No API or behavior changes.
Clerk @clerk/nuxt@2.6.16 — @clerk/nuxt 2.6.16 is a patch release that updates its @clerk/backend dependency to 3.11.4. No user-facing changes or breaking changes are introduced.
Vercel AI SDK @ai-sdk/harness-opencode@1.0.28 — Patch release for the Vercel AI SDK's opencode harness improving CLI relay tool invocation logic. No breaking changes or new features introduced.
Vercel AI SDK @ai-sdk/harness-codex@1.0.29 — Patch release for the Vercel AI SDK harness-codex package improving CLI relay tool invocation logic. No breaking changes or new features introduced.
Vercel AI SDK @ai-sdk/workflow-harness@1.0.27 — Patch release of @ai-sdk/workflow-harness bumping the internal @ai-sdk/harness dependency to 1.0.27. No new features, breaking changes, or notable fixes documented.
Vercel AI SDK @ai-sdk/workflow@1.0.22 — @ai-sdk/workflow@1.0.22 is a patch release with no direct changes, only a dependency bump to ai@7.0.22. No action required.
Vercel AI SDK @ai-sdk/vue@4.0.22 — @ai-sdk/vue 4.0.22 is a patch release with no direct changes, only updated dependencies on ai@7.0.22. No action required.
Vercel AI SDK @ai-sdk/tui@1.0.22 — @ai-sdk/tui 1.0.22 is a patch release with no direct changes, only updated dependencies on ai@7.0.22. No action required.
Vercel AI SDK @ai-sdk/svelte@5.0.22 — @ai-sdk/svelte 5.0.22 is a patch release with only dependency updates, pulling in ai@7.0.22. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.27 — Patch release of @ai-sdk/sandbox-vercel bumping the internal @ai-sdk/harness dependency to 1.0.27. No user-facing changes or new features.
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.27 — Patch release of @ai-sdk/sandbox-just-bash bumping the internal @ai-sdk/harness dependency to 1.0.27. No user-facing changes or breaking modifications.
Vercel AI SDK @ai-sdk/rsc@3.0.22 — @ai-sdk/rsc@3.0.22 is a dependency-only patch release with no direct changes. It pulls in an updated ai@7.0.22 transitive dependency.
Vercel AI SDK @ai-sdk/react@4.0.23 — @ai-sdk/react 4.0.23 is a patch release with no direct changes, only a dependency bump to ai@7.0.22. No action required.
Vercel AI SDK @ai-sdk/policy-opa@1.0.22 — @ai-sdk/policy-opa 1.0.22 is a patch release with no direct changes, only a dependency update to ai@7.0.22. No action required.
Vercel AI SDK @ai-sdk/otel@1.0.22 — Patch release of @ai-sdk/otel 1.0.22 with only a dependency update to ai@7.0.22. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/llamaindex@3.0.22 — Dependency update release for @ai-sdk/llamaindex bumping the internal ai package to 7.0.22. No API changes, new features, or breaking changes are included.
Vercel AI SDK @ai-sdk/langchain@3.0.22 — Patch release of @ai-sdk/langchain updating its dependency on the ai package to 7.0.22. No API changes or new features introduced.
Vercel AI SDK @ai-sdk/harness-pi@1.0.27 — Patch release of @ai-sdk/harness-pi bumping to 1.0.27 with no changes beyond a dependency update on @ai-sdk/harness. No new features or breaking changes.
Vercel AI SDK @ai-sdk/harness-opencode@1.0.27 — Patch release of @ai-sdk/harness-opencode@1.0.27 with no described changes beyond a version bump of the underlying @ai-sdk/harness dependency. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.26 — Patch release of @ai-sdk/harness-deepagents bumping its internal @ai-sdk/harness dependency to 1.0.27. No user-facing changes documented.
Vercel AI SDK @ai-sdk/harness-codex@1.0.28 — Minor patch release of @ai-sdk/harness-codex bumping the internal @ai-sdk/harness dependency to 1.0.27. No new features, breaking changes, or security fixes included.
Vercel AI SDK @ai-sdk/harness-claude-code@1.0.27 — Patch release of @ai-sdk/harness-claude-code bumping to 1.0.27 with no documented changes beyond a dependency bump on @ai-sdk/harness. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/harness@1.0.27 — Patch release of @ai-sdk/harness@1.0.27 with only a dependency bump to ai@7.0.22. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/angular@3.0.22 — @ai-sdk/angular 3.0.22 is a patch release with no direct changes, only updated dependencies pulling in ai@7.0.22. No action required.
Vercel AI SDK ai@7.0.22 — Patch release adding the Cartesia provider to the Vercel AI SDK, with support for Sonic 3.5 speech generation, Ink-Whisper batch transcription, and Ink 2 realtime transcription. No breaking changes or existing API modifications.
Vercel AI SDK @ai-sdk/workflow-harness@1.0.26 — Patch release for @ai-sdk/workflow-harness bumping to 1.0.26 with no documented changes beyond a dependency bump on @ai-sdk/harness. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/workflow@1.0.21 — Minor chore patch enforcing consistent Zod v4 imports internally. No API changes or new features for end users.
Vercel AI SDK @ai-sdk/vue@4.0.21 — @ai-sdk/vue 4.0.21 is a patch release with only a dependency bump to ai@7.0.21. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/tui@1.0.21 — Minor chore patch enforcing consistent imports from `zod/v4` instead of `zod` in the @ai-sdk/tui package. No API changes or new features; dependency update to ai@7.0.21.
Vercel AI SDK @ai-sdk/svelte@5.0.21 — @ai-sdk/svelte 5.0.21 is a patch release that bumps its dependency on the core ai package to 7.0.21. No user-facing changes are introduced in the Svelte bindings themselves.
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.26 — Patch release fixing credential forwarding when resuming named harness sessions in the Vercel Sandbox integration. No API changes or new features.
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.26 — Patch release of @ai-sdk/sandbox-just-bash bumping the internal @ai-sdk/harness dependency. No user-facing changes or new features.
Vercel AI SDK @ai-sdk/rsc@3.0.21 — @ai-sdk/rsc 3.0.21 is a dependency-only patch that bumps the underlying ai package to 7.0.21. No API changes, new features, or breaking changes are included.
Vercel AI SDK @ai-sdk/react@4.0.22 — @ai-sdk/react 4.0.22 is a patch release with no direct changes, only a dependency bump to ai@7.0.21. No action required.
Vercel AI SDK @ai-sdk/policy-opa@1.0.21 — @ai-sdk/policy-opa@1.0.21 is a dependency-only patch release, picking up ai@7.0.21 with no direct changes. No API or behaviour changes to the policy-opa package itself.
Vercel AI SDK @ai-sdk/otel@1.0.21 — @ai-sdk/otel 1.0.21 is a patch release with no direct changes, only a dependency bump to ai@7.0.21. No action required.
Vercel AI SDK @ai-sdk/llamaindex@3.0.21 — Patch release of @ai-sdk/llamaindex that updates its dependency on the core ai package to 7.0.21. No functional changes in the adapter itself.
Vercel AI SDK @ai-sdk/langchain@3.0.21 — Patch release of @ai-sdk/langchain 3.0.21 with only a dependency bump to ai@7.0.21. No new features, breaking changes, or fixes are noted.
Vercel AI SDK @ai-sdk/harness-pi@1.0.26 — Patch release of @ai-sdk/harness-pi bumping it to 1.0.26 with no functional changes noted beyond a dependency update on @ai-sdk/harness. No new features, breaking changes, or security fixes included.
Vercel AI SDK @ai-sdk/harness-opencode@1.0.26 — Patch release of @ai-sdk/harness-opencode bumping the underlying @ai-sdk/harness dependency to 1.0.26. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.25 — Patch release of @ai-sdk/harness-deepagents bumping its internal @ai-sdk/harness dependency to 1.0.26. No user-facing changes or new features.
Vercel AI SDK @ai-sdk/harness-codex@1.0.27 — Patch release of @ai-sdk/harness-codex bumping the internal @ai-sdk/harness dependency to 1.0.26. No user-facing changes or new features.
Vercel AI SDK @ai-sdk/harness-claude-code@1.0.26 — Patch release of @ai-sdk/harness-claude-code bumping to 1.0.26 with no described changes beyond a dependency bump on @ai-sdk/harness. No new features or breaking changes.
Vercel AI SDK @ai-sdk/harness@1.0.26 — @ai-sdk/harness@1.0.26 is a dependency-only patch release, updating to ai@7.0.21. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/google-vertex@5.0.16 — Google Vertex AI SDK patch release 5.0.16 with no direct changes, only pulling in an updated Anthropic dependency. No action required.
Vercel AI SDK @ai-sdk/gateway@4.0.16 — Patch release for @ai-sdk/gateway enforcing consistent Zod v4 imports and updating gateway model settings files. No API changes or new features.
Vercel AI SDK @ai-sdk/anthropic-aws@2.0.4 — Dependency update release for @ai-sdk/anthropic-aws bumping its internal @ai-sdk/anthropic dependency. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/anthropic@4.0.12 — Internal chore to enforce consistent imports from `zod/v4` instead of `zod` in the Anthropic AI SDK provider. No public API changes or behavior differences for end users.
Vercel AI SDK @ai-sdk/angular@3.0.21 — Patch release for @ai-sdk/angular 3.0.21 with only a dependency update to ai@7.0.21. No new features, breaking changes, or fixes.
Vercel AI SDK ai@7.0.21 — Minor patch enforcing consistent imports from `zod/v4` instead of `zod` internally. No public API changes or new features.
Vercel AI SDK @ai-sdk/vue@3.0.224 — Patch release of @ai-sdk/vue bumping the peer ai package to 6.0.224. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/svelte@4.0.224 — Patch release of @ai-sdk/svelte bumping the ai core dependency to 6.0.224. No new features or breaking changes.
Vercel AI SDK @ai-sdk/rsc@2.0.224 — Patch release of @ai-sdk/rsc bumping the internal ai dependency to 6.0.224. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/react@3.0.226 — Patch release of @ai-sdk/react 3.0.226 pulling in a dependency bump to ai@6.0.224. No new features or breaking changes noted.
Vercel AI SDK @ai-sdk/llamaindex@2.0.224 — Patch release of @ai-sdk/llamaindex bumping the internal ai dependency to 6.0.224. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/langchain@2.0.232 — Patch release of @ai-sdk/langchain bumping the ai peer dependency to 6.0.224. No new features or breaking changes.
Vercel AI SDK @ai-sdk/gateway@3.0.148 — Maintenance patch backporting updated gateway model settings files for the AI SDK gateway provider. No API changes or new features are included.
Vercel AI SDK ai@6.0.224 — Patch release of the Vercel AI SDK that updates the @ai-sdk/gateway dependency. No API changes or new features.
Vercel AI SDK @ai-sdk/workflow-harness@1.0.25 — Patch release of @ai-sdk/workflow-harness updating its dependency on @ai-sdk/harness to 1.0.25. No new features or breaking changes.
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.25 — Patch release updating internal dependency on @ai-sdk/harness to 1.0.25. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.25 — Patch release of @ai-sdk/sandbox-just-bash updating its dependency on @ai-sdk/harness to 1.0.25. No API changes or new features.
Vercel AI SDK @ai-sdk/harness-pi@1.0.25 — Patch release of @ai-sdk/harness-pi@1.0.25 with only updated dependencies on @ai-sdk/harness@1.0.25. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/harness-opencode@1.0.25 — Fixes a timeout bug in the OpenCode harness where long turns caused undici headers to time out. Dependency update to @ai-sdk/harness@1.0.25 included.
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.24 — Patch release of @ai-sdk/harness-deepagents bumping its dependency on @ai-sdk/harness to 1.0.25. No user-facing changes.
Vercel AI SDK @ai-sdk/harness-codex@1.0.26 — @ai-sdk/harness-codex@1.0.26 is a dependency bump patch release with no user-facing changes. It updates @ai-sdk/harness to 1.0.25.
Vercel AI SDK @ai-sdk/harness-claude-code@1.0.25 — Patch release of @ai-sdk/harness-claude-code bumping to 1.0.25 with only an updated dependency on @ai-sdk/harness. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/harness@1.0.25 — Patch release for @ai-sdk/harness fixing a regression in tool approval handling. No API changes or new features introduced.
Payload CMS v3.86.0 — Payload CMS v3.86.0 adds collection-level disableBulkDelete, a livePreview.openByDefault config option, and form-builder translation support backported from v3. The release also includes several bug fixes covering schedule publish, regex escaping in URL allow-lists, GraphQL config, and UI issues.
Vercel AI SDK @ai-sdk/workflow-harness@1.0.24 — Patch release of @ai-sdk/workflow-harness bumping to 1.0.24 with no described changes beyond a dependency bump on @ai-sdk/harness. No new features or breaking changes.
Vercel AI SDK @ai-sdk/workflow@1.0.20 — @ai-sdk/workflow 1.0.20 fixes a MODULE_NOT_FOUND error when requiring the package in CommonJS environments and promotes repairToolCall to stable. These are a bug fix and a backwards-compatible API stabilization, with no breaking changes.
Vercel AI SDK @ai-sdk/vue@4.0.20 — @ai-sdk/vue 4.0.20 is a patch release with only dependency updates, pulling in ai@7.0.20. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/tui@1.0.20 — @ai-sdk/tui 1.0.20 is a dependency-only patch release with no direct code changes. It bumps the underlying ai package to 7.0.20.
Vercel AI SDK @ai-sdk/svelte@5.0.20 — @ai-sdk/svelte@5.0.20 is a patch release with only dependency updates, pulling in ai@7.0.20. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.24 — Patch release of @ai-sdk/sandbox-vercel bumping the internal @ai-sdk/harness dependency to 1.0.24. No user-facing changes.
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.24 — Patch release of @ai-sdk/sandbox-just-bash bumping the internal harness dependency. No user-facing changes.
Vercel AI SDK @ai-sdk/rsc@3.0.20 — @ai-sdk/rsc 3.0.20 marks the package as ESM-only and removes leftover CJS/ESM dual-publishing artifacts from package.json. Published entrypoints move from dist/*.mjs to dist/*.js, with a dependency bump on ai@7.0.20.
Vercel AI SDK @ai-sdk/react@4.0.21 — Patch release aligning React dev dependencies with React 18 to prevent duplicate React copies in workspace-linked examples. No API changes or new features.
Vercel AI SDK @ai-sdk/policy-opa@1.0.20 — Patch release of @ai-sdk/policy-opa updating its dependency on the core ai package to 7.0.20. No user-facing changes.
Vercel AI SDK @ai-sdk/otel@1.0.20 — Patch release for @ai-sdk/otel updating dependencies aligned with ai@7.0.20. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/llamaindex@3.0.20 — @ai-sdk/llamaindex@3.0.20 is a patch release with only dependency updates, pulling in ai@7.0.20. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/langchain@3.0.20 — Patch release of @ai-sdk/langchain 3.0.20 with only transitive dependency updates from the core ai package. No new features or breaking changes.
Vercel AI SDK @ai-sdk/harness-pi@1.0.24 — Patch release of @ai-sdk/harness-pi bumping it to 1.0.24 with no documented changes beyond a dependency update on @ai-sdk/harness. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/vue@3.0.223 — Patch release of @ai-sdk/vue@3.0.223 with no user-facing changes beyond a dependency bump to ai@6.0.223. No breaking changes, new features, or security fixes are included.
Vercel AI SDK @ai-sdk/harness-opencode@1.0.24 — Patch release of @ai-sdk/harness-opencode@1.0.24 with no described changes beyond a dependency bump to @ai-sdk/harness@1.0.24. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/svelte@4.0.223 — Patch release of @ai-sdk/svelte bumping the peer ai package to 6.0.223. No new features or breaking changes.
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.23 — Patch release of @ai-sdk/harness-deepagents bumping its internal @ai-sdk/harness dependency to 1.0.24. No user-facing changes, API breaks, or new features.
Vercel AI SDK @ai-sdk/rsc@2.0.223 — Patch release of @ai-sdk/rsc bumping the peer dependency on ai to 6.0.223. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/harness-codex@1.0.25 — Patch release of @ai-sdk/harness-codex bumping the internal @ai-sdk/harness dependency to 1.0.24. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/react@3.0.225 — Patch release of @ai-sdk/react bumping the internal ai peer dependency to 6.0.223. No user-facing changes noted.
Vercel AI SDK @ai-sdk/harness-claude-code@1.0.24 — Patch release of @ai-sdk/harness-claude-code bumping the internal @ai-sdk/harness dependency to 1.0.24. No API changes, new features, or breaking changes noted.
Vercel AI SDK @ai-sdk/openai@3.0.84 — Patch release of @ai-sdk/openai adds support for GPT-5.6 reasoning and prompt cache controls. No breaking changes; shipped as a patch version.
Vercel AI SDK @ai-sdk/harness@1.0.24 — Dependency-only patch release for @ai-sdk/harness 1.0.24, pulling in updated ai@7.0.20. No API changes or new features introduced.
Vercel AI SDK @ai-sdk/llamaindex@2.0.223 — Patch release of @ai-sdk/llamaindex bumping the ai peer dependency to 6.0.223. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/google-vertex@5.0.15 — Patch release of @ai-sdk/google-vertex 5.0.15 with only a dependency bump to @ai-sdk/google@4.0.12. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/langchain@2.0.231 — Patch release of @ai-sdk/langchain bumping the internal ai dependency to 6.0.223. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/google@4.0.12 — Minor patch to the Vercel AI SDK Google provider that forwards text file references as documents when using the Google Interactions API. No breaking changes or new features.
Vercel AI SDK @ai-sdk/gateway@3.0.147 — Patch release backporting a chore update to gateway model settings files. No functional changes or new features introduced.
Vercel AI SDK @ai-sdk/devtools@1.0.4 — Minor housekeeping removing a leftover `module` field from package.json in the AI SDK devtools package. No functional changes or API impact.
Vercel AI SDK @ai-sdk/azure@3.0.88 — Patch release of @ai-sdk/azure@3.0.88 with only an updated dependency on @ai-sdk/openai@3.0.84. No new features, breaking changes, or fixes directly in the Azure package.
Vercel AI SDK @ai-sdk/angular@3.0.20 — Patch release of @ai-sdk/angular@3.0.20 with only dependency updates, pulling in ai@7.0.20. No new features or breaking changes.
Vercel AI SDK @ai-sdk/angular@2.0.224 — This is a patch release of @ai-sdk/angular that bumps the peer dependency on ai to 6.0.223. No new features or breaking changes are included.
Vercel AI SDK ai@7.0.20 — Patch release fixing compressed Node.js response chunk flushing for incremental streaming in Express and Next.js. Also promotes `repairToolCall` to stable with a backwards-compatible deprecation alias for the experimental version.
Vercel AI SDK @ai-sdk/amazon-bedrock@4.0.133 — Patch release of @ai-sdk/amazon-bedrock updating its dependency on @ai-sdk/openai to 3.0.84. No direct changes to the Bedrock package itself.
Vercel AI SDK ai@6.0.223 — Patch release of the Vercel AI SDK that updates the @ai-sdk/gateway dependency to 3.0.147. No API changes or new features are included.
Next.js v16.3.0-canary.82 — Next.js canary v16.3.0-canary.82 includes Turbopack service worker improvements, a React upgrade, and various CI and docs updates. No stable API changes or new features land in this prerelease.
Clerk @clerk/clerk-js@6.25.2 — Clerk JS 6.25.2 is a dependency-only patch release updating @clerk/shared to 4.25.2. No API changes, new features, or breaking changes are included.
Clerk @clerk/react-router@3.5.8 — @clerk/react-router 3.5.8 is a dependency-only patch release updating @clerk/shared, @clerk/react, and @clerk/backend to their latest patch versions. No API changes, new features, or breaking changes are included.
Clerk @clerk/expo@3.7.3 — Patch release bumping bundled Clerk Android SDK to 1.0.34 and Clerk iOS SDK to 1.3.0, plus dependency updates for @clerk/shared, @clerk/react, and @clerk/clerk-js. No API changes or new features.
Clerk @clerk/nextjs@7.5.16 — Clerk's Next.js SDK received a patch update bumping internal shared, React, and backend dependencies. No API changes or new features are included.
Clerk @clerk/expo-passkeys@1.2.3 — Clerk's Expo passkeys package received a patch update bumping its shared dependency to @clerk/shared@4.25.2. No API changes, new features, or breaking changes are included.
Clerk @clerk/express@2.1.39 — Patch release of @clerk/express@2.1.39 with only dependency updates to @clerk/shared and @clerk/backend. No API changes, new features, or breaking changes.
Clerk @clerk/localizations@4.13.2 — Adds a clear button to search inputs in the APIKeys and OrganizationProfile components, with a new shared appearance element and localization key. Dependency bump to @clerk/shared@4.25.2.
Clerk @clerk/react@6.12.2 — @clerk/react 6.12.2 is a patch release with no direct changes, only a dependency bump to @clerk/shared@4.25.2. No action required.
Clerk @clerk/backend@3.11.3 — @clerk/backend 3.11.3 is a patch release with no direct changes, only a dependency bump to @clerk/shared@4.25.2. No API changes, new features, or breaking changes.
Clerk @clerk/ui@1.25.2 — Clerk UI 1.25.2 adds a clear button to search inputs with new appearance/localization hooks, and polishes the OrganizationSwitcher with better avatar painting and layout fixes. Button and input heights increased by 2px for better mobile tap targets.
Clerk @clerk/tanstack-react-start@1.4.16 — Routine dependency update for @clerk/tanstack-react-start bumping @clerk/shared, @clerk/react, and @clerk/backend to their latest patch versions. No API changes or new features introduced.
Clerk @clerk/chrome-extension@3.1.51 — Patch release for the Clerk Chrome Extension bumping shared, UI, React, and clerk-js dependencies. No new features or breaking changes.
Clerk @clerk/vue@2.4.14 — @clerk/vue 2.4.14 is a patch release with no changes beyond a dependency bump to @clerk/shared@4.25.2. No action required.
Clerk @clerk/electron@0.0.12 — @clerk/electron 0.0.12 is a patch release with only dependency bumps to @clerk/shared, @clerk/react, and @clerk/clerk-js. No API changes, new features, or breaking changes.
Clerk @clerk/testing@2.2.6 — @clerk/testing 2.2.6 is a patch release with no changes of its own, only bumping two internal dependencies (@clerk/shared and @clerk/backend). No API changes, no new features, no action required.
Clerk @clerk/shared@4.25.2 — Clerk's shared package adds a clear button to search inputs in the APIKeys and OrganizationProfile components. The button is themeable via a new appearance element and supports a new localization key.
Clerk @clerk/nuxt@2.6.15 — @clerk/nuxt 2.6.15 is a patch release with only dependency updates to shared, backend, and vue packages. No API changes, new features, or breaking changes.
Clerk @clerk/hono@0.1.49 — @clerk/hono 0.1.49 is a routine patch release with only dependency bumps to @clerk/shared and @clerk/backend. No API changes, new features, or breaking changes.
Clerk @clerk/fastify@3.1.49 — @clerk/fastify 3.1.49 is a patch release with no direct changes, only updated dependencies on @clerk/shared and @clerk/backend. No action required.
Clerk @clerk/astro@3.4.15 — @clerk/astro 3.4.15 is a patch release with no direct changes, only dependency bumps to @clerk/shared and @clerk/backend. No action required.
Vercel AI SDK @ai-sdk/workflow-harness@1.0.23 — @ai-sdk/workflow-harness 1.0.23 is a patch release with only dependency updates. No API changes, new features, or breaking changes are included.
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.23 — Patch release of @ai-sdk/sandbox-vercel updating dependencies on @ai-sdk/harness to 1.0.23. No API changes, new features, or breaking changes introduced.
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.23 — Dependency-only patch release for @ai-sdk/sandbox-just-bash bumping it to 1.0.23 in sync with @ai-sdk/harness@1.0.23. No user-facing changes or API modifications.
Vercel AI SDK @ai-sdk/openai@4.0.11 — The @ai-sdk/openai patch adds support for GPT-5.6 reasoning and prompt cache controls. This is a minor additive feature shipped in a patch release with no breaking changes.
Cloudflare Workers @cloudflare/workers-utils@0.26.0 — Three internal package-resolution helpers are now exported from @cloudflare/workers-utils so sibling packages can share them without depending on @cloudflare/autoconfig. A minor behavior fix accompanies this: getPackagePath now consistently returns a directory path rather than occasionally a file path.
Cloudflare Workers @cloudflare/workers-auth@0.4.2 — Patch release updating the dependency on @cloudflare/workers-utils to 0.26.0. No user-facing changes.
Cloudflare Workers @cloudflare/vite-plugin@1.44.0 — The Cloudflare Vite plugin 1.44.0 adds support for dynamic retry delays in Workflow steps during local dev, allowing delay to be a function instead of a static value. This is a local dev enhancement only with no production API changes.
Cloudflare Workers @cloudflare/pages-shared@0.13.156 — Patch release of @cloudflare/pages-shared bumping its miniflare dependency. No API changes or new features.
Cloudflare Workers @cloudflare/runtime-types@0.0.1 — @cloudflare/runtime-types 0.0.1 bumps its dependency on miniflare to 4.20260709.0. No API changes or new features; this is a transitive dependency update only.
Cloudflare Workers @cloudflare/vitest-pool-workers@0.18.4 — vitest-pool-workers 0.18.4 adds support for dynamic retry delays in Workflow steps during local dev, allowing the delay to be a function instead of a static value. This is a local-dev-only enhancement with no breaking changes.
Cloudflare Workers @cloudflare/cli-shared-helpers@0.1.13 — A dependency bump to @cloudflare/workers-utils@0.26.0 with no user-facing changes. No API changes, new features, or breaking changes are introduced.
Cloudflare Workers @cloudflare/autoconfig@0.1.4 — Patch release updating internal dependencies for @cloudflare/workers-utils and @cloudflare/cli-shared-helpers. No API changes, new features, or breaking changes.
Cloudflare Workers miniflare@4.20260708.1 — Miniflare 4 now supports dynamic retry delay functions for Workflow steps in local dev, allowing per-attempt delay computation via a callback receiving context and error. This is a local development parity improvement with no production API changes.
Cloudflare Workers @cloudflare/deploy-helpers@0.4.0 — @cloudflare/deploy-helpers@0.4.0 exports a new `collectPackageDependencies` utility and moves npm dependency discovery logic internally rather than relying on wrangler to pre-compute it. This is a minor refactor with no public API breakage and routine dependency bumps.
Vercel @vercel/node@5.8.23 — Routine patch release for @vercel/node updating its build-utils dependency. No API changes, new features, or breaking changes.
Vercel @vercel/next@4.20.4 — @vercel/next 4.20.4 adds Node.js Middleware instrumentation support. Patch-level change with no breaking changes or new APIs.
Vercel @vercel/nestjs@0.2.103 — Minor patch release of @vercel/nestjs bumping its @vercel/node dependency to 5.8.23. No user-facing changes or breaking modifications.
Vercel @vercel/koa@0.1.82 — @vercel/koa@0.1.82 is a patch release that bumps its @vercel/node dependency to 5.8.23. No API changes, new features, or breaking changes are introduced.
Vercel @vercel/hono@0.2.102 — Patch release of @vercel/hono bumping its @vercel/node dependency to 5.8.23. No API changes or new features.
Vercel @vercel/h3@0.1.108 — Minor patch release of @vercel/h3 bumping the @vercel/node dependency to 5.8.23. No API changes, new features, or breaking changes included.
Vercel @vercel/gatsby-plugin-vercel-builder@2.2.25 — Patch release for the Vercel Gatsby builder plugin, updating its dependency on @vercel/build-utils to 13.32.3. No user-facing changes or API modifications.
Vercel @vercel/fs-detectors@6.12.1 — Patch release of @vercel/fs-detectors bumping transitive dependencies on @vercel/frameworks and @vercel/build-utils. No user-facing changes or API modifications.
Vercel @vercel/frameworks@3.30.6 — Patch release adding the Lovable platform framework and a platform attribute to @vercel/frameworks. No API changes or breaking behavior introduced.
Vercel @vercel/fastify@0.1.102 — Patch release of @vercel/fastify bumping its @vercel/node dependency to 5.8.23. No breaking changes, new features, or security fixes.
Vercel @vercel/express@0.1.113 — @vercel/express 0.1.113 is a patch release pulling in dependency updates to @vercel/node and @vercel/cervel. No API changes, new features, or breaking changes.
Vercel @vercel/elysia@0.1.99 — @vercel/elysia 0.1.99 is a patch release that bumps its @vercel/node dependency to 5.8.23. No new features, breaking changes, or security fixes.
Vercel @vercel/container@0.0.5 — @vercel/container@0.0.5 adds support for applying vercel.json functions configuration (memory, maxDuration, regions, etc.) to container runtime outputs. This is a non-breaking enhancement that resolves functions config at build time and writes settings into the container .vc-config.json.
Vercel @vercel/client@17.6.4 — Patch release for @vercel/client that improves CLI deployment completion by using alias-assigned build stream events with polling as a fallback. Also bumps @vercel/build-utils to 13.32.3.
Vercel @vercel/cervel@0.1.30 — Patch release of @vercel/cervel bumping the @vercel/backends dependency to 0.8.22. No user-facing changes or API modifications.
Vercel @vercel/build-utils@13.32.3 — Patch release adding `vercel dev` support for Python queue subscribers defined in `pyproject.toml`. No breaking changes or new stable features introduced.
Vercel @vercel/backends@0.8.22 — @vercel/backends 0.8.22 is a patch release with only an updated dependency on @vercel/build-utils@13.32.3. No new features, breaking changes, or fixes are included.
Vercel AI SDK @ai-sdk/xai@3.0.106 — Patch release adding grok-4.5 model ID to the xAI provider and video reference input support for reference-to-video generation. No breaking changes or API removals.
Vercel AI SDK @ai-sdk/vue@3.0.222 — @ai-sdk/vue 3.0.222 is a routine patch release with only dependency updates to ai@6.0.222 and @ai-sdk/provider-utils@4.0.38. No user-facing changes or new features are introduced.
Vercel AI SDK @ai-sdk/voyage@1.0.15 — Routine dependency bump for @ai-sdk/voyage 1.0.15, updating underlying provider and provider-utils packages. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/vercel@2.0.61 — Patch release for @ai-sdk/vercel updating transitive dependencies on provider, openai-compatible, and provider-utils packages. No API changes or new features.
Vercel AI SDK @ai-sdk/valibot@2.0.39 — Patch release of @ai-sdk/valibot bumping the internal @ai-sdk/provider-utils dependency to 4.0.38. No API changes or new features.
Vercel AI SDK @ai-sdk/togetherai@2.0.64 — Routine patch release for @ai-sdk/togetherai updating internal provider dependencies with no API changes. No action required.
Vercel AI SDK @ai-sdk/svelte@4.0.222 — Patch release for @ai-sdk/svelte bumping internal dependency versions only. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/rsc@2.0.222 — Patch release of @ai-sdk/rsc bumping transitive dependencies only. No API changes, no new features.
Vercel AI SDK @ai-sdk/revai@2.0.44 — Dependency-only patch release for @ai-sdk/revai bumping provider and provider-utils. No user-facing changes.
Vercel AI SDK @ai-sdk/replicate@2.0.44 — Patch release for @ai-sdk/replicate bumping transitive provider dependencies with no API changes. No action needed.
Vercel AI SDK @ai-sdk/react@3.0.224 — Routine patch release for @ai-sdk/react bumping dependency versions only. No API changes, new features, or breaking changes included.
Vercel AI SDK @ai-sdk/quiverai@1.0.11 — Routine dependency bump for the QuiverAI provider package in the Vercel AI SDK. No API changes, new features, or breaking changes included.
Vercel AI SDK @ai-sdk/provider-utils@4.0.38 — Patch release of @ai-sdk/provider-utils bumping its dependency on @ai-sdk/provider to 3.0.14. No user-facing changes.
Vercel AI SDK @ai-sdk/provider@3.0.14 — A patch release of @ai-sdk/provider adds support for video (not just image) reference inputs in `inputReferences` for reference-to-video generation. No breaking changes or action required.
Vercel AI SDK @ai-sdk/prodia@1.0.43 — Routine dependency bump for @ai-sdk/prodia to updated provider and provider-utils packages. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/perplexity@3.0.45 — Fixes Perplexity prompt conversion for file parts with unsupported media types and top-level PDF media types. Dependency bumps to provider and provider-utils packages included.
Vercel AI SDK @ai-sdk/openai-compatible@2.0.59 — Patch release for @ai-sdk/openai-compatible updating internal provider dependencies with no user-facing changes. No API changes, new features, or breaking changes introduced.
Vercel AI SDK @ai-sdk/openai@3.0.83 — Adds GPT-5.6 model IDs to the OpenAI and Gateway providers. Also bumps internal provider and provider-utils dependencies.
Vercel AI SDK @ai-sdk/open-responses@1.0.27 — @ai-sdk/open-responses@1.0.27 is a routine patch release with only dependency updates to @ai-sdk/provider and @ai-sdk/provider-utils. No API changes, new features, or breaking changes are introduced.
Vercel AI SDK @ai-sdk/moonshotai@2.0.35 — Patch release for @ai-sdk/moonshotai updating transitive dependencies on provider, openai-compatible, and provider-utils packages. No API changes or new features.
Vercel AI SDK @ai-sdk/mistral@3.0.48 — Routine dependency bump for @ai-sdk/mistral to pull in updated provider and provider-utils packages. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/mcp@1.0.61 — Patch release of @ai-sdk/mcp bumping internal provider dependencies only. No API changes or new features.
Vercel AI SDK @ai-sdk/luma@2.0.44 — Patch release for @ai-sdk/luma updating transitive dependencies on @ai-sdk/provider and @ai-sdk/provider-utils. No user-facing changes.
Vercel AI SDK @ai-sdk/lmnt@2.0.44 — Dependency-only patch release for the LMNT provider in the Vercel AI SDK. No API changes or new features.
Vercel AI SDK @ai-sdk/llamaindex@2.0.222 — Patch release of @ai-sdk/llamaindex bumping its dependency on the core ai package to 6.0.222. No user-facing changes.
Vercel AI SDK @ai-sdk/xai@4.0.10 — Patch release for the xAI provider adding the grok-4.5 model ID and video reference input support in inputReferences. Dependency bumps to provider, openai-compatible, and provider-utils packages included.
Vercel AI SDK @ai-sdk/workflow-harness@1.0.22 — Patch release of @ai-sdk/workflow-harness bumping the internal @ai-sdk/harness dependency to 1.0.22. No new features, breaking changes, or security fixes included.
Vercel AI SDK @ai-sdk/workflow@1.0.19 — @ai-sdk/workflow 1.0.19 is a dependency-only patch with no direct code changes. It pulls in updated versions of ai, @ai-sdk/provider, and @ai-sdk/provider-utils.
Vercel AI SDK @ai-sdk/vue@4.0.19 — @ai-sdk/vue 4.0.19 is a routine patch release with only dependency updates to ai@7.0.19 and @ai-sdk/provider-utils@5.0.7. No API changes, new features, or breaking changes are introduced.
Vercel AI SDK @ai-sdk/voyage@2.0.7 — Patch release for @ai-sdk/voyage bumping transitive provider dependencies only. No user-facing changes.
Vercel AI SDK @ai-sdk/vercel@3.0.7 — @ai-sdk/vercel 3.0.7 is a patch release with only dependency updates to provider, openai-compatible, and provider-utils packages. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/valibot@3.0.7 — Patch release of @ai-sdk/valibot bumping its @ai-sdk/provider-utils dependency to 5.0.7. No API changes or new features.
Vercel AI SDK @ai-sdk/tui@1.0.19 — @ai-sdk/tui 1.0.19 is a patch release with only dependency updates, pulling in ai@7.0.19. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/togetherai@3.0.8 — @ai-sdk/togetherai 3.0.8 is a patch release with only dependency bumps to provider, openai-compatible, and provider-utils packages. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/svelte@5.0.19 — @ai-sdk/svelte 5.0.19 is a patch release with only dependency updates to ai@7.0.19 and @ai-sdk/provider-utils@5.0.7. No new features or breaking changes were introduced.
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.22 — Routine patch release of @ai-sdk/sandbox-vercel bumping internal dependency versions. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.22 — Patch release of @ai-sdk/sandbox-just-bash bumping internal dependency versions for @ai-sdk/harness and @ai-sdk/provider-utils. No API changes, no new features, no breaking changes.
Vercel AI SDK @ai-sdk/rsc@3.0.19 — @ai-sdk/rsc@3.0.19 is a dependency-only patch release with no direct code changes. It pulls in updated versions of ai, @ai-sdk/provider, and @ai-sdk/provider-utils.
Vercel AI SDK @ai-sdk/revai@3.0.7 — @ai-sdk/revai 3.0.7 is a patch release with only dependency updates to @ai-sdk/provider and @ai-sdk/provider-utils. No API changes, new features, or breaking changes.
Vercel AI SDK ai@6.0.222 — Patch release adding video reference input support for reference-to-video generation in the AI SDK. Dependency bumps across ai-sdk/gateway, provider, and provider-utils packages.
Vercel AI SDK @ai-sdk/replicate@3.0.8 — Patch release for @ai-sdk/replicate bumping transitive provider dependencies. No user-facing changes.
Vercel AI SDK @ai-sdk/react@4.0.20 — @ai-sdk/react 4.0.20 is a routine patch release with only dependency updates to ai, @ai-sdk/provider, @ai-sdk/mcp, and @ai-sdk/provider-utils. No API changes, new features, or breaking changes are introduced.
Vercel AI SDK @ai-sdk/quiverai@2.0.7 — Patch release for @ai-sdk/quiverai bumping transitive provider dependencies. No API changes or new features.
Vercel AI SDK @ai-sdk/provider-utils@5.0.7 — Patch release of @ai-sdk/provider-utils updating its dependency on @ai-sdk/provider to 4.0.3. No user-facing changes.
Vercel AI SDK @ai-sdk/provider@4.0.3 — Patch release adding video reference support in `inputReferences` for reference-to-video generation. No breaking changes or API removals.
Vercel AI SDK @ai-sdk/prodia@2.0.8 — Patch release of @ai-sdk/prodia 2.0.8 updating transitive dependencies on @ai-sdk/provider and @ai-sdk/provider-utils. No user-facing changes.
Vercel AI SDK @ai-sdk/perplexity@4.0.8 — Patch release fixing Perplexity prompt conversion for file parts with unsupported media types and top-level PDF media types. Dependency bumps to @ai-sdk/provider and @ai-sdk/provider-utils included.
Vercel AI SDK @ai-sdk/otel@1.0.19 — Dependency-only patch release for @ai-sdk/otel updating to ai@7.0.19 and @ai-sdk/provider@4.0.3. No API changes or new features.
Vercel AI SDK @ai-sdk/openai-compatible@3.0.7 — Patch release of @ai-sdk/openai-compatible bumping transitive provider dependencies only. No API changes or new features.
Vercel AI SDK @ai-sdk/openai@4.0.10 — The @ai-sdk/openai 4.0.10 patch adds model IDs for gpt-5.6 to the OpenAI and gateway providers. No breaking changes or API modifications are included.
Vercel AI SDK @ai-sdk/open-responses@2.0.7 — Dependency-only patch release for @ai-sdk/open-responses bumping @ai-sdk/provider and @ai-sdk/provider-utils. No API changes, no new features.
Vercel AI SDK @ai-sdk/moonshotai@3.0.9 — @ai-sdk/moonshotai 3.0.9 is a patch release with only dependency updates to provider, openai-compatible, and provider-utils packages. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/mistral@4.0.8 — Minor patch to the Mistral provider for the Vercel AI SDK adding a providerOptions schema and type for embedding model requests. Includes upstream dependency bumps with no breaking changes.
Vercel AI SDK @ai-sdk/mcp@2.0.10 — @ai-sdk/mcp 2.0.10 is a patch release with no changes of its own, only updating internal dependencies @ai-sdk/provider and @ai-sdk/provider-utils. No action required.
Vercel AI SDK @ai-sdk/luma@3.0.8 — Patch release for @ai-sdk/luma bumping transitive provider dependencies. No API changes or new features.
Vercel AI SDK @ai-sdk/lmnt@3.0.7 — Patch release of @ai-sdk/lmnt updating its provider and provider-utils dependencies. No API changes or new features introduced.
Vercel AI SDK @ai-sdk/llamaindex@3.0.19 — @ai-sdk/llamaindex 3.0.19 is a dependency-only patch that bumps the underlying ai package to 7.0.19. No API changes, new features, or breaking changes are introduced in this release.
Vercel AI SDK @ai-sdk/langchain@3.0.19 — @ai-sdk/langchain 3.0.19 is a patch release with only dependency updates, pulling in ai@7.0.19. No new features, breaking changes, or fixes are listed.
OpenAI SDK v6.46.0 — OpenAI Node SDK v6.46.0 ships API updates for gpt-5.6-sol, fixes array delta indexing in the assistants streaming runner, and normalizes missing tool call IDs. Remaining changes are a dependency bump in examples and documentation additions.
Cloudflare Workers @cloudflare/pages-shared@0.13.155 — Patch release of @cloudflare/pages-shared updating its dependency on miniflare to 4.20260708.0. No API changes or new features.
Cloudflare Workers @cloudflare/vite-plugin@1.43.3 — @cloudflare/vite-plugin 1.43.3 is a dependency-only patch release, bumping miniflare to 4.20260708.0 and wrangler to 4.109.0. No API changes or new features.
Cloudflare Workers @cloudflare/deploy-helpers@0.3.3 — @cloudflare/deploy-helpers 0.3.3 is a patch release with no direct changes, only updated dependencies on miniflare and @cloudflare/workers-utils. No action required.
Cloudflare Workers create-cloudflare@2.70.10 — create-cloudflare 2.70.10 fixes SvelteKit project creation failing due to a breaking change in sv 0.16, which moved adapter config from svelte.config.js to vite.config.ts. A dependency bump to sv 0.16.1 accompanies the fix.
Cloudflare Workers miniflare@4.20260708.0 — Miniflare 4.20260708.0 adds `listDurableObjectIds()` for listing persisted Durable Object IDs by binding name, and adds rollback support when terminating Workflow instances via a new `rollback` option. Dependency bumps to workerd and workers-types are included as patch changes.
Cloudflare Workers @cloudflare/vitest-pool-workers@0.18.3 — Patch release adding `listDurableObjectIds()` to Miniflare for listing persisted Durable Object IDs by binding name. The Vitest pool now uses this shared API internally instead of duplicating storage logic; no user-facing changes required.
Clerk @clerk/testing@2.2.5 — @clerk/testing 2.2.5 is a patch release with no direct changes, only dependency bumps to @clerk/backend and @clerk/shared. No API changes or new features introduced.
Clerk @clerk/tanstack-react-start@1.4.15 — Patch release for @clerk/tanstack-react-start updating dependencies on @clerk/backend, @clerk/shared, and @clerk/react. No new features or breaking changes.
Clerk @clerk/nextjs@7.5.15 — @clerk/nextjs@7.5.15 is a patch release with no direct changes, only updated dependencies on @clerk/backend, @clerk/shared, and @clerk/react. No action required.
Clerk @clerk/react-router@3.5.7 — @clerk/react-router 3.5.7 is a patch release with only dependency updates to @clerk/backend, @clerk/shared, and @clerk/react. No API changes, new features, or breaking changes.
Next.js v16.3.0-canary.81 — Next.js v16.3.0-canary.81 is a prerelease build with miscellaneous Turbopack improvements, minor fixes to create-next-app templates, and a React canary upgrade. No stable API changes or headline features are introduced.
Stripe v22.4.0-alpha.3 — Stripe Node v22.4.0-alpha.3 is a private-preview prerelease that adds gift card actions on Terminal.Reader, new payment method types, and several V2 Billing Contract field changes. All breaking changes (⚠️ removals and type changes) are confined to this alpha/preview channel, not a stable release.
Railway v5.26.0 — Railway v5.26.0 adds targeted usage limit commands to the CLI. No breaking changes or action required.
Resend v6.17.2 — Fixes incorrect TypeScript response types for the remove-contact-from-segment and remove-API-key endpoints in the Node SDK. No behavioral changes, types-only correction.
Vercel AI SDK @ai-sdk/xai@3.0.105 — Patch release of @ai-sdk/xai adding support for an imageDetail provider option on image file parts to control image processing resolution. No breaking changes; opt-in feature only.
Vercel AI SDK @ai-sdk/xai@4.0.9 — Patch release for the xAI provider in the Vercel AI SDK adding `imageDetail` provider option on image file parts to control image processing resolution. Dependency updates to provider-utils and openai-compatible packages are also included.
Vercel AI SDK @ai-sdk/workflow-harness@1.0.21 — Patch release for @ai-sdk/workflow-harness bumping the internal @ai-sdk/harness dependency to 1.0.21. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/workflow@1.0.18 — @ai-sdk/workflow 1.0.18 is a patch release with only dependency updates. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/voyage@2.0.6 — @ai-sdk/voyage 2.0.6 is a patch release with only a transitive dependency bump to @ai-sdk/provider-utils@5.0.6. No API changes, no new features, no action required.
Vercel AI SDK @ai-sdk/vercel@3.0.6 — Patch release for @ai-sdk/vercel 3.0.6 with only dependency updates to provider-utils and openai-compatible packages. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/valibot@3.0.6 — Patch release of @ai-sdk/valibot updating its dependency on @ai-sdk/provider-utils to 5.0.6. No user-facing changes.
Vercel AI SDK @ai-sdk/tui@1.0.18 — @ai-sdk/tui 1.0.18 is a patch release that bumps the ai peer dependency to 7.0.18. No new features, breaking changes, or security fixes.
Vercel AI SDK @ai-sdk/togetherai@3.0.7 — Patch release for @ai-sdk/togetherai updating transitive dependencies on provider-utils and openai-compatible. No API changes or new features.
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.21 — Dependency-only patch release for @ai-sdk/sandbox-vercel updating provider-utils and harness packages. No API changes or new features.
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.21 — Patch release of @ai-sdk/sandbox-just-bash updating internal dependencies with no API or behavioral changes. No action required.
Vercel AI SDK @ai-sdk/rsc@3.0.18 — @ai-sdk/rsc 3.0.18 is a patch release with only dependency updates to @ai-sdk/provider-utils and ai. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/revai@3.0.6 — Patch release of @ai-sdk/revai updating its provider-utils dependency. No API changes or new features.
Vercel AI SDK @ai-sdk/replicate@3.0.7 — Patch release of @ai-sdk/replicate bumping its provider-utils dependency to 5.0.6. No API changes or new features.
Vercel AI SDK @ai-sdk/quiverai@2.0.6 — Routine patch release for the QuiverAI provider package, bumping an internal dependency on @ai-sdk/provider-utils to 5.0.6. No user-facing changes.
Vercel AI SDK @ai-sdk/provider-utils@5.0.6 — Fixes a bug in StreamingToolCallTracker where streaming tool calls were finalized too early on parsable partial JSON, potentially acting on truncated tool inputs. The fix restores the correct behavior of finalizing only during stream flush.
Vercel AI SDK @ai-sdk/prodia@2.0.7 — Patch release for @ai-sdk/prodia updating its dependency on @ai-sdk/provider-utils to 5.0.6. No user-facing changes.
Vercel AI SDK @ai-sdk/policy-opa@1.0.18 — Patch release of @ai-sdk/policy-opa updating its dependency on @ai-sdk/provider-utils to 5.0.6 and ai to 7.0.18. No functional changes introduced.
Vercel AI SDK @ai-sdk/perplexity@4.0.7 — Minor patch adding a `PerplexityLanguageModelOptions` type and schema export to the Perplexity provider, plus a dependency bump. No breaking changes or new features requiring action.
Vercel AI SDK @ai-sdk/otel@1.0.18 — Patch release of @ai-sdk/otel bumping the ai peer dependency to 7.0.18. No breaking changes, new features, or security fixes included.
Vercel AI SDK @ai-sdk/openai-compatible@3.0.6 — Fixes a bug in StreamingToolCallTracker where streaming tool calls were finalized too early on parsable partial JSON, restoring correct flush-only finalization behavior. No API changes or action required.
Vercel AI SDK @ai-sdk/openai@4.0.9 — Fixes a bug where streaming tool calls were finalized too early on parsable partial JSON, which could cause truncated tool inputs to be acted on. Tool calls now only finalize during stream flush, restoring previous intended behavior.
Vercel AI SDK @ai-sdk/open-responses@2.0.6 — Patch release for @ai-sdk/open-responses updating its dependency on @ai-sdk/provider-utils to 5.0.6. No API changes or new features.
Vercel AI SDK @ai-sdk/moonshotai@3.0.8 — Patch release of the Moonshotai provider for the Vercel AI SDK, updating transitive dependencies only. No new features, breaking changes, or bug fixes.
Vercel AI SDK @ai-sdk/mistral@4.0.7 — Patch release of @ai-sdk/mistral bumping the @ai-sdk/provider-utils dependency to 5.0.6. No API changes or new features.
Vercel AI SDK @ai-sdk/mcp@2.0.9 — @ai-sdk/mcp 2.0.9 is a patch release with no direct changes, only a dependency bump to @ai-sdk/provider-utils@5.0.6. No API changes or new features.
Vercel AI SDK @ai-sdk/luma@3.0.7 — Patch release for the Luma AI SDK provider, updating its dependency on @ai-sdk/provider-utils to 5.0.6. No API changes or new features.
Vercel AI SDK @ai-sdk/lmnt@3.0.6 — Minor patch release for the LMNT provider in the Vercel AI SDK, updating its dependency on @ai-sdk/provider-utils to 5.0.6. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/llamaindex@3.0.18 — Patch release of @ai-sdk/llamaindex bumping the ai peer dependency to 7.0.18. No new features or breaking changes.
Vercel AI SDK @ai-sdk/langchain@3.0.18 — Patch release of @ai-sdk/langchain bumping the ai peer dependency to 7.0.18. No breaking changes, new features, or security fixes included.
Vercel AI SDK @ai-sdk/klingai@4.0.7 — @ai-sdk/klingai 4.0.7 is a patch release with only an updated dependency on @ai-sdk/provider-utils@5.0.6. No user-facing changes.
Vercel AI SDK @ai-sdk/hume@3.0.6 — Minor patch release for @ai-sdk/hume updating its dependency on @ai-sdk/provider-utils to 5.0.6. No API changes or new features.
Vercel AI SDK @ai-sdk/huggingface@2.0.6 — Patch release for the Hugging Face AI SDK provider, updating dependencies on provider-utils and openai-compatible packages. No user-facing changes or API modifications.
Vercel AI SDK @ai-sdk/harness-pi@1.0.21 — Dependency-only patch release for @ai-sdk/harness-pi bumping @ai-sdk/provider-utils to 5.0.6. No API changes or new features.
Vercel AI SDK @ai-sdk/harness-opencode@1.0.21 — Patch release of @ai-sdk/harness-opencode@1.0.21 with only updated dependency versions. No new features or breaking changes.
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.20 — Patch release of @ai-sdk/harness-deepagents updating its dependencies on @ai-sdk/provider-utils and @ai-sdk/harness. No API changes or new features.
Vercel AI SDK @ai-sdk/harness-codex@1.0.22 — Dependency-only patch release for @ai-sdk/harness-codex bumping @ai-sdk/provider-utils to 5.0.6 and @ai-sdk/harness to 1.0.21. No API changes, no new features.
Vercel AI SDK @ai-sdk/harness-claude-code@1.0.21 — Dependency-only patch release for @ai-sdk/harness-claude-code bumping @ai-sdk/provider-utils to 5.0.6. No API changes or new features introduced.
Vercel AI SDK @ai-sdk/harness@1.0.21 — Patch release of @ai-sdk/harness updating transitive dependencies on @ai-sdk/provider-utils and ai. No API changes or new features.
Vercel AI SDK @ai-sdk/groq@4.0.6 — Fixes a bug in StreamingToolCallTracker where streaming tool calls were finalized too early on parsable partial JSON, potentially acting on truncated tool inputs. Tool calls now only finalize during stream flush, restoring previously correct behavior.
Vercel AI SDK @ai-sdk/google-vertex@5.0.13 — Routine dependency update for the Google Vertex AI SDK provider, bumping internal shared packages with no API changes. No action required for consumers of this package.
Vercel AI SDK @ai-sdk/google@4.0.10 — Patch release for @ai-sdk/google updating its dependency on @ai-sdk/provider-utils to 5.0.6. No user-facing changes.
Vercel AI SDK @ai-sdk/gladia@3.0.6 — Patch release of @ai-sdk/gladia updating its dependency on @ai-sdk/provider-utils to 5.0.6. No API changes or new features.
Vercel AI SDK @ai-sdk/gateway@4.0.14 — Patch release of @ai-sdk/gateway 4.0.14 with only a dependency update to @ai-sdk/provider-utils@5.0.6. No API changes, new features, or breaking changes.
Vercel AI SDK @ai-sdk/fireworks@3.0.7 — Patch release for @ai-sdk/fireworks updating dependency versions for provider-utils and openai-compatible packages. No functional changes or new features introduced.
Vercel AI SDK @ai-sdk/fal@3.0.7 — Patch release for @ai-sdk/fal updating its dependency on @ai-sdk/provider-utils to 5.0.6. No API changes or new features.
Vercel AI SDK @ai-sdk/elevenlabs@3.0.7 — Minor patch release for the ElevenLabs AI SDK provider, bumping an internal dependency (provider-utils 5.0.6) with no user-facing changes. No API changes, new features, or breaking changes are included.
Vercel AI SDK @ai-sdk/deepseek@3.0.6 — Fixes a bug where streaming tool calls were finalized too early on parsable partial JSON, instead of waiting for stream flush. This restores correct behavior so truncated tool inputs are no longer acted upon prematurely.
Vercel AI SDK @ai-sdk/deepinfra@3.0.6 — Patch release of @ai-sdk/deepinfra bumping transitive dependencies on provider-utils and openai-compatible. No API changes or new features.
Vercel AI SDK @ai-sdk/deepgram@3.0.6 — Patch release for the Deepgram AI SDK provider, updating its dependency on @ai-sdk/provider-utils to 5.0.6. No user-facing changes.
Vercel AI SDK @ai-sdk/cohere@4.0.6 — Patch release for the Cohere AI SDK provider, updating its dependency on @ai-sdk/provider-utils to 5.0.6. No API changes or new features.
Vercel AI SDK @ai-sdk/cerebras@3.0.6 — Patch release for @ai-sdk/cerebras updating transitive dependencies on provider-utils and openai-compatible. No API changes or new features.
Vercel AI SDK @ai-sdk/bytedance@2.0.7 — Patch release for @ai-sdk/bytedance updating its dependency on @ai-sdk/provider-utils to 5.0.6. No user-facing changes.
Vercel AI SDK @ai-sdk/black-forest-labs@2.0.6 — Patch release of @ai-sdk/black-forest-labs bumping its provider-utils dependency to 5.0.6. No API changes or new features.
Vercel AI SDK @ai-sdk/baseten@2.0.6 — Dependency-only patch release for @ai-sdk/baseten, updating provider-utils and openai-compatible to their 5.0.6/3.0.6 patch versions. No API changes or new features.
Vercel AI SDK @ai-sdk/azure@4.0.9 — Patch release for @ai-sdk/azure@4.0.9 with only updated transitive dependencies (provider-utils, openai, deepseek). No user-facing changes.
Vercel AI SDK @ai-sdk/assemblyai@3.0.6 — Patch release of @ai-sdk/assemblyai updating its dependency on @ai-sdk/provider-utils to 5.0.6. No user-facing changes.
Vercel AI SDK @ai-sdk/anthropic-aws@2.0.2 — Patch release of @ai-sdk/anthropic-aws@2.0.2 with only dependency updates to @ai-sdk/provider-utils and @ai-sdk/anthropic. No user-facing changes.
Vercel AI SDK @ai-sdk/anthropic@4.0.10 — Patch release of @ai-sdk/anthropic updating its dependency on @ai-sdk/provider-utils to 5.0.6. No API changes or new features.
Vercel AI SDK @ai-sdk/angular@3.0.18 — Patch release for @ai-sdk/angular 3.0.18 with only dependency updates. No new features or breaking changes.
Vercel AI SDK @ai-sdk/amazon-bedrock@5.0.14 — Patch release for @ai-sdk/amazon-bedrock updating transitive dependencies on provider-utils, openai, and anthropic packages. No API changes or new features introduced.
Vercel AI SDK @ai-sdk/alibaba@2.0.8 — Patch fix for StreamingToolCallTracker incorrectly finalizing streaming tool calls on parsable partial JSON; tool calls now only finalize during stream flush. This restores correct behavior where a parsable argument buffer may still be a prefix of a longer argument string.
Vercel AI SDK ai@7.0.18 — Vercel AI SDK v7.0.18 is a routine patch release with only dependency updates to provider-utils and gateway packages. No API changes, new features, or breaking changes are included.
Deno v2.9.2 — Deno v2.9.2 is a stable patch release with a large number of bug fixes across node compat, coverage, install, LSP, and web streams, plus several incremental performance improvements to fetch and stream paths. No breaking changes to stable public APIs are present.
Railway v5.25.1 — Railway v5.25.1 fixes stale registry credentials being included for repo services. No API changes or action required.
Railway v5.25.0 — Railway v5.25.0 adds new workspace usage commands to the platform. This is a standard feature addition with no immediate action required.
shadcn/ui @shadcn/react@0.2.1 — Three bug fixes for MessageScroller: autoScroll anchor handoff, scroll position loss on newly appended anchors, and a ResizeObserver loop warning during streamed content growth. All are correctness/UX patches with no API changes.
PocketBase v0.39.6 — PocketBase v0.39.6 is a minor patch adding Cc/Bcc to the dev sendmail command, extra hardening for Microsoft OAuth2, and dependency bumps including goja WeakMap fixes. The Go toolchain was bumped to 1.26.5 for minor security fixes with no API changes.
PocketBase v0.22.47 — PocketBase v0.22.47 bumps the minimum Go version to 1.26.5, which includes minor security fixes backported from v0.39.6. No public API changes or breaking behavior; this is a routine dependency update.
Next.js v16.3.0-canary.80 — Next.js v16.3.0-canary.80 is a canary prerelease containing miscellaneous improvements including Turbopack enhancements, test fixes, and dependency upgrades. No breaking changes or new features are introduced in this build.
Vercel AI SDK @ai-sdk/xai@3.0.104 — This patch release fixes tool execution denial message clarity and improves reasoning text extraction from response content. These are minor bug fixes with no breaking changes or significant feature additions.
Vercel AI SDK @ai-sdk/vue@3.0.221 — This release updates dependencies for @ai-sdk/vue, including updates to ai and @ai-sdk/provider-utils packages. No user-facing changes or breaking modifications are introduced.
Vercel AI SDK @ai-sdk/voyage@1.0.14 — The @ai-sdk/voyage package was updated to version 1.0.14 with a dependency bump to @ai-sdk/provider-utils@4.0.37. This is a routine maintenance release with no breaking changes or new features.
Vercel AI SDK @ai-sdk/vercel@2.0.60 — Vercel AI SDK 2.0.60 updates internal dependencies including openai-compatible and provider-utils packages. This is a standard maintenance release with no user-facing changes or breaking modifications.
Vercel AI SDK @ai-sdk/valibot@2.0.38 — @ai-sdk/valibot@2.0.38 updates the @ai-sdk/provider-utils dependency to version 4.0.37. This is a routine dependency maintenance release with no breaking changes or new features.
Vercel AI SDK @ai-sdk/togetherai@2.0.63 — @ai-sdk/togetherai@2.0.63 updates internal dependencies to their latest patch versions, including @ai-sdk/openai-compatible and @ai-sdk/provider-utils. This is a routine maintenance release with no breaking changes or new features.
Vercel AI SDK @ai-sdk/svelte@4.0.221 — @ai-sdk/svelte@4.0.221 patches dependency versions including ai@6.0.221 and @ai-sdk/provider-utils@4.0.37. This is a routine maintenance release with no user-facing feature changes or breaking modifications.
Vercel AI SDK @ai-sdk/rsc@2.0.221 — @ai-sdk/rsc@2.0.221 is a patch release that updates dependencies including ai@6.0.221 and @ai-sdk/provider-utils@4.0.37. No breaking changes or new features are included in this maintenance release.
Vercel AI SDK @ai-sdk/revai@2.0.43 — @ai-sdk/revai@2.0.43 updates a dependency on @ai-sdk/provider-utils to version 4.0.37. This is a routine maintenance release with no public API changes.
Vercel AI SDK @ai-sdk/replicate@2.0.43 — @ai-sdk/replicate v2.0.43 updates a dependency on @ai-sdk/provider-utils to version 4.0.37. This is a routine maintenance release with no user-facing changes or breaking modifications.
Vercel AI SDK @ai-sdk/react@3.0.223 — This patch fixes a stale transport issue in useChat and improves stability by preventing unnecessary chat instance recreation when IDs are nullish. No breaking changes or new features in this release.
Vercel AI SDK @ai-sdk/quiverai@1.0.10 — @ai-sdk/quiverai@1.0.10 updates a dependency on @ai-sdk/provider-utils to version 4.0.37. This is a routine maintenance update with no user-facing changes.
Vercel AI SDK @ai-sdk/provider-utils@4.0.37 — Fixed default empty tool input schema to include `type: "object"` for OpenAI-compatible providers. This ensures compliance with providers that require properly-typed object schemas.
Vercel AI SDK @ai-sdk/prodia@1.0.42 — @ai-sdk/prodia@1.0.42 updates a dependency on @ai-sdk/provider-utils to version 4.0.37. This is a routine maintenance release with no user-facing changes.
Vercel AI SDK @ai-sdk/perplexity@3.0.44 — @ai-sdk/perplexity@3.0.44 updates the @ai-sdk/provider-utils dependency to version 4.0.37. This is a routine dependency update with no breaking changes or new features.
Vercel AI SDK @ai-sdk/open-responses@1.0.26 — Improved the default error message when tool execution is denied to be more informative. Updated internal provider utilities dependency.
Vercel AI SDK @ai-sdk/moonshotai@2.0.34 — This release updates internal dependencies for the Moonshotai provider within the Vercel AI SDK. No user-facing changes or features are introduced in this patch version.
Vercel AI SDK @ai-sdk/workflow-harness@1.0.20 — @ai-sdk/workflow-harness@1.0.20 updates internal dependencies with a patch release. This is a routine maintenance release with no user-facing changes.
Vercel AI SDK @ai-sdk/xai@4.0.8 — This patch fixes the handling of reasoning effort parameters when using xAI models. It ensures that `reasoning: 'none'` is properly sent to the API and gracefully handles unsupported reasoning options for specific model variants by emitting warnings.
Vercel AI SDK @ai-sdk/workflow@1.0.17 — Version 1.0.17 includes bug fixes for WorkflowChatTransport reconnection behavior and payload optimization. New properties `totalUsage` and `finishReason` are now exposed on WorkflowAgent.stream() results for better consistency with other text generation APIs.
Vercel AI SDK @ai-sdk/vue@4.0.17 — Vercel AI SDK Vue package updated with a patch version bump of the core ai package. This is a routine dependency update with no reported breaking changes or new features.
Vercel AI SDK @ai-sdk/tui@1.0.17 — @ai-sdk/tui version 1.0.17 updates the ai dependency to version 7.0.17. This is a routine patch release with minimal user-facing changes.
Vercel AI SDK ai@6.0.221 — Vercel AI SDK 6.0.221 includes bug fixes for UI exports, message conversion, step timeout enforcement, and tool execution handling. All changes are maintenance-focused with no breaking changes or new features in this patch release.
Vercel AI SDK @ai-sdk/svelte@5.0.17 — @ai-sdk/svelte 5.0.17 updates the underlying ai package to 7.0.17. This is a routine patch release that includes dependency updates.
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.20 — @ai-sdk/sandbox-vercel@1.0.20 updates dependencies to @ai-sdk/harness@1.0.20. This is a routine patch release with no user-facing changes or new functionality.</summary> <parameter name="action_line">
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.20 — @ai-sdk/sandbox-just-bash@1.0.20 updates internal dependencies, specifically @ai-sdk/harness to version 1.0.20. This is a routine dependency maintenance patch with no user-facing changes.
Vercel AI SDK @ai-sdk/rsc@3.0.17 — This release updates the ai dependency to version 7.0.17. It's a routine patch update with no user-facing changes documented.
Vercel AI SDK @ai-sdk/react@4.0.18 — The throttle option on useChat and useCompletion hooks is now stable, with backwards-compatible support for the previous experimental_throttle alias. This is a maintenance release with dependency updates to @ai-sdk/mcp and ai packages.
Vercel AI SDK @ai-sdk/policy-opa@1.0.17 — This release is a patch version bump with a dependency update to ai@7.0.17. No user-facing changes are detailed in the release notes.
Vercel AI SDK @ai-sdk/otel@1.0.17 — @ai-sdk/otel@1.0.17 is a patch release that updates the dependency on ai@7.0.17. This is a routine maintenance update with no user-facing changes or feature additions.
Vercel AI SDK @ai-sdk/mistral@4.0.6 — The Mistral provider now forwards presence and frequency penalties without triggering unsupported warnings. This is a minor bug fix that improves the developer experience when using these parameters.
Vercel AI SDK ai@7.0.17 — This release updates the @ai-sdk/gateway dependency to version 4.0.13. No breaking changes or new features are included in this patch release.
Inngest v1.35.0 — Inngest v1.35.0 adds new experiments and sessions endpoints to the REST V2 API and CLI, enabling better visualization and querying of experiment metrics and session data. The release includes UI improvements for experiments, bug fixes for execution engines, and various infrastructure refinements.
Clerk @clerk/expo-passkeys@1.2.1 — @clerk/expo-passkeys@1.2.1 updates internal dependencies to @clerk/shared@4.25.0. This is a routine patch release with no user-facing changes.
Clerk @clerk/express@2.1.37 — @clerk/express@2.1.37 updates internal dependencies to @clerk/shared@4.25.0 and @clerk/backend@3.11.1. This is a routine maintenance release with no user-facing changes.
Clerk @clerk/hono@0.1.47 — @clerk/hono@0.1.47 is a patch release that updates internal dependencies (@clerk/shared and @clerk/backend). No user-facing changes or breaking modifications are included.
Clerk @clerk/electron@0.0.10 — @clerk/electron 0.0.10 updates internal dependencies including @clerk/shared, @clerk/clerk-js, and @clerk/react. This is a maintenance release with no breaking changes or new features.
Clerk @clerk/fastify@3.1.47 — @clerk/fastify@3.1.47 updates internal dependencies to @clerk/shared@4.25.0 and @clerk/backend@3.11.1. This is a routine patch release with dependency updates only.
Clerk @clerk/expo@3.7.1 — @clerk/expo 3.7.1 updates internal dependencies including @clerk/shared, @clerk/clerk-js, and @clerk/react to their latest versions. This is a routine maintenance release with no user-facing changes.
Clerk @clerk/chrome-extension@3.1.49 — @clerk/chrome-extension@3.1.49 updates internal dependencies to @clerk/ui@1.25.0, @clerk/shared@4.25.0, @clerk/clerk-js@6.25.0, and @clerk/react@6.12.0. This is a routine maintenance release with no breaking changes or new features.
Clerk @clerk/react-router@3.5.6 — @clerk/react-router@3.5.6 updates internal dependencies including @clerk/shared, @clerk/react, and @clerk/backend. This is a routine patch release with dependency updates and no user-facing changes.
Clerk @clerk/testing@2.2.4 — @clerk/testing@2.2.4 is a patch release that updates internal dependencies (@clerk/shared and @clerk/backend) to their latest versions. No user-facing changes are included in this release.
Clerk @clerk/tanstack-react-start@1.4.14 — @clerk/tanstack-react-start@1.4.14 updates internal dependencies including @clerk/shared, @clerk/react, and @clerk/backend to their latest versions. This patch release maintains compatibility while bringing in upstream improvements and fixes.
Clerk @clerk/vue@2.4.12 — @clerk/vue@2.4.12 is a patch release that updates the @clerk/shared dependency to version 4.25.0. This is a routine maintenance update with no new features or breaking changes.
Clerk @clerk/astro@3.4.13 — @clerk/astro@3.4.13 updates internal dependencies to @clerk/shared@4.25.0 and @clerk/backend@3.11.1. This is a routine patch release with no breaking changes or new features.
Cloudflare Workers @cloudflare/pages-shared@0.13.154 — @cloudflare/pages-shared v0.13.154 updates miniflare to version 4.20260706.0. This is a dependency maintenance release with no user-facing changes.
Cloudflare Workers @cloudflare/deploy-helpers@0.3.2 — @cloudflare/deploy-helpers@0.3.2 is a patch release that updates the miniflare dependency to version 4.20260706.0. This is a routine dependency update with no breaking changes or new features.
Cloudflare Workers @cloudflare/vitest-pool-workers@0.18.2 — This release updates dependencies for @cloudflare/vitest-pool-workers, including bumps to wrangler@4.108.0 and miniflare@4.20260706.0. No functional changes to the package itself are included in this patch.
Cloudflare Workers miniflare@4.20260706.0 — miniflare@4.20260706.0 updates dependencies including workerd and @cloudflare/workers-types to their latest versions. This is a routine dependency maintenance release with no user-facing feature changes.
Cloudflare Workers create-cloudflare@2.70.9 — Routine dependency updates for create-cloudflare and related tools. Updated workerd and @cloudflare/workers-types to latest versions.
Cloudflare Workers @cloudflare/vite-plugin@1.43.2 — @cloudflare/vite-plugin@1.43.2 updates dependencies including wrangler@4.108.0 and miniflare@4.20260706.0. This is a routine patch release with no user-facing changes.
Cloudflare Workers @cloudflare/deploy-helpers@0.3.1 — This is a patch release of @cloudflare/deploy-helpers that updates dependencies including miniflare, workers-utils, and cli-shared-helpers. No breaking changes, new features, or security issues are mentioned.
Cloudflare Workers @cloudflare/workers-utils@0.25.1 — This patch release improves D1 database binding validation, replaces a CommonJS dependency with a pure-ESM implementation to fix bundling issues, and upgrades signal-exit for ESM compatibility. No breaking changes or user-facing API modifications.
Cloudflare Workers @cloudflare/vite-plugin@1.43.1 — @cloudflare/vite-plugin@1.43.1 is a patch release with updated dependencies on miniflare@4.20260702.0 and wrangler@4.107.1. No breaking changes or new features are introduced in this release.
Cloudflare Workers @cloudflare/autoconfig@0.1.3 — This patch fixes Vite version detection for vite+ projects during autoconfiguration, where the wrapper's version was previously being read instead of the underlying Vite version. Dependency updates are also included for workers-utils and cli-shared-helpers.
Cloudflare Workers @cloudflare/workers-auth@0.4.1 — @cloudflare/workers-auth 0.4.1 updates dependencies, specifically bumping @cloudflare/workers-utils to 0.25.1. This is a routine maintenance release with no user-facing changes.
Cloudflare Workers create-cloudflare@2.70.8 — This is a patch release containing dependency updates and bug fixes for create-cloudflare. The release includes minor version bumps to framework scaffolding tools and fixes Qwik project scaffolding with Cloudflare Workers types v5, along with a refactoring to replace a CommonJS dependency with a vendored pure-ESM implementation.
Cloudflare Workers wrangler@4.107.1 — Wrangler 4.107.1 is a patch release containing bug fixes for configuration variable overrides, improved error messaging for secrets deployment, and dependency updates including ESM bundling improvements. Multiple stability fixes address CLI crashes, rate limiting behavior, and watch-mode rebuild error handling.
Cloudflare Workers @cloudflare/pages-shared@0.13.153 — @cloudflare/pages-shared@0.13.153 updates internal dependencies, including a bump to miniflare@4.20260702.0. This is a routine maintenance release with no user-facing changes.
Cloudflare Workers @cloudflare/vitest-pool-workers@0.18.1 — The `reset()` function from `cloudflare:test` now properly clears rate-limit binding state between tests, fixing an issue where rate-limit exhaustion state was being retained across test boundaries. This patch resolves a testing isolation problem in the Cloudflare Workers vitest pool.
Cloudflare Workers @cloudflare/cli-shared-helpers@0.1.12 — This is a patch release of @cloudflare/cli-shared-helpers that updates internal dependencies. The release contains dependency updates to @cloudflare/workers-utils with no user-facing changes or breaking modifications.
Railway v5.24.0 — Railway v5.24.0 adds a new `railway flag` command for feature flag management. This is a straightforward addition to the CLI tooling with no breaking changes or security implications.
Vercel @vercel/fs-detectors@6.12.0 — @vercel/fs-detectors v6.12.0 fixes a bug in service framework detection when the entrypoint is located in a subdirectory of the service root. This improves detection accuracy for certain project structures.
Vercel vercel@54.21.1 — This patch release includes two bug fixes and enhancements: preservation of generated service routes during Build Output merging, and added `--project` flag support for project-scoped commands. No action required; standard maintenance update.
Next.js v16.3.0-canary.79 — Next.js v16.3.0-canary.79 is a prerelease canary build containing various internal fixes and improvements to Turbopack, dev overlay rendering, HMR handling, and test infrastructure. This is development/testing code, not a stable release.
Vercel @vercel/python@6.48.0 — This release fixes Django services when using static assets with vc dev. It's a targeted bugfix for a development workflow issue with no breaking changes or new features.
Vercel @vercel/next@4.20.3 — @vercel/next@4.20.3 updates the Next.js adapter to the latest version. This is a routine maintenance release with no breaking changes or new features.
Vercel @vercel/fs-detectors@6.11.6 — @vercel/fs-detectors 6.11.6 updates a dependency on @vercel/frameworks to version 3.30.5. This patch release contains only internal dependency updates with no user-facing changes.
Vercel @vercel/frameworks@3.30.5 — Adds opt-in framework detection during build phase via VERCEL_FRAMEWORK_DETECTION=1 environment variable. The feature detects frameworks on first deployment, records metadata, and validates build output without impacting build performance.
Vercel AI SDK @ai-sdk/xai@3.0.103 — This patch fixes tool result emission for completed xAI Responses API streaming tool calls. It includes internal dependency updates to provider utilities and OpenAI-compatible packages.
Vercel AI SDK @ai-sdk/vue@3.0.220 — @ai-sdk/vue@3.0.220 updates internal dependencies including ai@6.0.220 and @ai-sdk/provider-utils@4.0.36. This is a routine maintenance release with no user-facing changes or breaking modifications.
Vercel AI SDK @ai-sdk/voyage@1.0.13 — @ai-sdk/voyage 1.0.13 updates its dependency on @ai-sdk/provider-utils to version 4.0.36. This is a routine maintenance release with no user-facing changes.
Vercel AI SDK @ai-sdk/vercel@2.0.59 — Vercel AI SDK patch release with updated dependencies on provider utilities and OpenAI-compatible packages. No user-facing changes or breaking modifications.
Vercel AI SDK @ai-sdk/valibot@2.0.37 — @ai-sdk/valibot@2.0.37 updates a dependency on @ai-sdk/provider-utils to version 4.0.36. This is a routine maintenance release with no user-facing changes.
Vercel AI SDK @ai-sdk/togetherai@2.0.62 — @ai-sdk/togetherai@2.0.62 updates internal dependencies including provider-utils and openai-compatible modules. No user-facing changes or breaking modifications in this patch release.
Vercel AI SDK @ai-sdk/svelte@4.0.220 — @ai-sdk/svelte v4.0.220 updates dependencies including ai@6.0.220 and provider-utils@4.0.36. This is a routine maintenance release with no user-facing changes or breaking modifications.
Vercel AI SDK @ai-sdk/rsc@2.0.220 — @ai-sdk/rsc@2.0.220 is a patch release that updates dependencies including ai@6.0.220 and @ai-sdk/provider-utils@4.0.36. No functional changes are documented in this release.
Vercel AI SDK @ai-sdk/revai@2.0.42 — @ai-sdk/revai@2.0.42 updates a dependency on @ai-sdk/provider-utils to version 4.0.36. This is a routine maintenance release with no user-facing changes.
Vercel AI SDK @ai-sdk/replicate@2.0.42 — This patch release updates the @ai-sdk/provider-utils dependency to version 4.0.36. No user-facing changes or breaking modifications are included.
Vercel AI SDK @ai-sdk/react@3.0.222 — @ai-sdk/react@3.0.222 updates dependencies including ai@6.0.220 and @ai-sdk/provider-utils@4.0.36. This is a routine maintenance release with no breaking changes or notable feature additions.
Vercel AI SDK @ai-sdk/quiverai@1.0.9 — Vercel AI SDK's Quiver AI provider has been updated with a dependency bump to @ai-sdk/provider-utils@4.0.36. This is a routine maintenance patch with no user-facing changes.
Vercel AI SDK @ai-sdk/prodia@1.0.41 — @ai-sdk/prodia 1.0.41 updates the @ai-sdk/provider-utils dependency to version 4.0.36. This is a routine maintenance release with no breaking changes or new features.
Vercel AI SDK @ai-sdk/perplexity@3.0.43 — @ai-sdk/perplexity@3.0.43 updates internal dependency @ai-sdk/provider-utils to version 4.0.36. This is a routine maintenance patch with no user-facing changes.
Vercel AI SDK @ai-sdk/openai-compatible@2.0.57 — Vercel AI SDK's OpenAI-compatible package received a patch update with a dependency bump to @ai-sdk/provider-utils@4.0.36. No user-facing changes or breaking modifications are included.
Vercel AI SDK @ai-sdk/openai@3.0.81 — This release updates the @ai-sdk/provider-utils dependency to version 4.0.36. No breaking changes or new features are introduced in this patch release.
Vercel AI SDK @ai-sdk/open-responses@1.0.25 — @ai-sdk/open-responses v1.0.25 updates its dependency on @ai-sdk/provider-utils to v4.0.36. This is a routine maintenance release with no user-facing changes.
Vercel AI SDK @ai-sdk/moonshotai@2.0.33 — Vercel AI SDK's Moonshot AI provider released a patch with updated internal dependencies. This update refreshes provider utilities and OpenAI-compatible adapter packages for compatibility and maintenance.
Vercel AI SDK @ai-sdk/mistral@3.0.46 — @ai-sdk/mistral 3.0.46 is a patch release that updates the @ai-sdk/provider-utils dependency to version 4.0.36. This is a routine dependency maintenance update with no user-facing changes.
Vercel AI SDK @ai-sdk/mcp@1.0.59 — @ai-sdk/mcp 1.0.59 updates the @ai-sdk/provider-utils dependency to version 4.0.36. This is a routine maintenance release with no user-facing changes.
Vercel AI SDK @ai-sdk/luma@2.0.42 — This release updates the @ai-sdk/luma package with a dependency bump to @ai-sdk/provider-utils v4.0.36. No user-facing changes or features are included in this patch release.
Vercel AI SDK @ai-sdk/lmnt@2.0.42 — @ai-sdk/lmnt@2.0.42 updates a dependency on @ai-sdk/provider-utils to version 4.0.36. This is a routine dependency update with no user-facing changes documented.
Vercel AI SDK @ai-sdk/llamaindex@2.0.220 — @ai-sdk/llamaindex@2.0.220 updates dependencies, including ai@6.0.220. This is a routine maintenance release with no user-facing changes or new features.
Vercel AI SDK @ai-sdk/langchain@2.0.228 — @ai-sdk/langchain v2.0.228 updates its dependency on the core ai package to v6.0.220. This is a routine maintenance release with no user-facing changes or new features.
Vercel AI SDK @ai-sdk/klingai@3.0.27 — This is a routine dependency update for @ai-sdk/klingai, bumping @ai-sdk/provider-utils to version 4.0.36. No breaking changes or new features are documented.
Vercel AI SDK @ai-sdk/hume@2.0.42 — @ai-sdk/hume v2.0.42 updates its dependency on @ai-sdk/provider-utils to version 4.0.36. This is a routine maintenance release with no user-facing changes.
Vercel AI SDK @ai-sdk/huggingface@1.0.59 — @ai-sdk/huggingface v1.0.59 updates internal dependencies including provider-utils and openai-compatible packages. No user-facing changes or API modifications in this release.
Vercel AI SDK @ai-sdk/groq@3.0.48 — @ai-sdk/groq 3.0.48 updates the @ai-sdk/provider-utils dependency to version 4.0.36. This is a standard maintenance release with no user-facing changes.
Vercel AI SDK @ai-sdk/google-vertex@4.0.157 — @ai-sdk/google-vertex@4.0.157 updates internal dependencies across multiple provider modules including Anthropic, Google, and OpenAI-compatible integrations. This is a routine maintenance release with no breaking changes or new features.
Vercel AI SDK @ai-sdk/gladia@2.0.42 — @ai-sdk/gladia@2.0.42 updates a dependency on @ai-sdk/provider-utils to version 4.0.36. This is a routine maintenance release with no user-facing changes.
Vercel AI SDK @ai-sdk/gateway@3.0.144 — This patch release adds support for Alibaba's latest text-to-video and reference-to-video models with a new protocol format. It also includes a security fix for prototype pollution in JSON parsing and routine provider configuration updates.
Vercel AI SDK @ai-sdk/fireworks@2.0.65 — This release updates internal dependencies for the Fireworks provider in the Vercel AI SDK. No user-facing changes or new features are included.
Vercel AI SDK @ai-sdk/fal@2.0.43 — @ai-sdk/fal@2.0.43 updates internal dependencies, specifically @ai-sdk/provider-utils to version 4.0.36. This is a routine maintenance release with no user-facing changes.
Vercel AI SDK @ai-sdk/elevenlabs@2.0.42 — Vercel AI SDK ElevenLabs provider updated dependencies on @ai-sdk/provider-utils to v4.0.36. This is a routine maintenance release with no new features or breaking changes.
Vercel AI SDK @ai-sdk/deepseek@2.0.45 — Vercel AI SDK's DeepSeek provider updated a dependency on @ai-sdk/provider-utils. This is a routine maintenance release with no user-facing changes.
Vercel AI SDK @ai-sdk/deepinfra@2.0.61 — @ai-sdk/deepinfra version 2.0.61 updates internal dependencies on @ai-sdk/provider-utils and @ai-sdk/openai-compatible. This is a routine maintenance release with no user-facing changes.
Vercel AI SDK @ai-sdk/deepgram@2.0.42 — This release updates internal dependencies to @ai-sdk/provider-utils@4.0.36. This is a routine maintenance patch with no user-facing changes.
Vercel AI SDK @ai-sdk/cohere@3.0.45 — @ai-sdk/cohere 3.0.45 updates the @ai-sdk/provider-utils dependency to version 4.0.36. This is a routine dependency maintenance release with no new features or breaking changes.
Vercel AI SDK @ai-sdk/cerebras@2.0.63 — @ai-sdk/cerebras@2.0.63 updates internal dependencies to the latest versions of provider-utils and openai-compatible packages. This is a routine maintenance release with no user-facing changes.
Vercel AI SDK @ai-sdk/bytedance@1.0.24 — @ai-sdk/bytedance 1.0.24 updates the provider-utils dependency to version 4.0.36. This is a routine patch release with dependency maintenance.
Vercel AI SDK @ai-sdk/black-forest-labs@1.0.44 — This release updates a dependency for the Black Forest Labs provider package. It includes a patch version bump of @ai-sdk/provider-utils with no notable feature additions or breaking changes.
Vercel AI SDK @ai-sdk/baseten@1.0.60 — Vercel AI SDK Baseten provider updated dependencies on provider-utils and openai-compatible packages. This is a routine maintenance release with no feature changes or breaking updates.
Vercel AI SDK @ai-sdk/azure@3.0.85 — This is a routine patch release that updates internal dependencies across the Azure provider and related packages. No user-facing changes or breaking changes are included.
Vercel AI SDK @ai-sdk/assemblyai@2.0.43 — Routine dependency update to @ai-sdk/provider-utils@4.0.36. No functional changes in this patch release.
Vercel AI SDK @ai-sdk/anthropic-aws@1.0.16 — @ai-sdk/anthropic-aws@1.0.16 updates internal dependencies on @ai-sdk/anthropic and @ai-sdk/provider-utils. This is a routine maintenance release with no direct feature or API changes.
Vercel AI SDK @ai-sdk/angular@2.0.221 — @ai-sdk/angular@2.0.221 is a patch release that updates dependencies including ai@6.0.220 and @ai-sdk/provider-utils@4.0.36. No breaking changes or new features are introduced in this release.
Vercel AI SDK @ai-sdk/amazon-bedrock@4.0.130 — This release updates internal dependencies for the Amazon Bedrock provider, including patches to Anthropic, OpenAI, and provider utilities. No user-facing changes or breaking modifications are introduced.
Vercel AI SDK @ai-sdk/alibaba@1.0.35 — The @ai-sdk/alibaba package adds support for Alibaba's wan2.7 text-to-video and reference-to-video models using an updated protocol. This release also includes dependency updates to provider utilities and OpenAI-compatible modules.
Vercel AI SDK ai@6.0.220 — Patch release of Vercel AI SDK fixing tool result ordering in generation output and whitespace handling in JSON middleware. Includes dependency updates to gateway and provider-utils packages.
Trigger.dev v4.5.1 — Trigger.dev v4.5.1 extends the SSO plugin contract to support WorkOS Directory Sync (SCIM). This is a patch release with incremental improvements to the existing authentication plugin system.
Vercel AI SDK @ai-sdk/xai@4.0.7 — This patch fixes tool result emission for xAI Responses API streaming tool calls. It ensures that provider-executed tool results are properly emitted when tool calls complete during streaming.
Vercel AI SDK @ai-sdk/workflow-harness@1.0.19 — @ai-sdk/workflow-harness@1.0.19 is a patch release that updates the @ai-sdk/harness dependency. This is a routine maintenance update with no new features or breaking changes.
Vercel AI SDK @ai-sdk/workflow@1.0.16 — @ai-sdk/workflow@1.0.16 updates a transitive dependency on ai@7.0.16. This is a routine dependency maintenance release with no new features or breaking changes.
Vercel AI SDK @ai-sdk/vue@4.0.16 — @ai-sdk/vue@4.0.16 updates its dependency on ai to version 7.0.16. This is a routine patch release with no user-facing changes.
Vercel AI SDK @ai-sdk/tui@1.0.16 — @ai-sdk/tui@1.0.16 updates its dependency on ai@7.0.16. This is a routine patch release with no user-facing changes or API modifications.
Vercel AI SDK @ai-sdk/svelte@5.0.16 — @ai-sdk/svelte v5.0.16 updates its dependency on ai@7.0.16. This is a routine patch release with no breaking changes or user-facing modifications.
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.19 — @ai-sdk/sandbox-vercel@1.0.19 is a patch release that updates the internal harness dependency. This is a routine maintenance update with no user-facing changes.
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.19 — @ai-sdk/sandbox-just-bash@1.0.19 is a patch release that updates the dependency on @ai-sdk/harness to version 1.0.19. This is a routine maintenance update with no breaking changes or new features.
Vercel AI SDK @ai-sdk/rsc@3.0.16 — @ai-sdk/rsc@3.0.16 updates its dependency on ai@7.0.16. This is a routine dependency bump with no breaking changes or new features.
Vercel AI SDK @ai-sdk/react@4.0.17 — @ai-sdk/react@4.0.17 updates its dependency on ai to version 7.0.16. This is a routine patch release with no user-facing changes or breaking modifications.
Vercel AI SDK @ai-sdk/policy-opa@1.0.16 — @ai-sdk/policy-opa@1.0.16 updates its dependency on ai@7.0.16. This is a routine patch release with no user-facing changes documented.
Vercel AI SDK @ai-sdk/otel@1.0.16 — @ai-sdk/otel 1.0.16 updates its dependency on ai to 7.0.16. This is a routine patch release with dependency updates and no user-facing changes.
Vercel AI SDK @ai-sdk/llamaindex@3.0.16 — Updated ai dependency to version 7.0.16. This is a routine maintenance release with no user-facing changes.
Vercel AI SDK @ai-sdk/langchain@3.0.16 — @ai-sdk/langchain 3.0.16 updates the ai dependency to 7.0.16. This is a routine maintenance release with no user-facing changes or API modifications.
Vercel AI SDK @ai-sdk/harness-pi@1.0.19 — @ai-sdk/harness-pi v1.0.19 is released as a patch with an upstream bump to @ai-sdk/harness@1.0.19. This is a routine maintenance release with no user-facing changes documented.
Vercel AI SDK @ai-sdk/harness-opencode@1.0.19 — @ai-sdk/harness-opencode@1.0.19 is a patch release that updates the @ai-sdk/harness dependency to version 1.0.19. This is a routine maintenance update with no breaking changes or new features.
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.18 — Vercel AI SDK harness-deepagents v1.0.18 updates a dependency on the harness package. This is a routine patch release with no user-facing changes documented.
Vercel AI SDK @ai-sdk/harness-codex@1.0.20 — This is a routine patch release of the Vercel AI SDK harness-codex package. It includes a dependency bump to @ai-sdk/harness@1.0.19 with no breaking changes or new features.
Vercel AI SDK @ai-sdk/harness-claude-code@1.0.19 — @ai-sdk/harness-claude-code@1.0.19 is a patch release that updates a dependency. This is a routine maintenance update with no user-facing changes documented.
Vercel AI SDK @ai-sdk/harness@1.0.19 — This release updates internal dependencies for @ai-sdk/harness to align with ai@7.0.16. No user-facing changes are introduced.
Vercel AI SDK @ai-sdk/angular@3.0.16 — @ai-sdk/angular 3.0.16 updates its dependency on ai to version 7.0.16. This is a routine patch release with dependency maintenance.
Vercel AI SDK ai@7.0.16 — This patch fixes tool approval metadata preservation when recording approval responses. No user action required.
Clerk @clerk/clerk-js@6.24.0 — @clerk/clerk-js@6.24.0 adds certificate metadata to SAML enterprise connections and fixes a session token freshness bug. The release includes minor feature additions and patch-level improvements for stability.
Clerk @clerk/chrome-extension@3.1.48 — @clerk/chrome-extension@3.1.48 updates internal dependencies across the Clerk ecosystem including ui, clerk-js, shared, and react packages. These are routine dependency updates with no breaking changes or new features in the chrome-extension package itself.
Clerk @clerk/express@2.1.36 — @clerk/express@2.1.36 updates internal dependencies @clerk/backend to 3.11.0 and @clerk/shared to 4.24.0. This is a routine patch release with no public API changes.
Clerk @clerk/backend@3.11.0 — @clerk/backend 3.11.0 adds two new fields to SAML enterprise connections that expose the IdP certificate's validity window. This is a minor feature addition with no breaking changes or immediate action required.
Clerk @clerk/react@6.11.4 — @clerk/react 6.11.4 updates internal dependencies to @clerk/shared 4.24.0. This is a routine patch release with no user-facing changes or breaking modifications.
Clerk @clerk/fastify@3.1.46 — @clerk/fastify@3.1.46 updates internal dependencies to @clerk/backend@3.11.0 and @clerk/shared@4.24.0. This is a routine patch release with no user-facing changes.
Clerk @clerk/hono@0.1.46 — @clerk/hono@0.1.46 updates internal dependencies (@clerk/backend@3.11.0, @clerk/shared@4.24.0). This is a routine patch release with no user-facing changes or features.
Clerk @clerk/electron@0.0.9 — @clerk/electron@0.0.9 adds a `userAgent` option to `createClerkBridge()` for customizing app name attribution in UserProfile sessions. This is a patch release with routine dependency updates.
Clerk @clerk/expo-passkeys@1.2.0 — @clerk/expo-passkeys@1.2.0 adds support for Expo SDK 57 with minor version bump. This is a routine feature addition with a shared dependency update.
Clerk @clerk/nuxt@2.6.12 — @clerk/nuxt@2.6.12 updates internal dependencies including @clerk/backend, @clerk/shared, and @clerk/vue to patch and minor versions. This is a routine dependency maintenance release with no public API changes.
Clerk @clerk/react-router@3.5.5 — @clerk/react-router v3.5.5 updates internal dependencies including @clerk/backend, @clerk/shared, and @clerk/react to their latest patch and minor versions. This is a maintenance release with no breaking changes or new features.
Clerk @clerk/expo@3.7.0 — @clerk/expo@3.7.0 adds support for Expo SDK 57, extending compatibility with the latest Expo runtime. This is a standard minor version bump with accompanying dependency updates.
Clerk @clerk/localizations@4.12.1 — @clerk/localizations@4.12.1 updates internal dependencies to @clerk/shared@4.24.0. This is a routine patch release with no user-facing changes or breaking modifications.
Clerk @clerk/nextjs@7.5.13 — Route matcher functions now suggest the more semantically correct `:path*` wildcard form instead of `(.*)` patterns. Existing regex patterns continue to work unchanged; only type-level autocomplete suggestions are affected.
Clerk @clerk/tanstack-react-start@1.4.13 — @clerk/tanstack-react-start@1.4.13 updates internal dependencies including @clerk/backend, @clerk/shared, and @clerk/react to their latest patch versions. No user-facing changes are included in this release.
Clerk @clerk/shared@4.24.0 — Clerk @clerk/shared 4.24.0 adds IdP certificate validity window exposure to SAML enterprise connections and improves the self-serve SSO configuration test flow. This is a standard minor release with minor feature additions and patch improvements.
Clerk @clerk/testing@2.2.3 — @clerk/testing 2.2.3 updates internal dependencies on @clerk/backend and @clerk/shared. This is a routine maintenance release with no user-facing changes.
Clerk @clerk/ui@1.24.2 — @clerk/ui@1.24.2 is a patch release fixing visual and functional bugs in the Clerk UI components. Fixes include checkbox rendering in dark themes, SSO test flow behavior, currency formatting, social button sizing, and character truncation for non-BMP characters.
Clerk @clerk/vue@2.4.11 — @clerk/vue 2.4.11 updates the @clerk/shared dependency to version 4.24.0. This is a routine dependency update with no user-facing changes.
Clerk @clerk/astro@3.4.12 — @clerk/astro@3.4.12 updates internal dependencies (@clerk/backend and @clerk/shared) with no user-facing changes documented. This is a routine maintenance release of the Astro Clerk integration.
Vercel AI SDK @ai-sdk/anthropic-aws@2.0.0 — @ai-sdk/anthropic-aws is bumped to 2.0.0 to correct versioning after an initial release as 1.0.0. This is a version correction with no functional changes or breaking API modifications.
Kysely v0.29.3 — Kysely v0.29.3 is a patch release with a bug fix for PostgreSQL and MSSQL migrations when `disableTransactions: true` is set. The release also includes documentation updates and routine dependency maintenance.
Vercel AI SDK @ai-sdk/openai@4.0.8 — OpenAI chat requests now send inline image file parts as data URLs instead of bare base64 strings. This is a format fix that ensures proper image handling in API requests.
Vercel AI SDK @ai-sdk/azure@4.0.8 — @ai-sdk/azure@4.0.8 patches a dependency update to @ai-sdk/openai@4.0.8. This is a routine maintenance release with no user-facing changes.
Vercel AI SDK @ai-sdk/amazon-bedrock@5.0.12 — Version 5.0.12 of the Amazon Bedrock AI SDK was released with an updated dependency on the OpenAI SDK (4.0.8). This is a routine dependency bump with no direct feature changes or breaking modifications.
Vercel AI SDK @ai-sdk/google-vertex@4.0.156 — A dependency update to @ai-sdk/anthropic@3.0.93 has been included in this patch release. No functional changes or breaking modifications are present.
Vercel AI SDK @ai-sdk/anthropic-aws@1.0.15 — This release updates @ai-sdk/anthropic to version 3.0.93. No user-facing changes are documented in this patch.
Vercel AI SDK @ai-sdk/amazon-bedrock@4.0.129 — This release updates the @ai-sdk/amazon-bedrock package with a dependency bump to @ai-sdk/anthropic@3.0.93. No new features or breaking changes are included in this patch release.
StackTrace Weekly · AI-classified against a published rubric · subscribe