Critical — act before your next deploy
Directus v12.3.0
Directus fixed a bug where cancelled asset requests or failed transformations leaked storage connections, eventually causing every asset request to return a permission error until the server was restarted. The fix changes storage exists() semantics to throw on lookup failure instead of returning false, and S3 setups now need s3:ListBucket permission to keep getting clean 404s for missing objects.
Do this: Before upgrading, grant s3:ListBucket to your S3 credentials (if used) and check any code relying on exists() returning false on error, since it now throws instead.
release notes →
Clerk @clerk/backend@3.16.8
Clerk backend had a JWKS/JWK caching bug where signing keys could be shared across different Clerk instances in a multi-tenant process, potentially allowing a token from one instance to verify against another's cached key. The fix now scopes the cache per secret key and API URL, and always derives networkless JWKs from the passed-in jwtKey.
Do this: Upgrade to @clerk/backend@3.16.8 if you verify tokens for multiple Clerk instances in the same process (e.g. Dynamic Keys / multi-tenant setups).
release notes →
Better Auth v1.7.0
Better Auth 1.7 is a stable release with multiple breaking changes, most notably a new account-identity model requiring Account.issuer and a backfill migration before deploying, plus OIDC back-channel logout that now invalidates access tokens immediately when a session ends. Several other breaking changes ship too (joins config path, MCP package restructuring, captcha wildcard matching).
Do this: Before upgrading, run the reviewed account-identity backfill from the 1.7 upgrade guide and regenerate your schema (npx auth generate/migrate); if you rely on access tokens outliving sessions or on withMcpAuth/mcpHandler/joins config, update those integration points too.
release notes →
OpenAI SDK v7.5.0
OpenAI's Node SDK v7.5.0 patches several security issues, including API-key disclosure across HTTP redirects in the Azure client and path traversal in Azure deployment handling. It also adds fixes for unsafe workload-identity token expirations and open redirects during token exchange.
Do this: Upgrade to openai-node v7.5.0, especially if you use the Azure client or workload identity auth.
release notes →
Notable
auth
Clerk @clerk/expo@4.5.0 — Clerk's Expo SDK adds native biometric trusted-device APIs for enrollment, sign-in, availability, and revocation, plus a useAuthViewState hook for persistent auth UI. This is a new opt-in capability with no changes to existing APIs or defaults.
→
Clerk @clerk/backend@3.16.7 — Clerk patched Cookie header parsing in authenticateRequest() to follow RFC 6265 and guard against a non-string iss claim. Existing legitimate cookies and JWTs continue to work unaffected.
→
ai-apis
Vercel AI SDK @ai-sdk/deepgram@3.1.0 — This minor release of the Deepgram provider fixes several transcription options that were silently dropped, and changes the default for speaker diarization from on to off since it's a paid add-on. It also adds voice/language composition for speech, usage metadata, speed passthrough, and better error parsing.
→
Vercel AI SDK @ai-sdk/harness@1.0.81 — The AI SDK harness package makes the `destroy` method mandatory on `HarnessV1NetworkSandboxSession` implementations, a type-level API change. Custom sandbox session implementations that omit `destroy` will fail to type-check.
→
Vercel AI SDK @ai-sdk/google@4.0.49 — The Google provider in the AI SDK drops support for Imagen models after the underlying API was shut down. Any code calling Imagen through @ai-sdk/google will no longer work.
→
Vercel AI SDK @ai-sdk/gateway@4.0.59 — This patch release removes support for Google's Imagen models from the AI SDK gateway after the underlying API was shut down. Any code using Imagen through @ai-sdk/gateway will stop working, but this is a minor package tagged as a patch, not a headline stable release change.
→
Vercel AI SDK @ai-sdk/workflow@2.0.0 — @ai-sdk/workflow 2.0.0 drops support for Workflow 4 and now requires Workflow 5, which is itself still tagged beta. This is a stable-package major bump but forces adoption of a beta upstream dependency to upgrade.
→
Anthropic SDK bedrock-sdk-v0.33.0 — Files and Skills APIs move from beta to general availability, and the SDK adds new computer use and browser use toolsets. No breaking changes or deprecations are mentioned.
→
Anthropic SDK sdk-v0.119.0 — Anthropic's TypeScript SDK v0.119.0 promotes the Files and Skills APIs to general availability, and adds new toolsets for computer use and browser use. No breaking changes or deprecations are noted.
→
jobs
Trigger.dev v4.5.12 — Trigger.dev v4.5.12 adds stable execution windows for scheduled tasks, deployment pinning by external ID, and fair queue tenants no longer getting stuck behind leaked concurrency slots. Most other changes are incremental server-side reliability and dashboard fixes.
→
edge
Cloudflare Workers @cloudflare/vitest-plugin@1.0.0 — The Vitest testing package for Workers has been renamed from @cloudflare/vitest-pool-workers to @cloudflare/vitest-plugin for its v1 release, with an automated codemod provided to migrate imports, package.json, and tsconfig references. A new central CLI for Cloudflare codemods was also added to run this and other migrations.
→
Cloudflare Workers @cloudflare/vitest-pool-workers@0.22.0 — This dev-tooling release requires MSW >= 2.14 for request mocking in Worker tests, since the internal shims that previously supported older MSW versions were removed. It also fixes several bugs and changes the default compatibility date logic in vitest-pool-workers.
→
cms
PocketBase v0.40.0 — PocketBase v0.40.0 changes command exit-code propagation so failures now correctly exit non-zero, which can break shell chains relying on the old always-zero behavior. It also bumps the minimum Go version to 1.27.0 and migrates to encoding/json/v2, which isn't fully backward compatible.
→
FYI — patches & minor (557)
PocketBase v0.22.53 — PocketBase v0.22.53 patches a workaround for an infinite recursion bug in Go's encoding/json package when compiled with Go 1.27.0. This is an internal build/dependency fix with no user-facing API changes.
→
Next.js v16.4.0-canary.2 — This canary release of Next.js introduces an internal options struct for constructing backend storage. It's an internal refactor with no user-facing feature or breaking change mentioned.
→
Prisma v8.0.0-rc.5 — Prisma v8.0.0-rc.5 renames six ORM commands to unified CLI paths (e.g. 'migrate' becomes 'db migrate'), which only affects tools that bypass the unified prisma CLI. It also fixes a crash where dropped idle Postgres connections caused uncaught exceptions, plus aggregate/groupBy pagination bugs.
→
Vercel AI SDK @ai-sdk/xai@4.0.43 — This patch release of @ai-sdk/xai bumps its internal dependency on @ai-sdk/provider-utils to 5.0.29. No user-facing feature or behavior change is described.
→
Vercel AI SDK @ai-sdk/workflow-harness@1.0.85 — This release only bumps the workflow-harness package's internal dependency on @ai-sdk/harness. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/workflow@2.0.7 — This is a patch release of @ai-sdk/workflow that only bumps internal dependency versions (provider-utils and ai). No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/vue@4.0.77 — @ai-sdk/vue 4.0.77 is a patch release that only bumps its internal @ai-sdk/provider-utils and ai dependencies. No user-facing changes are described.
→
Vercel AI SDK @ai-sdk/voyage@2.0.29 — This release of the Vercel AI SDK Voyage provider is a patch that only updates its internal dependency on @ai-sdk/provider-utils. No functional changes are described.
→
Vercel AI SDK @ai-sdk/valibot@3.0.29 — This release of @ai-sdk/valibot only bumps its internal dependency on @ai-sdk/provider-utils. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/tui@1.0.78 — This is a patch release of the TUI package that only bumps its internal dependency on the ai package to 7.0.77. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/togetherai@3.0.36 — This is a patch release of @ai-sdk/togetherai that only bumps internal dependency versions. No behavioral or API changes for consumers.
→
Vercel AI SDK @ai-sdk/svelte@5.0.77 — This is a patch release of the Svelte AI SDK bindings that only updates internal dependency versions. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.85 — This release only bumps internal dependency versions for the Vercel AI SDK sandbox package. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.85 — This is a patch release of the AI SDK sandbox bash tool that only bumps internal dependencies. No functional changes are described.
→
Vercel AI SDK @ai-sdk/rsc@3.0.77 — This patch release fixes a bug where concurrent AI state updates from keyed setters and wrapped actions could be lost. It also bumps internal dependencies (@ai-sdk/provider-utils and ai package).
→
Vercel AI SDK @ai-sdk/revai@3.0.29 — This release only bumps the internal @ai-sdk/provider-utils dependency for the Rev AI provider package. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/replicate@3.0.30 — This is a patch release of the Replicate provider for Vercel AI SDK that only bumps its dependency on @ai-sdk/provider-utils. No functional changes are described.
→
Vercel AI SDK @ai-sdk/react@4.0.80 — This release only bumps internal dependency versions for @ai-sdk/provider-utils, @ai-sdk/mcp, and ai. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/quiverai@2.0.29 — This is a patch release that only bumps an internal dependency, @ai-sdk/provider-utils, to 5.0.29. No new features, fixes, or behavior changes are described.
→
Vercel AI SDK @ai-sdk/provider-utils@5.0.29 — This patch release fixes a bug where schema-valued additional properties were dropped when converting Zod 4 schemas. It's an internal correctness fix with no API changes.
→
Vercel AI SDK @ai-sdk/prodia@2.0.30 — This is a patch release of @ai-sdk/prodia that only bumps its internal dependency on @ai-sdk/provider-utils. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/policy-opa@1.0.77 — This release of @ai-sdk/policy-opa only bumps its internal dependencies on @ai-sdk/provider-utils and ai. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/perplexity@4.0.31 — This is a patch release of @ai-sdk/perplexity that only bumps its internal dependency on @ai-sdk/provider-utils. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/otel@1.0.77 — This release is only a version bump for the otel package tracking ai@7.0.77. No feature or behavior change is described.
→
Vercel AI SDK @ai-sdk/openai-compatible@3.0.35 — This patch release of the OpenAI-compatible provider adds support for converting video file parts into video_url content parts. It also bumps the internal provider-utils dependency.
→
Vercel AI SDK @ai-sdk/openai@4.0.46 — This is a patch release of @ai-sdk/openai that only bumps its internal dependency on @ai-sdk/provider-utils. No user-facing API changes are included.
→
Vercel AI SDK @ai-sdk/open-responses@2.0.30 — This is a patch release of @ai-sdk/open-responses that only bumps its dependency on @ai-sdk/provider-utils. No functional changes are described.
→
Vercel AI SDK @ai-sdk/moonshotai@3.0.37 — This is a patch release of the Moonshot AI provider for the Vercel AI SDK that only bumps an internal dependency, @ai-sdk/provider-utils. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/mistral@4.0.32 — This is a patch release of @ai-sdk/mistral that only bumps its internal dependency on @ai-sdk/provider-utils. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/minimax@3.0.17 — This is a patch release of @ai-sdk/minimax that only bumps its dependency versions for @ai-sdk/provider-utils and @ai-sdk/anthropic. No new features, fixes, or breaking changes are included.
→
Vercel AI SDK @ai-sdk/mcp@2.0.36 — This patch release fixes MCP client support for spawning command shims like npx on Windows. It also bumps the internal @ai-sdk/provider-utils dependency.
→
Vercel AI SDK @ai-sdk/luma@3.0.30 — This release of @ai-sdk/luma only bumps its internal dependency on @ai-sdk/provider-utils. There is no user-facing feature or behavior change.
→
Vercel AI SDK @ai-sdk/lmnt@3.0.29 — This is a patch release of the LMNT provider package that only bumps its dependency on @ai-sdk/provider-utils. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/llamaindex@3.0.77 — This is a patch release of the LlamaIndex integration package for the Vercel AI SDK, bumping its dependency on the core ai package to 7.0.77. No new features or behavior changes are described.
→
Vercel AI SDK @ai-sdk/klingai@4.0.31 — This is a patch release of the @ai-sdk/klingai package that only updates its internal dependency on @ai-sdk/provider-utils. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/langchain@3.0.77 — This is a patch release of @ai-sdk/langchain that bumps its dependency on the core ai package to 7.0.77. No new features, breaking changes, or fixes are described.
→
Vercel AI SDK @ai-sdk/hume@3.0.29 — This is a patch release of the Hume provider package for the Vercel AI SDK that only bumps an internal dependency version. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/huggingface@2.0.35 — This is a patch release of the Hugging Face provider package for the Vercel AI SDK that only bumps internal dependency versions. No functional changes are described.
→
Vercel AI SDK @ai-sdk/harness-pi@1.0.87 — This is a patch release of the AI SDK harness package that only updates internal dependency versions. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/harness-opencode@1.0.86 — This is a patch release of the harness-opencode package that only bumps internal dependency versions (provider-utils and harness). No functional changes are described.
→
Vercel AI SDK @ai-sdk/harness-grok-build@1.0.22 — This is a patch release of the Vercel AI SDK's Grok build harness package that only bumps internal dependency versions. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.85 — This release only bumps internal dependency versions for the harness-deepagents package. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/harness-codex@1.0.87 — This is a patch release of the harness-codex package that only bumps internal dependency versions (provider-utils and harness). No functional changes are included.
→
Vercel AI SDK @ai-sdk/harness-cline@1.0.12 — This is a patch release of the Cline harness package that only bumps internal dependency versions (provider-utils and harness). No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/harness-claude-code@1.0.88 — This patch release fixes usage reporting for the final model call in the last step of a Claude Code harness run. It also bumps two internal dependencies.
→
Vercel AI SDK @ai-sdk/harness-acp@1.0.23 — This is a patch release for the ACP harness adding support for harnesses without an NPM package via a new install-command source type, plus dependency bumps. No breaking changes or headline features for stable users.
→
Vercel AI SDK @ai-sdk/harness@1.0.85 — This patch release fixes a bug where builtin tool results weren't emitted after approval continuations in the AI SDK harness. It also bumps internal dependencies.
→
Vercel AI SDK @ai-sdk/groq@4.0.30 — This is a patch release of the Groq provider for the Vercel AI SDK that only updates its internal dependency on @ai-sdk/provider-utils. No feature or behavior changes are described.
→
Vercel AI SDK @ai-sdk/google-vertex@5.0.61 — This release of @ai-sdk/google-vertex is a patch bump that only updates internal dependency versions. No user-facing behavior changed.
→
Vercel AI SDK @ai-sdk/google@4.0.50 — This is a patch release of @ai-sdk/google that only bumps its dependency on @ai-sdk/provider-utils. No functional changes are described.
→
Vercel AI SDK @ai-sdk/gmicloud@3.0.6 — This is a patch release of the GMI Cloud provider package for Vercel AI SDK, bumping dependency versions for provider-utils and openai-compatible. No functional changes or new features are included.
→
Vercel AI SDK @ai-sdk/gladia@3.0.29 — This release only updates an internal dependency (@ai-sdk/provider-utils) for the Gladia provider package. No functional changes are described.
→
Vercel AI SDK @ai-sdk/gateway@4.0.62 — This patch release adds Tako Search tool support to the AI SDK gateway provider and bumps the provider-utils dependency. It's a minor incremental addition with no breaking changes.
→
Vercel AI SDK @ai-sdk/fish-audio@3.0.7 — Patch release of @ai-sdk/fish-audio bumping its @ai-sdk/provider-utils dependency to 5.0.29. No new features or breaking changes.
→
Vercel AI SDK @ai-sdk/fireworks@3.0.38 — This release of @ai-sdk/fireworks only bumps its internal dependencies to newer versions of @ai-sdk/provider-utils and @ai-sdk/openai-compatible. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/fal@3.0.30 — This is a patch release of @ai-sdk/fal that only bumps its internal dependency on @ai-sdk/provider-utils. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/elevenlabs@3.0.30 — This is a patch release of the ElevenLabs provider for Vercel AI SDK that only bumps a transitive dependency, @ai-sdk/provider-utils. No behavior or API changes are documented.
→
Vercel AI SDK @ai-sdk/deepseek@3.0.31 — This is a patch release of the DeepSeek provider for Vercel AI SDK that only bumps its internal dependency on @ai-sdk/provider-utils. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/deepinfra@3.0.35 — This patch release of @ai-sdk/deepinfra only bumps its internal dependencies, @ai-sdk/provider-utils and @ai-sdk/openai-compatible. No new features, fixes, or behavioral changes are described.
→
Vercel AI SDK @ai-sdk/deepgram@3.0.29 — This is a patch release of the Deepgram provider for the Vercel AI SDK that only bumps its internal dependency on @ai-sdk/provider-utils. No user-facing features, fixes, or breaking changes are included.
→
Vercel AI SDK @ai-sdk/cohere@4.0.29 — This is a patch release of the Cohere provider for Vercel AI SDK that only updates an internal dependency, @ai-sdk/provider-utils. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/code-mode@1.0.34 — This is a patch release of @ai-sdk/code-mode that only bumps its dependency on the ai package to version 7.0.77. No functional changes are described.
→
Vercel AI SDK @ai-sdk/cerebras@3.0.35 — This is a patch release of the Cerebras provider for the Vercel AI SDK, updating internal dependency versions. No behavior change is described beyond dependency bumps.
→
Vercel AI SDK @ai-sdk/cartesia@3.0.24 — This is a patch release of the Cartesia provider for the Vercel AI SDK, bumping only its internal dependency on @ai-sdk/provider-utils. No functional changes are described.
→
Vercel AI SDK @ai-sdk/bytedance@2.0.32 — This is a patch release of the ByteDance provider package for Vercel AI SDK, bumping only its internal provider-utils dependency. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/black-forest-labs@2.0.30 — This release only bumps the internal @ai-sdk/provider-utils dependency to 5.0.29. No functional or API changes to the black-forest-labs provider itself.
→
Vercel AI SDK @ai-sdk/baseten@2.1.13 — This is a patch release for @ai-sdk/baseten that only bumps internal dependency versions. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/azure@4.0.48 — This is a patch release of @ai-sdk/azure that only bumps internal dependency versions (provider-utils, deepseek, openai). No functional changes are described.
→
Vercel AI SDK @ai-sdk/assemblyai@3.0.29 — This is a patch release of the AssemblyAI provider for Vercel AI SDK that only bumps its internal dependency on @ai-sdk/provider-utils. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/anthropic-aws@2.0.33 — This release of @ai-sdk/anthropic-aws only updates its internal dependencies to newer patch versions. No new features, fixes, or breaking changes are included.
→
Vercel AI SDK @ai-sdk/anthropic@4.0.41 — This is a patch release of the Anthropic provider for Vercel AI SDK that only updates an internal dependency, @ai-sdk/provider-utils. No user-facing changes are described.
→
Vercel AI SDK @ai-sdk/angular@3.0.77 — This is a patch release of the Angular AI SDK that only bumps internal dependency versions. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/amazon-bedrock@5.0.61 — This is a patch release of the Amazon Bedrock provider for the Vercel AI SDK that only bumps internal dependency versions. No new features, fixes, or behavior changes are described.
→
Vercel AI SDK @ai-sdk/alibaba@2.0.34 — This release of @ai-sdk/alibaba only bumps its dependency on @ai-sdk/provider-utils to 5.0.29. No functional changes are included.
→
Vercel AI SDK ai@7.0.77 — This is a routine patch release of the Vercel AI SDK that only bumps internal dependency versions for provider-utils and gateway. No new features, fixes, or breaking changes are described.
→
Next.js v16.4.0-canary.1 — This canary release of Next.js bundles docs fixes, Turbopack internal improvements, and continued scaffolding for Partial Prefetching (PPF) primitives like unstable_navigation() and unstable_prefetch(). No headline feature ships in this prerelease build.
→
Railway v5.43.1 — Railway fixed an MCP-server bug where autocomplete would only scope to the current project, and only when nothing else was already scoped. This is an internal bugfix with no user-facing API or behavior change to act on.
→
Vercel AI SDK @ai-sdk/workflow-harness@1.0.84 — This is a patch release of the AI SDK workflow harness package, bumping its internal dependency on @ai-sdk/harness.
→
Vercel AI SDK @ai-sdk/workflow@2.0.6 — This is a patch release of @ai-sdk/workflow bumping its ai dependency to 7.0.76. No functional changes are described beyond the dependency update.
→
Vercel AI SDK @ai-sdk/vue@4.0.76 — This is a patch release of @ai-sdk/vue fixing a bug where empty completion values weren't preserved when an initial completion was configured. It also picks up minor dependency updates from the core ai package.
→
Vercel AI SDK @ai-sdk/tui@1.0.77 — This is a patch release of @ai-sdk/tui that only bumps its internal dependency on the ai package. No user-facing changes are included.
→
Vercel AI SDK ai@7.0.76 — This is a patch release for the Vercel AI SDK fixing two bugs: duplicate IDs on text/reasoning parts, and overly strict metadata schema validation for UI messages with branded IDs. No new features or breaking changes.
→
Vercel AI SDK @ai-sdk/vue@3.0.264 — This release of @ai-sdk/vue is a patch that only updates its internal dependency on the ai package. There are no user-facing features or breaking changes.
→
Vercel AI SDK ai@6.0.264 — This release fixes a bug where duplicate IDs could be generated for text and reasoning parts in the AI SDK. It's a small internal bugfix with no API changes.
→
Railway v5.43.0 — Railway v5.43.0 improves cloud agent launch speed across all execution harnesses. This is an internal performance optimization with no API or behavior changes for users.
→
Railway v5.42.1 — Railway fixed a naming issue in native IaC name maps introduced by a prior PR. This is a small bug fix with no user-facing behavior change beyond correcting the earlier defect.
→
Vercel AI SDK @ai-sdk/vue@3.0.263 — This is a patch release of the Vue AI SDK bindings that simply bumps its internal dependency on the core `ai` package to 6.0.263. No new features or breaking changes are noted.
→
Vercel AI SDK ai@6.0.263 — This release only bumps the internal @ai-sdk/gateway dependency to 3.0.179. No new features, fixes, or behavior changes are described.
→
Vercel AI SDK @ai-sdk/vue@2.0.244 — This is a patch release of @ai-sdk/vue that simply bumps its internal dependency on the core ai package. No new features or behavior changes are described.
→
Vercel AI SDK ai@5.0.244 — This is a patch release that only bumps the internal @ai-sdk/gateway dependency to 2.0.139. No new features, breaking changes, or user-facing behavior are described.
→
shadcn/ui shadcn@4.19.0 — shadcn CLI now supports private GitHub registries via GitHub CLI credentials or a GH_TOKEN, and adds a new `npx shadcn migrate base-color` command to switch a project's base color. Both are additive minor features with no breaking changes.
→
Railway v5.42.0 — Railway is warning users on Config-as-Code files and adding a CLI command to migrate to Infrastructure-as-Code, moving IaC evaluation into the CLI itself. This is an internal tooling/workflow change, not a breaking API change.
→
Vercel AI SDK @ai-sdk/vue@2.0.243 — This is a patch release of @ai-sdk/vue that only bumps its ai dependency to 5.0.243. No functional changes are described.
→
Vercel AI SDK @ai-sdk/svelte@3.0.243 — This is a patch release of the Svelte AI SDK package that only bumps its dependency on the core ai package. No functional changes are described.
→
Vercel AI SDK @ai-sdk/rsc@1.0.245 — This release of @ai-sdk/rsc is a patch bump that only picks up an updated internal dependency on the ai package. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/react@2.0.246 — This release only bumps the internal ai dependency to ai@5.0.243, with no changes to @ai-sdk/react itself. There is no new feature, breaking change, or deprecation to report.
→
Vercel AI SDK @ai-sdk/llamaindex@1.0.243 — This release of the LlamaIndex adapter for the Vercel AI SDK only bumps its internal dependency on the core ai package. No new features, fixes, or breaking changes are included.
→
Vercel AI SDK @ai-sdk/langchain@1.0.243 — This is a patch release of the LangChain integration for the Vercel AI SDK that only bumps its internal dependency on the ai package. No functional changes are described.
→
Vercel AI SDK @ai-sdk/gateway@2.0.138 — This patch release updates internal gateway model settings and adds image input support for DeepSeek V4 Flash Vision Exp. No breaking changes or deprecations are included.
→
Vercel AI SDK @ai-sdk/azure@2.0.124 — This is a patch release of the Azure provider for the Vercel AI SDK that only bumps an internal dependency, @ai-sdk/deepseek. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/deepseek@1.0.51 — DeepSeek V4 Flash Vision Exp image input support was added to the AI SDK's DeepSeek provider package. This is a minor patch-version addition to an experimental model, not a stable headline feature.
→
Vercel AI SDK @ai-sdk/angular@1.0.243 — This release only bumps the dependency on the ai package to version 5.0.243. No functional changes are described.
→
Vercel AI SDK ai@5.0.243 — This is a patch release fixing an issue where exceptions thrown inside streaming onChunk/onError callbacks could terminate the stream or mask underlying provider errors. It also bumps the gateway dependency.
→
Vercel AI SDK @ai-sdk/xai@3.0.124 — This is a patch release of @ai-sdk/xai that updates its dependency on @ai-sdk/openai-compatible to version 2.0.70. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/vue@3.0.262 — @ai-sdk/vue 3.0.262 is a patch release that only bumps its internal dependency on the ai package. No user-facing changes are described.
→
Vercel AI SDK @ai-sdk/vercel@2.0.72 — This is a patch release of the Vercel AI SDK integration that only bumps the internal @ai-sdk/openai-compatible dependency. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/togetherai@2.0.76 — This is a patch release of the Together AI provider for Vercel's AI SDK that only bumps an internal dependency on @ai-sdk/openai-compatible. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/rsc@2.0.262 — This is a patch release of @ai-sdk/rsc that only bumps its dependency on the ai package to 6.0.262. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/svelte@4.0.262 — This is a patch release of the Svelte AI SDK that only bumps its internal dependency on the core ai package. No functional changes are included in this package itself.
→
Vercel AI SDK @ai-sdk/react@3.0.265 — This is a dependency-bump patch release of @ai-sdk/react that pulls in ai@6.0.262. No new features or breaking changes are described.
→
Vercel AI SDK @ai-sdk/openai-compatible@2.0.70 — This patch fixes the OpenAI-compatible provider to properly surface truncated chat streams as errors instead of failing silently. It's a bugfix for stream handling with no new features or breaking changes.
→
Vercel AI SDK @ai-sdk/llamaindex@2.0.262 — This is a patch release of the LlamaIndex AI SDK adapter that only bumps its internal dependency on the core ai package. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/langchain@2.0.270 — This is a patch release of @ai-sdk/langchain that only bumps its dependency on the ai package to 6.0.262. No new features or behavior changes are described.
→
Vercel AI SDK @ai-sdk/huggingface@1.0.72 — This is a patch release of the Hugging Face provider for Vercel AI SDK that only updates its dependency on @ai-sdk/openai-compatible. No new features or behavior changes are included.
→
Vercel AI SDK @ai-sdk/google-vertex@4.0.186 — This is a patch release of the Google Vertex AI provider that only bumps its internal dependency on @ai-sdk/openai-compatible. No functional changes to the Vertex provider itself.
→
Vercel AI SDK @ai-sdk/gmicloud@2.0.3 — This is a patch release of the gmicloud provider for Vercel AI SDK that only updates its internal dependency on @ai-sdk/openai-compatible. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/gateway@3.0.178 — This patch release updates internal gateway model settings and adds image input support for DeepSeek V4 Flash Vision Exp. It's a minor addition with no breaking changes or migration required.
→
Vercel AI SDK @ai-sdk/fireworks@2.0.80 — This is a patch release of the Fireworks provider for the Vercel AI SDK that only bumps an internal dependency, @ai-sdk/openai-compatible. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/deepseek@2.0.57 — This patch release adds experimental image input support for DeepSeek's V4 Flash Vision model in the AI SDK's DeepSeek provider package. It's a minor version bump with a new capability addition, no breaking changes.
→
Vercel AI SDK @ai-sdk/deepinfra@2.0.74 — This is a patch release of the DeepInfra provider for Vercel AI SDK that only bumps its dependency on @ai-sdk/openai-compatible. No functional changes are described.
→
Vercel AI SDK @ai-sdk/baseten@1.1.7 — This is a patch release of the Baseten provider that only updates its dependency on @ai-sdk/openai-compatible. No functional changes to the Baseten integration itself.
→
Vercel AI SDK @ai-sdk/cerebras@2.0.76 — This is a patch release of the Cerebras provider for the Vercel AI SDK that only bumps its dependency on @ai-sdk/openai-compatible. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/azure@3.0.105 — This is a patch release of the Azure provider for the Vercel AI SDK that only bumps an internal dependency, @ai-sdk/deepseek. No functional changes are described.
→
Vercel AI SDK @ai-sdk/angular@2.0.263 — This release only bumps the internal ai dependency to 6.0.262 for the Angular AI SDK package. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/alibaba@1.0.48 — This is a patch release of the Alibaba provider for Vercel's AI SDK that only bumps its dependency on @ai-sdk/openai-compatible. There is no new feature, breaking change, or user-facing behavior change.
→
Vercel AI SDK ai@6.0.262 — This patch fixes streaming callback error handling so that exceptions thrown in onChunk or onError no longer kill the stream or hide the original provider error. It also bumps the @ai-sdk/gateway dependency.
→
Vercel AI SDK @ai-sdk/workflow-harness@1.0.82 — This is a patch release of @ai-sdk/workflow-harness that bumps its internal dependency on @ai-sdk/harness. No changelog details are given beyond the dependency update.
→
Vercel AI SDK @ai-sdk/workflow@2.0.4 — This is a patch release of @ai-sdk/workflow that only bumps its dependency on the ai package to version 7.0.74. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/vue@4.0.74 — This is a patch release of @ai-sdk/vue that bumps its dependency on the core ai package to 7.0.74. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/tui@1.0.75 — This is a patch release of the TUI package that only bumps its internal dependency on the ai package to version 7.0.74. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/svelte@5.0.74 — This is a patch release of the Svelte AI SDK package that only bumps its dependency on the core ai package to 7.0.74. No new features or behavior changes are described.
→
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.82 — This is a patch release of the Vercel AI SDK sandbox package that only bumps its dependency on @ai-sdk/harness. No functional changes are described.
→
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.82 — This is a patch release of @ai-sdk/sandbox-just-bash bumping its internal dependency on @ai-sdk/harness. No user-facing changes are described.
→
Vercel AI SDK @ai-sdk/rsc@3.0.74 — This is a patch release of @ai-sdk/rsc that bumps its internal dependency on the ai package. No functional changes are described.
→
Vercel AI SDK @ai-sdk/react@4.0.77 — This is a patch release of @ai-sdk/react that only bumps its internal dependency on the core ai package. No user-facing changes are described.
→
Vercel AI SDK @ai-sdk/policy-opa@1.0.74 — This release bumps the internal ai dependency to 7.0.74 with no other changes listed. It's a routine dependency bump patch.
→
Vercel AI SDK @ai-sdk/otel@1.0.74 — This is a patch release of the OpenTelemetry integration package for Vercel's AI SDK, bumping its dependency on the core ai package to 7.0.74. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/llamaindex@3.0.74 — This is a patch release of the LlamaIndex integration package for Vercel AI SDK, bumping its dependency on the core ai package to 7.0.74. No new features or breaking changes are mentioned.
→
Vercel AI SDK @ai-sdk/langchain@3.0.74 — This release simply bumps the internal dependency on the ai package to version 7.0.74. No new features or breaking changes are listed.
→
Vercel AI SDK @ai-sdk/harness-pi@1.0.84 — This release only bumps the internal @ai-sdk/harness dependency to 1.0.82. No feature, fix, or behavior change is described.
→
Vercel AI SDK @ai-sdk/harness-opencode@1.0.83 — This is a patch release of the Vercel AI SDK's OpenCode harness that only bumps its internal dependency on @ai-sdk/harness to 1.0.82. No new features, deprecations, or breaking changes are mentioned.
→
Vercel AI SDK @ai-sdk/harness-grok-build@1.0.19 — This release only bumps internal dependency versions for the Grok build harness package. No new features, fixes, or breaking changes are documented.
→
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.82 — This release bumps @ai-sdk/harness-deepagents to 1.0.82 solely to pick up its dependency @ai-sdk/harness@1.0.82. No changes to this package's own behavior are noted.
→
Vercel AI SDK @ai-sdk/harness-codex@1.0.84 — This is a patch-level release of @ai-sdk/harness-codex that bumps its dependency on @ai-sdk/harness to 1.0.82. No feature, breaking, or security changes are mentioned.
→
Vercel AI SDK @ai-sdk/harness-cline@1.0.9 — This release of the AI SDK harness-cline package only bumps its dependency on @ai-sdk/harness to 1.0.82. No code changes are described.
→
Vercel AI SDK @ai-sdk/harness-claude-code@1.0.85 — This is a patch release bumping the internal @ai-sdk/harness dependency to 1.0.82. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/harness-acp@1.0.20 — This release bumps the internal @ai-sdk/harness dependency to 1.0.82 with no other changes. It's a routine patch-level dependency update.
→
Vercel AI SDK @ai-sdk/harness@1.0.82 — This release is a patch bump for @ai-sdk/harness that only pulls in an updated ai@7.0.74 dependency. No new features, breaking changes, or fixes are described.
→
Vercel AI SDK @ai-sdk/gateway@4.0.60 — This patch release adds webhook-based delivery for gateway video generation instead of polling, and adds image input plus Files API support for DeepSeek V4 Flash Vision Exp. Both are additive features with no breaking changes.
→
Vercel AI SDK @ai-sdk/deepseek@3.0.30 — This is a patch release of the DeepSeek provider adding support for the new DeepSeek V4 Flash Vision Exp model, including image input and Files API support. No breaking changes or removals are involved.
→
Vercel AI SDK @ai-sdk/code-mode@1.0.31 — This is a routine patch release of @ai-sdk/code-mode that bumps its dependency on the ai package to 7.0.74. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/azure@4.0.47 — This is a patch release of the Azure provider for the Vercel AI SDK that only bumps an internal dependency, @ai-sdk/deepseek. No functional changes to the Azure provider itself.
→
Vercel AI SDK @ai-sdk/angular@3.0.74 — This is a patch release of @ai-sdk/angular bumping its dependency on the core ai package to 7.0.74. No functional changes are described.
→
Vercel AI SDK ai@7.0.74 — This release only bumps the internal @ai-sdk/gateway dependency to 4.0.60. There are no user-facing features, fixes, or breaking changes described.
→
Next.js v16.4.0-canary.0 — This is a Next.js canary prerelease with internal fixes and refactors: Turbopack HMR isolation for microfrontends, chunk deduplication, symlink handling changes, and a trailing-slash export bug fix. No new headline feature or breaking change is announced.
→
Next.js v16.3.2 — Next.js v16.3.2 is a backport patch release fixing App Router entry validation, catch-all route serving, and several Turbopack bugs including WASM tracing and worker chunk loading. It also switches Turborepo remote caching to OIDC authentication instead of a static token.
→
Vercel AI SDK @ai-sdk/workflow-harness@1.0.81 — This release only bumps the internal @ai-sdk/harness dependency version. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/workflow@2.0.3 — This is a patch release of @ai-sdk/workflow that bumps its dependency on the core ai package to version 7.0.73. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/vue@4.0.73 — This is a patch release of @ai-sdk/vue bumping its dependency on the core ai package to 7.0.73. No feature or behavior changes are described.
→
Vercel AI SDK @ai-sdk/tui@1.0.74 — This is a patch release of the TUI package that only bumps its internal dependency on the ai package to version 7.0.73. No new features or behavior changes are documented.
→
Vercel AI SDK @ai-sdk/togetherai@3.0.35 — This is a patch release of the Together AI provider for the Vercel AI SDK that only updates its dependency on @ai-sdk/openai-compatible. No new features or behavior changes are described.
→
Vercel AI SDK @ai-sdk/svelte@5.0.73 — This is a patch release of the Svelte AI SDK package that bumps its dependency on the core ai package to version 7.0.73. No feature or behavior changes are described.
→
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.81 — This is a patch release of the AI SDK sandbox package that only updates an internal dependency version. No functional changes are described.
→
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.81 — Patch release of @ai-sdk/sandbox-just-bash bumping its dependency on @ai-sdk/harness. No functional changes described.
→
Vercel AI SDK @ai-sdk/rsc@3.0.73 — This is a patch release of @ai-sdk/rsc bumping its dependency on the core ai package. No new features or fixes are described.
→
Vercel AI SDK @ai-sdk/react@4.0.76 — This is a patch release of @ai-sdk/react that bumps its dependency on the core ai package to 7.0.73. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/policy-opa@1.0.73 — This is a patch release of @ai-sdk/policy-opa bumping its dependency on the core ai package to 7.0.73. No functional changes are described.
→
Vercel AI SDK @ai-sdk/otel@1.0.73 — This is a patch release of @ai-sdk/otel bumping its internal dependency on the ai package to 7.0.73. No new features or breaking changes are mentioned.
→
Vercel AI SDK @ai-sdk/openai-compatible@3.0.34 — This patch release adds token usage reporting for image generation in the OpenAI-compatible provider. It's an internal metrics improvement with no API changes for consumers.
→
Vercel AI SDK @ai-sdk/llamaindex@3.0.73 — This is a patch release of the @ai-sdk/llamaindex package that simply bumps its dependency on the ai package to version 7.0.73. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/langchain@3.0.73 — This is a patch release of the LangChain integration for the Vercel AI SDK, bumping its dependency on the core ai package to 7.0.73. No feature or behavior changes are described.
→
Vercel AI SDK @ai-sdk/huggingface@2.0.34 — This is a patch release of the Hugging Face provider for the Vercel AI SDK that only bumps its internal dependency on @ai-sdk/openai-compatible. No new features, fixes, or behavior changes are described.
→
Vercel AI SDK @ai-sdk/harness-pi@1.0.83 — This patch release fixes an incorrect grep usage in @ai-sdk/harness-pi and pulls in an updated @ai-sdk/harness dependency. No user-facing feature or API change is described.
→
Vercel AI SDK @ai-sdk/harness-opencode@1.0.82 — This is a dependency-only patch bump for the harness-opencode package, pulling in an updated @ai-sdk/harness version. No functional changes are described.
→
Vercel AI SDK @ai-sdk/harness-grok-build@1.0.18 — This is a patch release of the Grok build harness that only bumps internal dependency versions. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.81 — This release of @ai-sdk/harness-deepagents only bumps its dependency on @ai-sdk/harness to 1.0.81. No functional changes are described.
→
Vercel AI SDK @ai-sdk/harness-codex@1.0.83 — This is a patch release of the AI SDK Codex harness that only updates its internal dependency on @ai-sdk/harness. No functional changes are described.
→
Vercel AI SDK @ai-sdk/harness-cline@1.0.8 — This patch release fixes a bug in @ai-sdk/harness-cline related to reading and writing files. It also pulls in a dependency update from @ai-sdk/harness.
→
Vercel AI SDK @ai-sdk/harness-claude-code@1.0.84 — This release only bumps the internal @ai-sdk/harness dependency to 1.0.81. No functional changes are described.
→
Vercel AI SDK @ai-sdk/harness-acp@1.0.19 — This is a patch release of the harness-acp adapter that only bumps its dependency on @ai-sdk/harness. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/google-vertex@5.0.60 — This patch release drops support for Imagen models after Google shut down that API, and bumps internal dependencies. No user-facing feature or breaking API change for typical consumers.
→
Vercel AI SDK @ai-sdk/gmicloud@3.0.5 — This is a patch release of the gmicloud provider updating its dependency on @ai-sdk/openai-compatible. No user-facing behavior changes are described.
→
Vercel AI SDK @ai-sdk/fireworks@3.0.37 — This is a patch release of the Fireworks provider for the Vercel AI SDK that only updates an internal dependency, @ai-sdk/openai-compatible. No user-facing changes are described.
→
Vercel AI SDK @ai-sdk/deepinfra@3.0.34 — This is a patch release of the DeepInfra provider for the Vercel AI SDK that only updates its dependency on the openai-compatible package. No functional changes are described.
→
Vercel AI SDK @ai-sdk/code-mode@1.0.30 — This is a patch release of the code-mode package that only bumps its internal dependency on the ai package to 7.0.73. No new features or behavior changes are described.
→
Vercel AI SDK @ai-sdk/cerebras@3.0.34 — This is a patch release for the Cerebras AI SDK provider adding typed provider options and mapping maxOutputTokens to the max_completion_tokens API field. It also bumps the openai-compatible dependency.
→
Vercel AI SDK @ai-sdk/baseten@2.1.12 — This is a patch release of @ai-sdk/baseten that only bumps its dependency on @ai-sdk/openai-compatible. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/angular@3.0.73 — This is a patch release of @ai-sdk/angular that bumps its dependency on the core ai package to 7.0.73. No feature, breaking, or security changes are noted.
→
Vercel AI SDK ai@7.0.73 — This is a patch release of the Vercel AI SDK that only bumps the internal @ai-sdk/gateway dependency. No user-facing changes are included.
→
Next.js v16.3.1-canary.26 — This is a Next.js canary release with internal refactors, docs, test infra cleanup, and a React version bump; no user-facing headline feature. It's a prerelease build, not a stable release.
→
Clerk @clerk/clerk-js@6.29.3 — This is a patch release of clerk-js that only bumps its internal dependency on @clerk/shared. No user-facing changes are included.
→
Clerk @clerk/nextjs@7.8.0 — In development mode only, Clerk's Next.js SDK no longer silently falls back to keyless mode when publishable/secret keys are missing; instead it throws and directs you to run `npx clerk@latest init`. Existing apps with configured keys are unaffected, so this only changes local dev-setup ergonomics.
→
Clerk @clerk/tanstack-react-start@1.5.6 — This is a patch release of the Clerk TanStack React Start SDK that only bumps internal dependency versions (shared, backend, react packages). No new features, breaking changes, or user-facing behavior changes are included.
→
Clerk @clerk/vue@2.4.31 — This is a patch release of @clerk/vue that only bumps its internal dependency on @clerk/shared. No user-facing features, fixes, or breaking changes are included.
→
Clerk @clerk/astro@4.0.17 — This release of @clerk/astro only bumps internal dependency versions (@clerk/shared and @clerk/backend). No new features, fixes, or breaking changes are described.
→
Clerk @clerk/backend@3.16.10 — Clerk marked an internal helper function, createBootstrapSignedOutState, as deprecated since it's no longer used by @clerk/nextjs and is only kept for older SDK versions. This is an internal implementation detail with a dependency bump, not a public API change.
→
Clerk @clerk/shared@4.29.3 — Clerk shared package updates error messages for missing/invalid publishable keys to point developers to the Clerk CLI instead of just the Dashboard. No functional or breaking changes.
→
Clerk @clerk/react-router@3.6.15 — This is a patch release of @clerk/react-router that only bumps internal dependency versions (shared, backend, react packages). No new features, fixes, or breaking changes are described.
→
Clerk @clerk/fastify@3.1.71 — This release only bumps internal dependency versions (@clerk/shared and @clerk/backend) with no functional changes described. It's a routine patch release for @clerk/fastify.
→
Clerk @clerk/expo-passkeys@2.0.13 — This release only bumps an internal dependency (@clerk/shared) with no functional changes to the passkeys package. No new features, fixes, or breaking changes are described.
→
Clerk @clerk/nuxt@3.0.13 — This is a patch release of the Clerk Nuxt SDK that only bumps internal dependency versions (@clerk/shared, @clerk/backend, @clerk/vue). No new features, breaking changes, or fixes are described.
→
Clerk @clerk/localizations@4.15.5 — This release only bumps the internal @clerk/shared dependency version for the localizations package. No user-facing changes are included.
→
Clerk @clerk/react@6.14.5 — This is a patch release of @clerk/react that only bumps an internal dependency, @clerk/shared, to a newer patch version. No functional or API changes are described.
→
Clerk @clerk/testing@2.2.28 — This is a patch release of @clerk/testing that only bumps internal dependency versions (@clerk/shared and @clerk/backend). No new features, fixes, or breaking changes are described.
→
Clerk @clerk/expo@4.5.2 — Clerk's Expo SDK patch fixes an iOS bug where AuthView's onDismiss callback never fired when isDismissible was false, and bumps the bundled clerk-ios SDK to 1.4.1. No new features or breaking changes.
→
Clerk @clerk/ui@1.30.6 — This is a patch release of @clerk/ui that only bumps internal dependency versions (@clerk/shared, @clerk/localizations). No new features, fixes, or breaking changes are described.
→
Clerk @clerk/express@2.1.61 — This is a patch release of @clerk/express that only bumps internal dependency versions (@clerk/shared and @clerk/backend). No new features, breaking changes, or fixes are described.
→
Clerk @clerk/hono@0.1.71 — This is a patch release for @clerk/hono that only bumps internal Clerk dependency versions (shared, backend). No user-facing changes are described.
→
Clerk @clerk/electron@0.0.35 — Patch release of the Clerk Electron SDK that only bumps internal dependency versions (@clerk/shared, @clerk/clerk-js, @clerk/react). No user-facing changes.
→
Clerk @clerk/chrome-extension@3.1.74 — This is a patch release of the Clerk Chrome extension SDK that only bumps internal dependency versions (shared, clerk-js, react, ui). No functional changes are described.
→
Vercel AI SDK ai@7.0.71 — This patch release fixes a bug where exceptions thrown inside streaming onChunk or onError callbacks could terminate the stream or mask underlying provider errors. It also bumps the @ai-sdk/gateway dependency.
→
Vercel AI SDK ai@6.0.261 — This patch fixes array-backed mock language models in the AI SDK's testing utilities so they return configured responses in the correct call order. It's a test-tooling correctness fix with no impact on production behavior.
→
Cloudflare Workers wrangler@4.125.0 — Wrangler 4.125.0 adds a raw TCP socket trigger for local dev, container support in worker previews, auto-creation of parent Workers for previews, and Workflow instance deletion APIs. Also includes routine workerd/dependency bumps.
→
Cloudflare Workers @cloudflare/config@0.7.0 — @cloudflare/config@0.7.0 adds a new `connect` trigger for raw TCP sockets in local dev and R2 local S3 credential support, plus small patches fixing Analytics Engine dataset defaults and removing unsupported Workflow binding config. All changes are additive or dev-tooling fixes with no breaking impact on stable production APIs.
→
Cloudflare Workers @cloudflare/remote-bindings@0.0.14 — This release only bumps internal workers-sdk dependency versions for @cloudflare/remote-bindings, with no user-facing changes described. It's a routine patch release.
→
Cloudflare Workers @cloudflare/workers-utils@0.34.0 — Wrangler adds a connect trigger for raw TCP sockets in local dev and container support for worker previews, plus a couple of bug fixes to deploy metadata and output handling. All additions are opt-in and non-breaking.
→
Cloudflare Workers create-cloudflare@2.72.2 — This is a patch release of create-cloudflare bumping template dependency versions (create-vike, create-solid) and updating the Hello World templates to a newer vitest-pool-workers version. No new features or breaking changes are included.
→
Cloudflare Workers @cloudflare/workers-auth@0.6.5 — This release fixes two Wrangler CLI bugs: a broken Windows OS-keyring backend that could get stuck after an interrupted install, and a `--temporary` flag error when a command authenticates more than once. It also bumps the workers-utils dependency.
→
Cloudflare Workers @cloudflare/build-output-utils@0.1.3 — This is a patch release of the Cloudflare build-output-utils package containing only dependency updates. No functional changes are described.
→
Cloudflare Workers @cloudflare/workflows-shared@0.13.0 — Cloudflare Workflows adds instance deletion support: a single instance can delete itself via the SDK, and up to 100 instances can be batch-deleted via SDK or wrangler CLI. This is an additive, backwards-compatible feature with no breaking changes.
→
Cloudflare Workers @cloudflare/autoconfig@0.2.9 — This is a patch release for the Cloudflare autoconfig package that only updates internal dependency versions. No functional changes are described.
→
Cloudflare Workers @cloudflare/codemods@0.1.0 — Cloudflare shipped a new central CLI package for running codemods, starting with Vitest v3-to-v4 config migration and the vitest-pool-workers to vitest-plugin rename. The existing Vitest transform moved into this new dedicated package.
→
Cloudflare Workers @cloudflare/cli-shared-helpers@0.1.25 — This is a patch release of cli-shared-helpers that only bumps its internal dependency on workers-utils to 0.34.0. No functional changes are described.
→
Cloudflare Workers @cloudflare/vite-plugin@1.53.1 — This is a patch release of the Cloudflare vite-plugin bumping its internal wrangler and miniflare dependencies. No new features or breaking changes are described.
→
Cloudflare Workers miniflare@5.20260820.0-alpha — This alpha release of Miniflare/Wrangler removes the deprecated hasAssetsAndIsVitest option and moves R2 local S3 credentials from s3Credentials to localDev.experimentalS3Credentials. It also adds a connect trigger for raw sockets in wrangler dev and Workflow instance deletion support.
→
Cloudflare Workers @cloudflare/runtime-types@0.0.16 — This is a patch release of Cloudflare's Workers runtime type definitions that only bumps internal dependencies, including an alpha version of miniflare. No new features or breaking changes are described.
→
Cloudflare Workers @cloudflare/shared-ast-primitives@1.1.0 — Cloudflare released the first version of a new internal package, @cloudflare/codemod, providing AST-based codemod utilities built on recast. This is a new dev tool, not a change to existing public APIs.
→
Cloudflare Workers @cloudflare/pages-shared@0.13.171 — This is a patch release for @cloudflare/pages-shared that only bumps its dependency on an alpha version of miniflare. No functional changes are described.
→
Cloudflare Workers @cloudflare/deploy-helpers@0.8.0 — deploy-helpers 0.8.0 adds container support and auto-creation of parent Workers for wrangler preview, plus internal refactors moving deploy logic into shared helpers. All changes are additive/opt-in with no breaking impact on existing stable usage.
→
Vercel AI SDK @ai-sdk/vue@2.0.241 — This is a patch release of @ai-sdk/vue that only bumps its dependency on the core ai package. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/svelte@3.0.241 — This is a patch release of the Svelte AI SDK bindings that only bumps its internal dependency on the core ai package. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/rsc@1.0.243 — This is a patch release of @ai-sdk/rsc that only bumps internal dependency versions, including the ai package. No functional changes are described.
→
Vercel AI SDK @ai-sdk/react@2.0.244 — This is a patch release of @ai-sdk/react that only bumps its internal dependency on the ai package. No new features or behavior changes are described.
→
Vercel AI SDK @ai-sdk/llamaindex@1.0.241 — This is a patch release of the llamaindex integration for the Vercel AI SDK, bumping its internal dependency on the core ai package. No functional changes are described.
→
Vercel AI SDK @ai-sdk/langchain@1.0.241 — This is a patch release of @ai-sdk/langchain that only bumps its internal dependency on the ai package. No functional changes are described.
→
Vercel AI SDK @ai-sdk/google-vertex@3.0.164 — This release of @ai-sdk/google-vertex is a patch that only pulls in an updated version of @ai-sdk/google as a dependency. There is no new feature, breaking change, or fix described.
→
Vercel AI SDK @ai-sdk/google@2.0.89 — This patch release inlines local JSON Schema references used in Google tool and structured-output schemas. It's an internal fix with no new features or breaking changes.
→
Vercel AI SDK @ai-sdk/angular@1.0.241 — This is a patch release of the Angular bindings for the Vercel AI SDK, bumping only its dependency on the core ai package. No functional changes are described.
→
Vercel AI SDK @ai-sdk/amazon-bedrock@3.0.118 — Amazon Bedrock provider patch adds support for reasoningContent.redactedContent from the Converse API, replaying it on subsequent turns. This is an internal fix for reasoning-model conversation handling, not a new feature or breaking change.
→
Vercel AI SDK ai@5.0.241 — This release contains three bug fixes: rejecting streamObject promises on provider stream errors, filtering preliminary tool outputs when a flag is enabled, and preventing automatic tool execution after an unsafe finish reason. No new features or breaking changes are introduced.
→
Vercel AI SDK @ai-sdk/vue@3.0.260 — This release of @ai-sdk/vue is a patch that only updates internal dependencies to match ai@6.0.260. No new features or breaking changes are introduced.
→
Vercel AI SDK @ai-sdk/svelte@4.0.260 — This is a patch release of the Svelte bindings for the Vercel AI SDK, bumping only its internal dependency on the core ai package. No new features or behavior changes are described.
→
Vercel AI SDK @ai-sdk/rsc@2.0.260 — This is a patch release of @ai-sdk/rsc that only bumps its internal dependency on the ai package. No functional changes are described.
→
Vercel AI SDK @ai-sdk/react@3.0.263 — This is a patch release of the AI SDK React package that only bumps its dependency on the core ai package. No new features or behavior changes are included.
→
Vercel AI SDK @ai-sdk/llamaindex@2.0.260 — This is a patch release of the LlamaIndex adapter for Vercel's AI SDK that only bumps its internal dependency on the core ai package. No feature, API, or behavior changes are described.
→
Vercel AI SDK @ai-sdk/langchain@2.0.268 — This is a patch release for the LangChain integration in the Vercel AI SDK, fixing tool input lifecycle handling when LangGraph steps reuse a provider tool call ID. It also bumps a few internal dependencies.
→
Vercel AI SDK @ai-sdk/google-vertex@4.0.185 — This is a patch release of the Google Vertex AI provider that only updates its dependency on @ai-sdk/google to a newer patch version. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/google@3.0.111 — This patch release inlines local JSON Schema references used in Google's tool and structured-output schemas. It's an internal schema-handling fix with no API changes for consumers.
→
Vercel AI SDK @ai-sdk/angular@2.0.261 — This is a patch release of the Angular AI SDK bindings that only bumps its dependency on the core ai package. No new features or behavior changes are included.
→
Vercel AI SDK @ai-sdk/amazon-bedrock@4.0.158 — This patch release fixes reasoning content handling in the Amazon Bedrock provider, adding support for redacted reasoning content from the Converse API. It ensures redacted reasoning is correctly replayed on subsequent conversation turns.
→
Vercel AI SDK ai@6.0.260 — This patch release fixes several bugs in streamObject error handling, tool output filtering, and unsafe finish reason handling for automatic tool execution. No new features or breaking changes are included.
→
Inngest v1.43.0 — Inngest v1.43.0 adds app filtering to the dashboard's Functions table and a CLI user agent for API analytics. Also includes a minor CI workflow fix.
→
Bun bun-v1.4.0 — This is the Bun v1.4.0 release announcement, pointing to a blog post for details but containing no changelog content itself, just install instructions and contributor thanks. No feature, breaking change, or security details are present in the notes to classify further.
→
Resend v6.21.0 — Resend's Node SDK v6.21.0 adds an update() method for renaming API keys and a new emails.share() method. Also includes a version bump; no breaking changes or deprecations.
→
Resend v6.20.0 — Resend's Node SDK adds an endpoint to duplicate automations. It's a minor additive API surface change with no breaking impact.
→
Trigger.dev helm-v4.5.12 — Helm chart 4.5.12 for Trigger.dev ships with no changelog details beyond a pointer to commit history. No specific fixes or features are described.
→
Trigger.dev helm-v4.4.4 — Helm chart release 4.4.4 for Trigger.dev's Helm deployment, with no changelog details beyond a pointer to commit history. No feature, breaking change, or security fix is described.
→
Trigger.dev helm-v4.4.5 — Helm chart 4.4.5 for Trigger.dev ships with no detailed changelog, only a pointer to commit history. No feature, breaking, or security content is described.
→
Trigger.dev helm-v4.4.6 — Helm chart 4.4.6 for Trigger.dev's job platform, with no changelog details beyond pointing to commit history. No feature, breaking, or security information is disclosed.
→
Trigger.dev helm-v4.5.0-rc.0 — Trigger.dev published a release candidate for the Helm chart, version 4.5.0-rc.0, with no detailed changelog beyond commit history. As a prerelease with no headline feature described, this carries no immediate action for readers.
→
Trigger.dev helm-v4.5.0-rc.3 — Helm chart release candidate 4.5.0-rc.3 for Trigger.dev with no detailed changelog provided beyond a pointer to commit history. This is a prerelease with no described headline feature or breaking change.
→
Trigger.dev helm-v4.5.0-rc.4 — Trigger.dev published an rc.4 pre-release of the Helm chart, tracking Helm chart version 4.5.0-rc.4. The notes contain no changelog detail, just an install command and a pointer to commit history.
→
Trigger.dev helm-v4.5.0-rc.6 — This is an RC (release candidate) build of the Trigger.dev Helm chart with no detailed changelog provided beyond commit history. As a prerelease with no described headline feature, it warrants no reader action.
→
Trigger.dev helm-v4.5.0-rc.7 — Trigger.dev's Helm chart got a new release candidate, 4.5.0-rc.7, for deploying the Trigger.dev jobs platform via Kubernetes. No changelog details were provided beyond a pointer to commit history.
→
Trigger.dev helm-v4.5.0 — Trigger.dev released Helm chart version 4.5.0 for deploying the trigger.dev service. The release notes contain no changelog details, just installation instructions.
→
Trigger.dev helm-v4.5.1 — Helm chart 4.5.1 for Trigger.dev jobs ships with no detailed changelog, only a pointer to commit history. No headline feature, breaking change, or security fix is disclosed.
→
Trigger.dev helm-v4.5.2 — Helm chart 4.5.2 for Trigger.dev's jobs deployment, with no changelog details beyond a pointer to commit history. No feature, breaking change, or security content is described.
→
Trigger.dev helm-v4.5.3 — Helm chart 4.5.3 for Trigger.dev's job runner ships with no detailed changelog beyond a pointer to commit history. No feature, breaking, or security content is described.
→
Trigger.dev helm-v4.5.4 — Helm chart 4.5.4 for Trigger.dev's jobs platform, a patch-level chart update with no listed changes beyond pointing to commit history. No feature, breaking, or security details are provided.
→
Trigger.dev helm-v4.5.5 — Helm chart 4.5.5 for Trigger.dev's job platform is a routine patch release with no changelog detail provided, just referencing commit history. No breaking changes, features, or security fixes are mentioned.
→
Trigger.dev helm-v4.5.6 — Helm chart release 4.5.6 for Trigger.dev with no detailed changelog provided, just a version bump and install instructions. No feature, breaking, or security details are given.
→
Trigger.dev helm-v4.5.7 — Helm chart release 4.5.7 for Trigger.dev with no detailed changelog provided, just pointing to commit history. No feature, breaking, or security details are disclosed.
→
Trigger.dev helm-v4.5.8 — Trigger.dev's Helm chart was bumped to version 4.5.8. No details are given beyond a pointer to commit history.
→
Trigger.dev helm-v4.5.9 — Trigger.dev's Helm chart was bumped to version 4.5.9 with no changelog details provided beyond a pointer to commit history. There's no indication of any breaking, security, or feature-level change.
→
Trigger.dev helm-v4.5.10 — Helm chart 4.5.10 for Trigger.dev's jobs deployment, with no changelog details provided beyond a pointer to commit history. No feature, breaking change, or security content is described.
→
Trigger.dev helm-v4.5.11 — Helm chart 4.5.11 for Trigger.dev's jobs deployment, with no changelog details beyond pointing to commit history. No feature, breaking change, or security content is described.
→
Next.js v16.3.1-canary.25 — This is a Next.js canary release containing miscellaneous fixes, documentation updates, and Turbopack internal improvements. No headline feature or breaking change is present, and it's a prerelease channel build.
→
Stripe v22.6.0-alpha.2 — This is an alpha private-preview release of the stripe-node SDK with generated API bindings for new resources like PaymentPlan, plus several breaking type changes to preview/beta fields (e.g. Billing.FeedbackOptions renamed). It's a prerelease channel with no headline stable feature, so it doesn't warrant weekly attention.
→
Vercel AI SDK @ai-sdk/xai@4.0.41 — This is a patch release of the xAI provider for Vercel's AI SDK that only bumps an internal dependency, @ai-sdk/provider-utils. No functional changes are described.
→
Vercel AI SDK @ai-sdk/workflow-harness@1.0.77 — This is a patch-only version bump for the AI SDK workflow harness package, with no substantive changelog entries beyond the dependency update. There are no new features, breaking changes, or fixes described.
→
Vercel AI SDK @ai-sdk/vue@4.0.70 — This is a patch release of @ai-sdk/vue that only bumps internal dependency versions (@ai-sdk/provider-utils and ai). No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/voyage@2.0.28 — This release of @ai-sdk/voyage bumps its dependency on @ai-sdk/provider-utils to 5.0.28. No functional changes are described.
→
Vercel AI SDK @ai-sdk/valibot@3.0.28 — This is a patch release of @ai-sdk/valibot that only updates its dependency on @ai-sdk/provider-utils. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/tui@1.0.71 — This release of the @ai-sdk/tui package only updates internal dependency versions, bumping to ai@7.0.70. No new features, breaking changes, or fixes are described.
→
Vercel AI SDK @ai-sdk/togetherai@3.0.33 — This release only bumps internal dependency versions for the Together AI provider package. No functional changes for consumers.
→
Vercel AI SDK @ai-sdk/svelte@5.0.70 — This is a patch release of @ai-sdk/svelte that only bumps internal dependency versions (provider-utils and ai core). No user-facing changes are described.
→
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.77 — This is a patch release of the sandbox package that only bumps internal dependency versions. No functional changes are included.
→
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.77 — This release only bumps internal dependency versions for the just-bash sandbox package. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/rsc@3.0.70 — This release only bumps internal dependency versions for @ai-sdk/provider-utils and the core ai package. No user-facing changes are described.
→
Vercel AI SDK @ai-sdk/replicate@3.0.29 — This is a patch release of the Replicate provider for Vercel's AI SDK, bumping only its internal provider-utils dependency. There is no new feature or breaking change here.
→
Vercel AI SDK @ai-sdk/revai@3.0.28 — This release of the RevAI provider for the Vercel AI SDK only bumps its internal dependency on @ai-sdk/provider-utils. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/react@4.0.73 — This release bumps @ai-sdk/react to 4.0.73, pulling in updated dependencies (provider-utils, ai, mcp packages). No new features or behavior changes to the react package itself.
→
Vercel AI SDK @ai-sdk/quiverai@2.0.28 — This is a patch release of the Vercel AI SDK provider that only updates an internal dependency (@ai-sdk/provider-utils) to a new patch version. No user-facing features, fixes, or API changes are included.
→
Vercel AI SDK @ai-sdk/provider-utils@5.0.28 — This patch release fixes a bug where empty string tool call IDs were not handled correctly. It's a minor internal fix with no user-facing feature or breaking change.
→
Vercel AI SDK @ai-sdk/prodia@2.0.29 — This release of the Prodia AI SDK provider only updates its internal dependency on @ai-sdk/provider-utils. There is no new feature, deprecation, or breaking change for consumers.
→
Vercel AI SDK @ai-sdk/policy-opa@1.0.70 — This release of @ai-sdk/policy-opa is a patch bump that only pulls in updated dependency versions (provider-utils and ai core). No new features, fixes, or behavior changes are described.
→
Vercel AI SDK @ai-sdk/perplexity@4.0.30 — This is a patch release of the Perplexity provider that only bumps its internal dependency on @ai-sdk/provider-utils. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/otel@1.0.70 — This is a patch release of the otel instrumentation package adding tracing spans for provider-executed tools. It's a minor observability addition with no breaking changes.
→
Vercel AI SDK @ai-sdk/openai-compatible@3.0.32 — This patch release fixes an edge case where empty string tool call IDs weren't handled correctly, and preserves Gemini thought signatures for custom OpenAI-compatible provider names. Both are internal bug fixes with no API changes.
→
Vercel AI SDK @ai-sdk/openai@4.0.44 — This patch release fixes a bug where empty string tool call IDs weren't handled correctly. It also bumps the internal provider-utils dependency.
→
Vercel AI SDK @ai-sdk/moonshotai@3.0.36 — This patch release fixes a bug where empty string tool call IDs weren't handled correctly in the Moonshot AI provider. It also bumps the internal @ai-sdk/provider-utils dependency.
→
Vercel AI SDK @ai-sdk/open-responses@2.0.29 — This is a patch release of @ai-sdk/open-responses that only bumps its dependency on @ai-sdk/provider-utils. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/minimax@3.0.16 — This is a patch release of @ai-sdk/minimax that only updates internal dependencies (@ai-sdk/provider-utils and @ai-sdk/anthropic). No new features, fixes, or behavioral changes are described.
→
Vercel AI SDK @ai-sdk/mistral@4.0.30 — This is a patch release of the Mistral provider for the Vercel AI SDK that only bumps its internal dependency on @ai-sdk/provider-utils. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/mcp@2.0.34 — This is a patch release of @ai-sdk/mcp that only bumps its internal dependency on @ai-sdk/provider-utils. No functional changes are described.
→
Vercel AI SDK @ai-sdk/luma@3.0.29 — This is a patch release of the Vercel AI SDK's Luma provider package that only bumps its internal @ai-sdk/provider-utils dependency. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/lmnt@3.0.28 — This is a patch release of the LMNT provider package that only bumps its internal @ai-sdk/provider-utils dependency. No user-facing changes.
→
Vercel AI SDK @ai-sdk/llamaindex@3.0.70 — This is a patch release of the LlamaIndex integration for Vercel's AI SDK that only bumps its dependency on the core ai package. No functional changes are described.
→
Vercel AI SDK @ai-sdk/langchain@3.0.70 — This release only bumps the internal ai dependency to version 7.0.70 for the LangChain adapter package. No functional changes are described.
→
Vercel AI SDK @ai-sdk/klingai@4.0.30 — This release only bumps an internal dependency, @ai-sdk/provider-utils, to version 5.0.28. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/hume@3.0.28 — This is a patch release of @ai-sdk/hume that only bumps its internal dependency on @ai-sdk/provider-utils. No functional changes are described.
→
Vercel AI SDK @ai-sdk/huggingface@2.0.32 — This is a patch release of the Hugging Face provider for Vercel AI SDK that bumps its internal dependencies on provider-utils and the OpenAI-compatible provider. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/harness-pi@1.0.79 — This release only bumps internal dependency versions (@ai-sdk/provider-utils and @ai-sdk/harness) with no code changes of its own. No new features, fixes, or breaking changes are present.
→
Vercel AI SDK @ai-sdk/harness-grok-build@1.0.14 — This is a patch release of the Grok build harness for Vercel AI SDK, bumping several internal dependency versions. No new features or behavior changes are described.
→
Vercel AI SDK @ai-sdk/harness-opencode@1.0.78 — This is a patch release of the Vercel AI SDK opencode harness that only bumps internal dependency versions. No functional changes are described.
→
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.77 — This release only bumps internal dependency versions (@ai-sdk/provider-utils, @ai-sdk/harness) with no code changes. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/harness-codex@1.0.79 — This patch release for the Codex harness fixes an issue where an inferred step wasn't closed properly when a turn ended with stale pending tool items. It also bumps internal dependency versions.
→
Vercel AI SDK @ai-sdk/harness-cline@1.0.5 — This is a patch release of the AI SDK Cline harness package that only bumps internal dependency versions. No functional changes are described.
→
Vercel AI SDK @ai-sdk/harness@1.0.77 — This is a patch release of @ai-sdk/harness that only bumps internal dependency versions (provider-utils and ai). No new features, fixes, or behavior changes are described.
→
Vercel AI SDK ai@7.0.70 — This is a routine patch release for the Vercel AI SDK fixing several edge-case bugs in tool execution, streaming, and UI message state handling. It also bumps internal dependency versions with no user-facing feature changes.
→
Anthropic SDK google-cloud-sdk-v0.0.10 — This release only changes internal build tooling to use a single pnpm workspace lockfile. No public API, feature, or behavior changes for SDK users.
→
Anthropic SDK aws-sdk-v0.6.5 — This release only contains an internal chore consolidating the repo to a single pnpm workspace lockfile. No public API, feature, or behavior changes are included.
→
Anthropic SDK foundry-sdk-v0.4.4 — This release only contains an internal chore consolidating the pnpm workspace to a single lockfile. No public API, feature, or behavior changes are included.
→
Anthropic SDK bedrock-sdk-v0.33.1 — This release only contains an internal chore consolidating the repo to a single pnpm workspace lockfile. There is no public API or behavior change for SDK users.
→
Anthropic SDK vertex-sdk-v0.19.5 — This is a maintenance-only release consolidating the pnpm workspace to a single lockfile. No API, feature, or behavioral changes for SDK users.
→
Anthropic SDK sdk-v0.120.0 — This release adds managed agents web search config and self-hosted sandbox memory support to the SDK. Otherwise it's an internal workspace tooling chore, no breaking changes.
→
Clerk @clerk/nuxt@3.0.12 — This is a patch release of @clerk/nuxt that only bumps internal dependency versions (@clerk/backend and @clerk/vue). No new features, fixes, or breaking changes are described.
→
Clerk @clerk/testing@2.2.27 — This is a patch release of @clerk/testing that only updates its internal dependency on @clerk/backend. There is no new feature, breaking change, or user-facing behavior.
→
Clerk @clerk/nextjs@7.7.9 — This Clerk Next.js release is a patch bump that only updates internal dependency versions for @clerk/backend and @clerk/react. No new features, fixes, or breaking changes are described.
→
Clerk @clerk/chrome-extension@3.1.73 — This is a patch release of the Clerk Chrome extension SDK that only bumps internal dependency versions (@clerk/ui, @clerk/react, @clerk/clerk-js). No new features, fixes, or breaking changes are described.
→
Clerk @clerk/expo-google-signin@1.0.2 — This patch fixes a bug in Clerk's Expo Google Sign-In package where iOS apps with multiple windows or scenes could fail with a GOOGLE_SIGN_IN_ERROR. The presenting view controller now correctly resolves from the foreground-active scene's key window.
→
Clerk @clerk/fastify@3.1.70 — This release only bumps the internal @clerk/backend dependency to 3.16.9. No user-facing changes are included.
→
Clerk @clerk/astro@4.0.16 — This is a patch release of @clerk/astro that only updates its internal dependency on @clerk/backend. No new features, fixes, or breaking changes are described.
→
Clerk @clerk/electron@0.0.34 — Clerk's Electron package fixes a UX bug where passkey autofill could prematurely trigger the OS passkey prompt on sign-in form render. Explicit 'Use passkey' behavior is unchanged, and dependencies were bumped.
→
Clerk @clerk/express@2.1.60 — This release of @clerk/express only bumps its internal dependency on @clerk/backend to 2.16.9. No user-facing changes are included.
→
Clerk @clerk/expo@4.5.1 — Clerk's Expo SDK patch release only bumps internal dependencies (@clerk/react and @clerk/clerk-js) to their latest patch versions. No new features, fixes, or breaking changes are described.
→
Clerk @clerk/tanstack-react-start@1.5.5 — This is a patch release of @clerk/tanstack-react-start that only bumps internal dependency versions for @clerk/backend and @clerk/react. No new features, fixes, or breaking changes are described.
→
Clerk @clerk/backend@3.16.9 — clerk/backend now rejects JWT-template tokens when a session or handshake token is expected, returning a signed-out state with reason token-type-mismatch. Tokens without a category tag are unaffected, so this is a narrow validation tightening rather than a breaking change.
→
Clerk @clerk/hono@0.1.70 — This release of @clerk/hono is a patch that only updates its internal dependency on @clerk/backend to version 3.16.9. No new features, fixes, or behavior changes are included.
→
Clerk @clerk/ui@1.30.5 — Clerk's UI package fixes passkey autofill so it no longer triggers the OS passkey prompt as soon as the sign-in form renders. Autofill now only runs as a silent background request under proper conditions, while explicit 'Use passkey' sign-in is unaffected.
→
Clerk @clerk/react-router@3.6.14 — This is a patch release of @clerk/react-router that only bumps internal dependency versions (@clerk/backend and @clerk/react). No functional changes are described.
→
Vercel AI SDK @ai-sdk/vue@2.0.240 — This is a patch release of the Vue AI SDK bindings that just bumps the internal 'ai' core dependency to 5.0.240. No feature or behavior changes are described.
→
Vercel AI SDK @ai-sdk/svelte@3.0.240 — This is a patch release of the Svelte AI SDK bindings bumping the internal ai@5.0.240 dependency. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/rsc@1.0.242 — This is a patch release of @ai-sdk/rsc that bumps its dependency on the ai package to 5.0.240. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/react@2.0.243 — This is a patch release of @ai-sdk/react that simply bumps its dependency on the core ai package to version 5.0.240. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/llamaindex@1.0.240 — This is a patch release of the LlamaIndex AI SDK integration that simply bumps its dependency on the core ai package to version 5.0.240. No functional changes are described.
→
Vercel AI SDK @ai-sdk/langchain@1.0.240 — This is a patch release of the AI SDK LangChain integration that simply bumps its internal dependency on the ai package to version 5.0.240. No new features, fixes, or behavior changes are described.
→
Vercel AI SDK ai@5.0.240 — This release only bumps an internal dependency, @ai-sdk/gateway, to 2.0.137. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/workflow-harness@1.0.76 — This release of the AI SDK workflow harness package only updates its internal dependency on @ai-sdk/harness. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/workflow@1.0.70 — This release bumps @ai-sdk/workflow to a new patch version alongside an internal dependency update to ai@7.0.69. No new features or breaking changes are described.
→
Vercel AI SDK @ai-sdk/vue@4.0.69 — This is a patch release of the Vue AI SDK bindings that simply bumps its dependency on the core ai package to 7.0.69. No new features or behavior changes are documented.
→
Vercel AI SDK @ai-sdk/tui@1.0.70 — This is a patch release of @ai-sdk/tui bumping its ai dependency to 7.0.69. No feature or behavior changes are described.
→
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.76 — This patch release adds an optional feature allowing callers to pass a pre-created sandbox session directly into HarnessAgent.createSession(), making the separate sandbox constructor argument unnecessary in that case. It's a minor DX improvement to the harness API with no breaking changes.
→
Vercel AI SDK @ai-sdk/svelte@5.0.69 — This is a patch release of the Svelte binding for the Vercel AI SDK, bumping its dependency on the core ai package to 7.0.69. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.76 — This release of @ai-sdk/sandbox-just-bash only bumps its internal dependency on @ai-sdk/harness. No functional changes are described.
→
Vercel AI SDK @ai-sdk/rsc@3.0.69 — This is a patch release of @ai-sdk/rsc that just bumps its dependency on the ai package to 7.0.69. No new features or fixes are described.
→
Vercel AI SDK @ai-sdk/react@4.0.72 — This is a patch release of @ai-sdk/react bumping its dependency on the core ai package to 7.0.69. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/policy-opa@1.0.69 — This is a patch release of the @ai-sdk/policy-opa package that simply bumps its dependency on the core ai package to 7.0.69. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/otel@1.0.69 — This patch release fixes OpenTelemetry instrumentation in the otel package to correctly record results and definitions for provider-executed tools. It's a small internal fix with no user-facing API changes.
→
Vercel AI SDK @ai-sdk/harness-pi@1.0.78 — This is a dependency bump only, updating the internal @ai-sdk/harness package to 1.0.76. No functional changes are described.
→
Vercel AI SDK @ai-sdk/llamaindex@3.0.69 — Patch release of the LlamaIndex integration package pinning it to ai@7.0.69. No functional changes described.
→
Vercel AI SDK @ai-sdk/langchain@3.0.69 — This is a patch release of @ai-sdk/langchain bumping its dependency on the ai package to 7.0.69. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/harness-opencode@1.0.77 — This patch release fixes a bug where an interrupted, resumed conversation turn could incorrectly replay a prior assistant response as if it were a successful new reply. It also pulls in an updated dependency on @ai-sdk/harness.
→
Vercel AI SDK @ai-sdk/harness-grok-build@1.0.13 — This is a patch release of the Vercel AI SDK Grok build harness that only bumps internal dependency versions. No new features or behavioral changes are described.
→
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.76 — This release of @ai-sdk/harness-deepagents only bumps its internal dependency on @ai-sdk/harness. There is no new feature or behavior change described.
→
Vercel AI SDK @ai-sdk/harness-codex@1.0.78 — This is a patch release of @ai-sdk/harness-codex that only bumps its internal dependency on @ai-sdk/harness. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/harness@1.0.76 — This patch release adds the ability to pass a caller-owned sandboxSession to HarnessAgent.createSession(), allowing the sandbox argument to be omitted from the constructor in that case. It's a backwards-compatible enhancement with no breaking changes.
→
Vercel AI SDK ai@7.0.69 — This release of the Vercel AI SDK only bumps its internal dependency on @ai-sdk/gateway to 4.0.55. No feature, breaking, or security changes are included.
→
Vercel AI SDK @ai-sdk/vue@3.0.259 — This is a patch release of @ai-sdk/vue that bumps its dependency on the core ai package to version 6.0.259. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/svelte@4.0.259 — Patch release of the Svelte AI SDK package that simply bumps its dependency on the core ai package to 6.0.259. No behavioral changes are described.
→
Vercel AI SDK @ai-sdk/rsc@2.0.259 — This is a patch release of @ai-sdk/rsc bumping its internal dependency on the ai package. No feature, breaking, or security changes are noted.
→
Vercel AI SDK @ai-sdk/react@3.0.262 — This is a patch release of @ai-sdk/react bumping its dependency on the ai package to version 6.0.259. No feature or breaking changes are described.
→
Vercel AI SDK @ai-sdk/openai@3.0.98 — This patch fixes a bug in the OpenAI provider's Responses API allowedTools option, where built-in and provider-defined tools (web search, MCP, etc.) were incorrectly formatted, causing allow-listing to fail. It also adds clearer error/warning handling for ambiguous or unsupported tool names.
→
Vercel AI SDK @ai-sdk/llamaindex@2.0.259 — This is a patch release of @ai-sdk/llamaindex that bumps its dependency on the core ai package to version 6.0.259. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/langchain@2.0.267 — This is a patch release of @ai-sdk/langchain that bumps its internal dependency on the ai package to version 6.0.259. No new features or breaking changes are noted.
→
Vercel AI SDK ai@6.0.259 — This release only bumps the internal dependency @ai-sdk/gateway to a newer patch version. No new features, fixes, or breaking changes are documented.
→
Liveblocks v3.24.1 — Liveblocks React SDK adds a new useMutableStorage() hook for direct access to the mutable Storage root, plus a bug fix for thread resolved/unresolved status being incorrectly reverted. No breaking changes or security issues.
→
Inngest v1.42.0 — Inngest v1.42.0 ships a batch of dashboard/dev-server UI additions (scores/experiments empty states, concurrency graph colors, scheduled event surfacing) plus a new v2 send-event API endpoint. Bug fixes address a trace query hang on large Postgres deployments and a batch timeout scheduling issue; no breaking changes or security fixes are called out.
→
Anthropic SDK sdk-v0.118.0 — Anthropic's TypeScript SDK 0.118.0 adds API helpers for files/memory stores and workspace ID header access, plus fixes a retry bug for tool-result sends and drops an unsupported content block. No breaking changes or security fixes are called out.
→
Next.js v16.3.1-canary.24 — This is a Next.js canary prerelease containing docs fixes, accessibility improvements, and Turbopack tweaks, with no headline feature. Nothing here constitutes a breaking change or security fix.
→
Vercel AI SDK @ai-sdk/workflow-harness@1.0.75 — This release of @ai-sdk/workflow-harness only bumps its internal dependency on @ai-sdk/harness to pick up an unrelated patch. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/workflow@1.0.69 — This is a patch release of the AI SDK workflow package that only bumps its internal dependency on the core ai package to 7.0.68. No new features or fixes are described.
→
Vercel AI SDK @ai-sdk/vue@4.0.68 — This is a patch release of @ai-sdk/vue bumping its ai dependency to 7.0.68. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/tui@1.0.69 — This is a patch release of the @ai-sdk/tui package that only bumps its dependency on the ai package to 7.0.68. No functional changes are described.
→
Vercel AI SDK @ai-sdk/svelte@5.0.68 — This is a patch release of the Svelte AI SDK bindings, bumping the internal ai dependency to 7.0.68.
→
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.75 — This is a patch release of the Vercel AI SDK sandbox package that only updates its internal dependency on @ai-sdk/harness. No user-facing changes are described.
→
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.75 — This release only updates an internal dependency (@ai-sdk/harness) for the sandbox-just-bash package. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/rsc@3.0.68 — @ai-sdk/rsc 3.0.68 is a patch release syncing with ai@7.0.68. No behavioral or API details are listed.
→
Vercel AI SDK @ai-sdk/react@4.0.71 — This release only bumps internal dependency versions (@ai-sdk/mcp and ai package) with no new features or API changes. It's a routine maintenance patch for @ai-sdk/react.
→
Vercel AI SDK @ai-sdk/policy-opa@1.0.68 — This is a patch release of the internal @ai-sdk/policy-opa package that only bumps its dependency on ai to version 7.0.68. No functional changes are noted.
→
Vercel AI SDK @ai-sdk/otel@1.0.68 — This is a patch release of @ai-sdk/otel that bumps its dependency on the ai package to 7.0.68. No new features or breaking changes are listed.
→
Vercel AI SDK @ai-sdk/openai@4.0.43 — This patch fixes a bug in @ai-sdk/openai where the Responses API allowedTools option failed to properly allow-list built-in and provider-defined tools like web search or MCP tools. It also adds clearer warnings and errors for ambiguous or unresolvable tool names instead of silently misbehaving.
→
Vercel AI SDK @ai-sdk/mcp@2.0.33 — This patch release of @ai-sdk/mcp adds hardened OAuth client registration, streamable HTTP support, and protocol discovery groundwork for the 2026 MCP spec. It's a patch version bump with no breaking changes or headline stable feature.
→
Vercel AI SDK @ai-sdk/llamaindex@3.0.68 — This is a patch release of the @ai-sdk/llamaindex package that bumps its dependency on the ai package to 7.0.68. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/langchain@3.0.68 — This is a patch release of the LangChain adapter for the Vercel AI SDK, bumping its dependency on the core ai package to 7.0.68. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/harness-pi@1.0.77 — This release of @ai-sdk/harness-pi only bumps its dependency on @ai-sdk/harness to a newer patch version. No functional changes are described.
→
Vercel AI SDK @ai-sdk/harness-opencode@1.0.76 — This release only bumps an internal dependency, @ai-sdk/harness, to version 1.0.75. No new functionality or fixes are described.
→
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.75 — This release of @ai-sdk/harness-deepagents only bumps its internal dependency on @ai-sdk/harness. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/harness-grok-build@1.0.12 — This is a patch release of the harness-grok-build package that only updates internal dependency versions. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/harness-codex@1.0.77 — This release of the Vercel AI SDK harness-codex package just updates its internal dependency on @ai-sdk/harness to a newer patch version. No functional changes are described.
→
Vercel AI SDK @ai-sdk/harness-cline@1.0.3 — This is a patch release of the Cline harness package for Vercel's AI SDK that only bumps its internal dependency on @ai-sdk/harness. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/harness-claude-code@1.0.78 — This is a patch release of the Vercel AI SDK Claude Code harness package that only updates an internal dependency. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/harness-acp@1.0.13 — This is a patch release of @ai-sdk/harness-acp that only bumps its internal dependency on @ai-sdk/harness. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/harness@1.0.75 — This patch release of the Vercel AI SDK fixes a bug where the runtime's original error message was being lost for failed provider-executed tool results. It's a small internal fix with no new features or breaking changes.
→
Vercel AI SDK @ai-sdk/gateway@4.0.54 — This patch release updates internal gateway model settings files for the AI SDK Gateway provider. No user-facing API changes are included.
→
Vercel AI SDK @ai-sdk/fireworks@3.0.34 — This patch fixes structured outputs in the Fireworks provider so that response_format json_schema is correctly forwarded instead of silently degrading to json_object. It's a bug fix restoring intended behavior, not a new capability or breaking change.
→
Vercel AI SDK @ai-sdk/code-mode@1.0.25 — This is a patch release of @ai-sdk/code-mode that simply bumps its dependency on the ai package to version 7.0.68. No new features or fixes are described.
→
Vercel AI SDK @ai-sdk/azure@4.0.44 — This is a patch release of the Azure provider for Vercel's AI SDK that only bumps its dependency on @ai-sdk/openai. No functional or API changes are included.
→
Vercel AI SDK ai@7.0.68 — This is a patch release of the Vercel AI SDK that only bumps the internal @ai-sdk/gateway dependency. No new features, fixes, or behavior changes are documented.
→
Better Auth v1.7.1 — Better Auth v1.7.1 is a patch release with bug fixes across core and plugin packages: dependency bumps, SCIM boolean parsing fixes, SAML signature verification hardening, CIMD caching correctness, and CLI safety checks for schema migrations. No new features, breaking changes, or deadlines are introduced.
→
Vercel AI SDK @ai-sdk/vue@2.0.239 — This is a patch release of @ai-sdk/vue that simply bumps its dependency on the core ai package to 5.0.239. No new features or fixes are described.
→
Vercel AI SDK @ai-sdk/svelte@3.0.239 — This is a patch release of the Svelte AI SDK package that simply bumps its dependency on the core ai package. No new features or fixes are described.
→
Vercel AI SDK @ai-sdk/rsc@1.0.241 — This is a patch release of @ai-sdk/rsc that only bumps its dependency on the core ai package to 5.0.239. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/react@2.0.242 — This is a patch release of @ai-sdk/react bumping its internal dependency on the ai package to version 5.0.239. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/llamaindex@1.0.239 — This is a patch release of the LlamaIndex integration package for Vercel's AI SDK, bumping its dependency on the core ai package to 5.0.239. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/langchain@1.0.239 — This release simply bumps the internal ai dependency to version 5.0.239 in the LangChain integration package for the Vercel AI SDK. No new features or behavior changes are described.
→
Vercel AI SDK @ai-sdk/gateway@2.0.136 — This release only backports internal updates to the AI SDK gateway's model settings files. No public API changes or new features are included.
→
Vercel AI SDK ai@5.0.239 — This is a patch release of the Vercel AI SDK that only bumps an internal dependency, @ai-sdk/gateway, to a newer version. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/vue@3.0.258 — This is a patch release of the Vue AI SDK integration that simply bumps its dependency on the core ai package to version 6.0.258. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/svelte@4.0.258 — This is a patch release of @ai-sdk/svelte bumping its internal dependency on the ai package to 6.0.258. No user-facing changes are described.
→
Vercel AI SDK @ai-sdk/rsc@2.0.258 — This is a patch release of @ai-sdk/rsc bumping its internal dependency on the ai package to 6.0.258. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/react@3.0.261 — This is a patch release of @ai-sdk/react bumping its internal dependency on the ai package to 6.0.258. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/llamaindex@2.0.258 — This is a patch release of the LlamaIndex adapter for the Vercel AI SDK, bumping its dependency on the core ai package to 6.0.258. No functional changes are described.
→
Vercel AI SDK @ai-sdk/langchain@2.0.266 — This is a routine patch release of the LangChain integration package that bumps its dependency on the core ai package. No functional changes are described beyond the version bump.
→
Vercel AI SDK @ai-sdk/gateway@3.0.176 — This is a patch release for the AI SDK gateway provider that backports updated model settings files. No new features, breaking changes, or fixes to public APIs are included.
→
Vercel AI SDK ai@6.0.258 — This release only bumps an internal dependency, @ai-sdk/gateway, to version 3.0.176. No functional changes to the AI SDK itself.
→
Vercel AI SDK @ai-sdk/workflow-harness@1.0.74 — This release simply bumps the internal @ai-sdk/harness dependency for workflow-harness to version 1.0.74. No functional changes are described.
→
Vercel AI SDK @ai-sdk/workflow@1.0.68 — This patch release fixes retry handling in the AI SDK's WorkflowAgent, preventing workflow step retries from stacking on top of model-call retries. It also preserves the original error value on resolved results without triggering an extra durable step retry.
→
Vercel AI SDK @ai-sdk/vue@4.0.67 — Patch release of the Vue AI SDK bindings that bumps its internal ai dependency to 7.0.67. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/tui@1.0.68 — This is a patch release of the TUI package for the Vercel AI SDK that bumps its dependency on the core ai package to version 7.0.67. No new features or fixes are described beyond the dependency update.
→
Vercel AI SDK @ai-sdk/svelte@5.0.67 — This is a patch release of the Svelte AI SDK package that bumps its dependency on the core ai package to 7.0.67. No new features or fixes are described.
→
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.74 — This is a patch release of the @ai-sdk/sandbox-vercel package that bumps a dependency on @ai-sdk/harness. No functional changes are described.
→
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.74 — This release bumps the internal @ai-sdk/harness dependency for the sandbox-just-bash package. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/rsc@3.0.67 — This is a patch release of @ai-sdk/rsc that bumps its dependency on the core ai package. No feature or behavior changes are described.
→
Vercel AI SDK @ai-sdk/react@4.0.70 — This is a patch release of @ai-sdk/react bumping its dependency on the ai package to 7.0.67. No feature or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/policy-opa@1.0.67 — This release bumps the internal ai dependency to 7.0.67 for the @ai-sdk/policy-opa package. No feature or behavior changes are described.
→
Vercel AI SDK @ai-sdk/otel@1.0.67 — This release bumps the internal ai dependency to version 7.0.67 for the @ai-sdk/otel package. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/llamaindex@3.0.67 — This is a patch release of the LlamaIndex provider for the Vercel AI SDK, bumping its dependency on the core ai package to 7.0.67. No feature or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/langchain@3.0.67 — This patch release fixes a bug where tool input lifecycles weren't preserved when LangGraph steps reused a provider tool call ID. It's an internal correctness fix with no API or behavior changes for typical usage.
→
Vercel AI SDK @ai-sdk/harness-pi@1.0.76 — This is a patch release of the Vercel AI SDK harness package bumping its dependency on @ai-sdk/harness to 1.0.74. No new features or fixes are described.
→
Vercel AI SDK @ai-sdk/harness-opencode@1.0.75 — This is a patch release of the harness-opencode package that only bumps its dependency on @ai-sdk/harness to 1.0.74. No functional changes are described.
→
Vercel AI SDK @ai-sdk/harness-grok-build@1.0.11 — This release bumps two internal dependency packages (@ai-sdk/harness and @ai-sdk/harness-acp) with no described changes. It's a routine patch-only version bump.
→
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.74 — This is a patch release of the harness-deepagents package that bumps its dependency on @ai-sdk/harness to version 1.0.74. No functional changes are described.
→
Vercel AI SDK @ai-sdk/harness-codex@1.0.76 — This is a patch release of @ai-sdk/harness-codex that only bumps its internal dependency on @ai-sdk/harness. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/harness-cline@1.0.2 — This is a patch release of the harness-cline AI SDK package that bumps its dependency on @ai-sdk/harness to version 1.0.74. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/harness-acp@1.0.12 — This release only bumps the internal dependency @ai-sdk/harness to 1.0.74 for the harness-acp package. No new features, fixes, or behavior changes are described.
→
Vercel AI SDK @ai-sdk/harness-claude-code@1.0.77 — This is a patch release of the Vercel AI SDK Claude Code harness that simply bumps its dependency on @ai-sdk/harness to 1.0.74. No feature, breaking, or security changes are described.
→
Vercel AI SDK @ai-sdk/harness@1.0.74 — This is a patch release of @ai-sdk/harness that bumps its dependency on the ai package to version 7.0.67. No feature, breaking, or security changes are described.
→
Vercel AI SDK @ai-sdk/google-vertex@5.0.56 — This is a patch release of the Google Vertex provider for the Vercel AI SDK that only bumps an internal dependency, @ai-sdk/google. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/google@4.0.45 — This patch release fixes an issue where minimal reasoning effort was not properly handled for Gemini 3.7 Flash, coercing it to low instead. It's a small bug fix with no breaking changes or new features.
→
Vercel AI SDK @ai-sdk/gateway@4.0.53 — This is a patch release of the AI SDK Gateway provider that updates internal gateway model settings files. No functional or breaking changes are described.
→
Vercel AI SDK @ai-sdk/code-mode@1.0.24 — This is a patch release of @ai-sdk/code-mode that only bumps its internal dependency on the ai package. No functional changes are described.
→
Vercel AI SDK ai@7.0.67 — This is a patch release of the Vercel AI SDK that only bumps an internal dependency, @ai-sdk/gateway, to 4.0.53. No functional changes are described.
→
Clerk @clerk/testing@2.2.26 — This is a patch release of @clerk/testing that only bumps its internal dependency on @clerk/backend. No user-facing changes are included.
→
Clerk @clerk/nextjs@7.7.8 — This patch fixes Clerk's Content-Security-Policy helper so it now allows abuse/fraud protection hosts on any port, not just 443. It also bumps the internal @clerk/backend dependency.
→
Clerk @clerk/nuxt@3.0.11 — This is a patch release of @clerk/nuxt that only bumps an internal dependency, @clerk/backend, to 3.16.8. No user-facing changes are included.
→
Clerk @clerk/express@2.1.59 — This is a patch release of @clerk/express that only bumps its internal dependency on @clerk/backend to 3.16.8. No new features, fixes, or breaking changes are described.
→
Clerk @clerk/hono@0.1.69 — This is a patch release of @clerk/hono that only bumps its dependency on @clerk/backend to 3.16.8. No functional changes are described.
→
Clerk @clerk/fastify@3.1.69 — This is a patch release of @clerk/fastify that only updates internal dependencies, bumping @clerk/backend to 3.16.8. No new features, fixes, or API changes are described.
→
Clerk @clerk/react-router@3.6.13 — This is a patch release of @clerk/react-router that only bumps an internal dependency, @clerk/backend, to version 3.16.8. No user-facing changes are included.
→
Clerk @clerk/tanstack-react-start@1.5.4 — This is a patch release of the Clerk TanStack React Start SDK that only bumps its internal dependency on @clerk/backend. There are no user-facing changes.
→
Clerk @clerk/astro@4.0.15 — This is a patch release of @clerk/astro that only updates an internal dependency version (@clerk/backend). No user-facing changes are included.
→
Prisma v8.0.0-rc.4 — Prisma v8 RC removes the deprecated config fallbacks: prisma-next.config.ts and the flat config shape now fail instead of warning, requiring migration to the envelope-shaped prisma.config.ts. Projects scaffolded by rc.2 or later's init already use the new shape and need no changes.
→
Cloudflare Workers wrangler@4.124.0 — Wrangler 4.124.0 adds a new way to link containers to Durable Objects from the exports side, plus several bug fixes for D1 CRLF/case-sensitivity parsing, Windows .env casing duplicates, and vitest-pool-workers access identity. All changes are backwards-compatible additions and patches with no breaking impact on stable APIs.
→
Cloudflare Workers @cloudflare/workers-auth@0.6.4 — This is a patch release for @cloudflare/workers-auth fixing Access service-token credential refresh after environment variables change, plus dependency bumps. No new features or breaking changes.
→
Cloudflare Workers @cloudflare/workers-utils@0.33.1 — Wrangler now reports malformed container SSH key configs and invalid queues.consumers values as clear configuration errors instead of crashing with a stack trace. These are error-message quality fixes with no behavior change for valid configs.
→
Cloudflare Workers @cloudflare/cli-shared-helpers@0.1.24 — This release of @cloudflare/cli-shared-helpers only bumps its internal dependency on @cloudflare/workers-utils to 0.33.1. No user-facing changes are included.
→
Cloudflare Workers create-cloudflare@2.72.1 — This is a routine patch release for create-cloudflare with dependency bumps and template updates. It also fixes a dev-only bug where an unset compatibility date could exceed workerd's accepted range, causing local dev startup failures.
→
Cloudflare Workers @cloudflare/build-output-utils@0.1.2 — This is a patch release of @cloudflare/build-output-utils that only bumps an internal dependency, @cloudflare/config to 0.6.0. No new features, fixes, or behavior changes are described.
→
Cloudflare Workers @cloudflare/vite-plugin@1.53.0 — This release adds a way to attach containers to Durable Objects from the exports side, plus several patches: fixed compatibility date defaults, FedRAMP container registry support, and dev-mode fixes. All changes are backwards-compatible additions or bug fixes with no breaking changes to stable APIs.
→
Cloudflare Workers @cloudflare/pages-shared@0.13.170 — This is a patch release of @cloudflare/pages-shared that only updates its dependency on the alpha version of miniflare. No functional changes are included in this package itself.
→
Cloudflare Workers @cloudflare/runtime-types@0.0.15 — This is a patch release of the Cloudflare runtime-types package that only updates dependencies, including an alpha version of miniflare. No new features or behavior changes are introduced.
→
Cloudflare Workers @cloudflare/config@0.6.0 — Cloudflare's config package adds a `container` option to `exports.durableObject()`, letting Durable Object exports attach a named container on the SQLite storage engine. The feature is explicitly experimental and not yet functional until containers are configurable elsewhere.
→
Cloudflare Workers miniflare@5.20260815.0-alpha — This is a patch release of the miniflare alpha with dependency bumps and small fixes, including recovery from partially downloaded Chrome installs for the Browser Run binding and cleaner shutdown handling. No new features or breaking changes are included.
→
Cloudflare Workers @cloudflare/autoconfig@0.2.8 — This release of @cloudflare/autoconfig only bumps internal dependency versions for workers-utils and cli-shared-helpers. There are no user-facing feature, breaking, or security changes.
→
Cloudflare Workers @cloudflare/edge-preview-authenticated-proxy@0.3.3 — A prerelease patch to the Cloudflare edge preview authenticated proxy restores request and error metrics reporting, which had stopped working. This fixes observability for dashboards and alerts, not proxy functionality itself.
→
Cloudflare Workers @cloudflare/remote-bindings@0.0.13 — This is a patch release of the Cloudflare remote-bindings package that only bumps internal dependency versions (miniflare, workers-utils, workers-auth, deploy-helpers, cli-shared-helpers). No new features or behavioral changes are described.
→
Cloudflare Workers @cloudflare/deploy-helpers@0.7.1 — This is a patch release for @cloudflare/deploy-helpers that only bumps internal dependency versions (miniflare, workers-utils, cli-shared-helpers). No new features, fixes, or breaking changes are described.
→
Next.js v16.3.1-canary.23 — This canary release contains only internal chores: docs fixes, test improvements, and a CI adjustment. No new features, breaking changes, or user-facing behavior changes are included.
→
Prisma v8.0.0-rc.3 — Prisma's toolchain package bumps its exact CLI-engine peer dependency to 0.2.0 to match an upcoming CLI prerelease build. There are no ORM API changes; this is an internal version-pairing fix for the rc channel.
→
Vercel AI SDK @ai-sdk/vue@2.0.238 — This is a patch release of @ai-sdk/vue that simply bumps its dependency on the ai package to 5.0.238. No new features or behavior changes are described.
→
Vercel AI SDK @ai-sdk/svelte@3.0.238 — This is a patch release of the Svelte AI SDK bindings that simply bumps its dependency on the core ai package to 5.0.238. No functional changes are described.
→
Vercel AI SDK @ai-sdk/xai@3.0.123 — This is a patch release of @ai-sdk/xai that only updates its dependency on @ai-sdk/openai-compatible. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/rsc@1.0.240 — This is a patch release of the @ai-sdk/rsc package that only bumps its dependency on the ai package to 5.0.238. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/vue@3.0.257 — This is a routine patch release of the Vue AI SDK bindings that bumps the internal ai package dependency to 6.0.257. No feature or behavior changes are described.
→
Vercel AI SDK @ai-sdk/react@2.0.241 — This is a patch release of @ai-sdk/react that bumps its dependency on the core ai package to 5.0.238. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/vercel@2.0.71 — This is a patch release of the Vercel AI SDK integration that only bumps a dependency, @ai-sdk/openai-compatible. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/llamaindex@1.0.238 — This is a patch release of the LlamaIndex integration for Vercel AI SDK, bumping its dependency on the core ai package to 5.0.238. No functional changes are listed.
→
Vercel AI SDK @ai-sdk/togetherai@2.0.75 — This is a patch release for the Together AI provider in Vercel's AI SDK, bumping only the internal openai-compatible dependency. No user-facing changes.
→
Vercel AI SDK @ai-sdk/langchain@1.0.238 — This release of @ai-sdk/langchain is a patch bump that only updates its dependency on the ai package to 5.0.238. No functional changes are documented.
→
Vercel AI SDK @ai-sdk/svelte@4.0.257 — This is a patch release of the Svelte AI SDK package bumping its internal dependency on the core ai package to 6.0.257. No feature, breaking, or security changes are noted.
→
Vercel AI SDK @ai-sdk/gateway@2.0.135 — This release only backports an internal update to the AI Gateway provider's model settings files. No user-facing behavior, API, or feature changes are described.
→
Vercel AI SDK @ai-sdk/rsc@2.0.257 — This is a patch release of @ai-sdk/rsc bumping its ai dependency to 6.0.257. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/angular@1.0.238 — This is a patch release of the Angular integration for the Vercel AI SDK, bumping its dependency on the core ai package to 5.0.238. No new features or breaking changes are listed.
→
Vercel AI SDK @ai-sdk/react@3.0.260 — This is a patch release of @ai-sdk/react bumping its internal dependency on the ai package. No feature or behavior changes are described.
→
Vercel AI SDK ai@5.0.238 — This release only bumps the internal @ai-sdk/gateway dependency version. No new features, fixes, or API changes are described.
→
Vercel AI SDK @ai-sdk/openai-compatible@2.0.69 — This patch fixes a bug where the openai-compatible provider was dropping extra fields inside nested usage detail objects (like audio_tokens, image_tokens) instead of preserving them in usage.raw. Only the raw usage passthrough is affected; mapped token counts are unchanged.
→
Vercel AI SDK @ai-sdk/moonshotai@2.0.47 — The Moonshot AI provider now normalizes tool schemas to satisfy Moonshot's stricter MFJS validator, converting tuple-style items into prefixItems and fixing anyOf/type placement. Non-object root schemas now fail fast with a clear error instead of an opaque 400 from Moonshot.
→
Vercel AI SDK @ai-sdk/llamaindex@2.0.257 — This is a patch release of the LlamaIndex provider for Vercel's AI SDK, bumping its dependency on the core `ai` package to 6.0.257. No new features or behavior changes are described.
→
Vercel AI SDK @ai-sdk/langchain@2.0.265 — This is a patch release of the AI SDK LangChain adapter that bumps its dependency on the core ai package to version 6.0.257. No new features or breaking changes are described.
→
Vercel AI SDK @ai-sdk/huggingface@1.0.71 — This is a patch release of the Hugging Face provider for the Vercel AI SDK that only bumps its dependency on @ai-sdk/openai-compatible. No functional changes are described.
→
Vercel AI SDK @ai-sdk/google-vertex@4.0.184 — This is a patch release of @ai-sdk/google-vertex that only bumps its internal dependency on @ai-sdk/openai-compatible. There are no user-facing feature or behavior changes.
→
Vercel AI SDK @ai-sdk/gmicloud@2.0.2 — This is a patch release of the gmicloud provider for the Vercel AI SDK that only updates an internal dependency (@ai-sdk/openai-compatible). No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/gateway@3.0.175 — This is a patch release for the AI SDK gateway package that backports updated internal model settings files. No public API or behavior changes are described.
→
Vercel AI SDK @ai-sdk/fireworks@2.0.78 — This is a patch release of the Fireworks provider for the Vercel AI SDK that updates its dependency on @ai-sdk/openai-compatible. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/deepinfra@2.0.73 — This is a patch release of the DeepInfra provider for the Vercel AI SDK that simply picks up an updated dependency version. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/cerebras@2.0.75 — This is a patch release of @ai-sdk/cerebras that only bumps its dependency on @ai-sdk/openai-compatible. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/alibaba@1.0.47 — This is a patch release of the alibaba provider package that only bumps its internal dependency on @ai-sdk/openai-compatible. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/baseten@1.1.6 — This is a patch release of the Baseten provider for the Vercel AI SDK that only bumps its internal dependency on @ai-sdk/openai-compatible. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/angular@2.0.258 — This is a patch release of the Angular bindings for the Vercel AI SDK, bumping its internal dependency on the core ai package. No new features or breaking changes are mentioned.
→
Vercel AI SDK ai@6.0.257 — This release only bumps the internal @ai-sdk/gateway dependency to 3.0.175. No user-facing changes are included.
→
Clerk @clerk/clerk-js@6.29.2 — This is a patch release of @clerk/clerk-js that only bumps an internal dependency, @clerk/shared, to version 4.29.2. No user-facing changes are included.
→
Clerk @clerk/chrome-extension@3.1.72 — This is a patch release of the Clerk Chrome extension SDK that only bumps internal dependency versions (@clerk/shared, @clerk/ui, @clerk/react, @clerk/clerk-js). No new features or behavior changes are included.
→
Clerk @clerk/expo@4.4.0 — Clerk Expo 4.4.0 fixes Android Google Sign-In error handling and a broken iOS email-link sign-in flow, plus SDK dependency bumps. It also adds a minor feature for custom native profile destinations.
→
Clerk @clerk/tanstack-react-start@1.5.3 — This is a patch release of the Clerk TanStack React Start SDK that only bumps internal dependency versions. No user-facing changes are included.
→
Clerk @clerk/ui@1.30.4 — Clerk UI fixes a bug where password rejection errors showed as an incomplete sentence during sign-up, password reset, and profile updates. It also bumps internal dependency versions.
→
Clerk @clerk/react@6.14.4 — This release of @clerk/react is a patch that only bumps its internal dependency on @clerk/shared to 4.29.2. No user-facing changes are included.
→
Clerk @clerk/fastify@3.1.68 — This is a patch release of @clerk/fastify that only bumps internal dependency versions (@clerk/backend and @clerk/shared). No functional changes are described.
→
Clerk @clerk/localizations@4.15.4 — Clerk's localizations package now shows a proper error message when a password matches an account's identifier, instead of a broken sentence. This is a minor UX/patch fix with a dependency bump, no API changes.
→
Clerk @clerk/shared@4.29.2 — Clerk's shared package fixes a bug where an incomplete error message ('Your password must contain .') appeared when a password matched an account identifier. The fix adds a proper localized message and a fallback for unrecognized password errors.
→
Clerk @clerk/vue@2.4.30 — This is a patch release of @clerk/vue that only bumps an internal dependency, @clerk/shared, to version 4.29.2. No new features, fixes, or breaking changes are included.
→
Clerk @clerk/react-router@3.6.12 — This is a patch release of @clerk/react-router that only updates internal dependency versions (backend, shared, react packages). No new features, fixes, or breaking changes are described.
→
Clerk @clerk/testing@2.2.25 — This is a patch release of @clerk/testing that only updates internal dependencies (@clerk/backend, @clerk/shared). No functional changes to the testing package itself.
→
Clerk @clerk/astro@4.0.14 — This is a patch release that removes an unused Vite optimizeDeps override which had triggered a deprecation warning under Astro 7. It also bumps internal @clerk/backend and @clerk/shared dependency versions.
→
Clerk @clerk/expo-passkeys@2.0.12 — This is a patch release of @clerk/expo-passkeys that only bumps an internal dependency, @clerk/shared, to version 4.29.2. No functional changes are described.
→
Clerk @clerk/nextjs@7.7.7 — This is a patch release of @clerk/nextjs that only bumps internal dependency versions (backend, shared, react). No user-facing changes are described.
→
Clerk @clerk/hono@0.1.68 — This is a patch release of @clerk/hono that only bumps internal dependency versions for @clerk/backend and @clerk/shared. No functional changes are described.
→
Clerk @clerk/electron@0.0.33 — This is a patch release of the Clerk Electron SDK that only bumps internal dependency versions (shared, react, clerk-js). No new features, fixes, or behavior changes are described.
→
Clerk @clerk/nuxt@3.0.10 — Patch release of @clerk/nuxt bumping internal dependency versions for backend, shared, and vue packages. No new features or breaking changes noted.
→
Clerk @clerk/express@2.1.58 — This is a patch release of @clerk/express that only bumps internal dependency versions (@clerk/backend, @clerk/shared). No functional or API changes are described.
→
Clerk @clerk/expo-google-signin@1.0.1 — This patch release fixes a bug where Android Credential Manager cancellation messages weren't passed through to @clerk/expo, making it hard to distinguish a real provider failure from a user simply dismissing the account chooser. Developers should upgrade @clerk/expo alongside this package and rebuild their native app to pick up the fix.
→
Next.js v16.3.1-canary.22 — This canary release of Next.js includes internal fixes to Turbopack's persistence layer and task backend, plus CI and test fixture maintenance. No user-facing features or breaking changes are included.
→
Better Auth v1.6.30 — Better Auth v1.6.30 fixes a rare async race causing intermittent auth/session context loss on concurrent cold-start requests. The SSO plugin also tightens organization auto-join to require verified domains on both sides, closing a spoofing edge case.
→
Vercel AI SDK @ai-sdk/workflow-harness@1.0.73 — This patch release of the AI SDK workflow harness only updates internal dependency versions. No new features or behavior changes are described.
→
Vercel AI SDK @ai-sdk/togetherai@3.0.32 — This is a patch release of the Together AI provider for the Vercel AI SDK, updating an internal dependency on @ai-sdk/openai-compatible. There is no new feature, breaking change, or security fix.
→
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.73 — This release of @ai-sdk/sandbox-vercel is a patch bump that only updates internal dependency versions. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.73 — This is a patch release of @ai-sdk/sandbox-just-bash that only bumps its dependency on @ai-sdk/harness. No functional changes are described.
→
Vercel AI SDK @ai-sdk/openai-compatible@3.0.31 — This patch fixes usage.raw in the OpenAI-compatible provider so that nested token detail objects (like audio/image/text token breakdowns) are no longer silently dropped when parsed loosely. Only the raw usage passthrough field changes; mapped token counts are unaffected.
→
Vercel AI SDK @ai-sdk/huggingface@2.0.31 — This release of the Hugging Face provider for Vercel AI SDK only updates its internal dependency on the OpenAI-compatible provider package. There are no user-facing feature or behavior changes.
→
Vercel AI SDK @ai-sdk/harness-pi@1.0.75 — This patch release adds structured output support to HarnessAgent via a new output property, plus a couple of dependency updates. It's a minor additive feature in a patch version, not a breaking or headline change.
→
Vercel AI SDK @ai-sdk/harness-opencode@1.0.74 — This patch release adds support for structured output to HarnessAgent via a new output property, along with dependency updates to @ai-sdk/harness. It's a minor incremental feature addition to a patch-level release.
→
Vercel AI SDK @ai-sdk/harness-grok-build@1.0.10 — This is a patch release of Vercel AI SDK's harness-grok-build package, adding structured output support to HarnessAgent via a new output property. It also bumps internal dependencies (harness-acp, harness).
→
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.73 — This patch release adds support for structured output to HarnessAgent via a new output property. It's a patch version bump with a minor feature addition and internal dependency updates.
→
Vercel AI SDK @ai-sdk/harness-codex@1.0.75 — This patch release adds structured output support to HarnessAgent via a new output property. It's a minor additive feature in a patch version bump with no breaking changes.
→
Vercel AI SDK @ai-sdk/harness-cline@1.0.1 — This patch release of the harness-cline package adds structured output support to HarnessAgent via a new output property, alongside a dependency bump to harness@1.0.73. It's an additive, backwards-compatible feature with no breaking changes.
→
Vercel AI SDK @ai-sdk/harness-claude-code@1.0.76 — This patch release for the Vercel AI SDK's Claude Code harness adds structured output support to HarnessAgent and fixes an MCP bridge bug that dropped anyOf/oneOf schema constraints on custom tools. It's a minor feature addition plus a bug fix with dependency updates.
→
Vercel AI SDK @ai-sdk/harness-acp@1.0.11 — This patch release adds structured output support to HarnessAgent via a new output property. It's a minor feature addition bundled with dependency updates, no breaking changes.
→
Vercel AI SDK @ai-sdk/harness@1.0.73 — This patch release adds structured output support to HarnessAgent via a new output property, and fixes a bug where the bridge event stream was claimed on connect instead of on start/resume. Both are incremental improvements with no breaking changes.
→
Vercel AI SDK @ai-sdk/google-vertex@5.0.55 — This is a patch release of the Google Vertex AI SDK provider that only bumps its internal dependency on @ai-sdk/openai-compatible. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/gmicloud@3.0.2 — This is a patch release of the gmicloud AI SDK provider that only bumps its dependency on the openai-compatible package. No functional changes are described.
→
Vercel AI SDK @ai-sdk/fireworks@3.0.33 — This is a patch release of the Fireworks provider for the Vercel AI SDK that only bumps its dependency on @ai-sdk/openai-compatible. No functional changes to the Fireworks package itself.
→
Vercel AI SDK @ai-sdk/deepinfra@3.0.31 — This is a patch release of @ai-sdk/deepinfra that only bumps its dependency on @ai-sdk/openai-compatible. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/cerebras@3.0.31 — This is a patch release of the Cerebras provider for the Vercel AI SDK that only bumps its internal dependency on @ai-sdk/openai-compatible. No new features or behavior changes are included.
→
Vercel AI SDK @ai-sdk/baseten@2.1.9 — This is a patch release of @ai-sdk/baseten that only bumps its dependency on @ai-sdk/openai-compatible. No functional changes are described.
→
Prisma v8.0.0-rc.2 — Prisma v8.0.0-rc.2, a release candidate, retires the prisma-next CLI binary, changes default aggregate return types back to plain numbers, and makes CHECK constraints and aggregate methods part of the emitted contract. These are significant breaking changes but they only land in a prerelease (rc) channel, not a stable release.
→
Liveblocks v3.24.0 — Liveblocks 3.24.0 adds a beta LiveText collaborative rich-text data structure, new editor integration packages for CodeMirror, Lexical, and ProseMirror, and a source field on storage updates. A minor bug fix for Tiptap's useIsEditorReady is also included.
→
Next.js v16.3.1-canary.21 — This canary release of Next.js includes internal changes: anchoring async local storage instances to global symbols, deflaking a test, scaffolding for a new concurrentRouterQueue flag, and reorganizing client router modules. No new features or breaking changes are described.
→