Critical — act before your next deploy
Clerk @clerk/astro@4.0.0
Clerk's Astro SDK v4 drops support for Astro 4 and removes `createRouteMatcher` from `@clerk/astro/server`, a stable public API. Apps using it for middleware-based route protection must migrate auth checks into each page/route handler or protected resources become unreachable via the old pattern.
Do this: Before upgrading, drop Astro 4 support requirement and replace all `createRouteMatcher` middleware checks with per-route `locals.auth()` checks in each page/API handler.
release notes →
Clerk @clerk/backend@3.12.0
A referrer-check bypass in isKnownClerkReferrer() let attacker-controlled hosts like accounts.attacker.com masquerade as Clerk's accounts portal, skipping the cross-origin handshake and session-freshness check. This is fixed in this release by scoping trust to the instance's actual frontend API domain.
Do this: Upgrade @clerk/backend to 3.12.0 or later now to close the cross-origin handshake bypass.
release notes →
Trigger.dev v4.5.6
This self-hosted release fixes a long list of authorization and injection vulnerabilities, including cross-org data leaks, replayable OAuth callbacks, and prototype pollution. It also removes shared default credentials from fresh installs, requiring self-hosters to set unique secrets or an explicit opt-out flag.
Do this: Upgrade self-hosted deployments immediately and set unique credential values (or ALLOW_INSECURE_DEFAULT_SECRETS=true only as a temporary bridge) before restarting.
release notes →
Notable
auth
Clerk @clerk/expo@4.0.0 — Clerk's Expo SDK now requires Expo SDK 54+, dropping support for SDK 53, and native Google Sign-In has been split into a separate optional package. Apps using useSignInWithGoogle must install @clerk/expo-google-signin and add its config plugin, but the hook's API is unchanged.
→
Clerk @clerk/expo-google-signin@1.0.0 — Clerk split the native Google Sign-In module out of @clerk/expo into a new optional package, @clerk/expo-google-signin. Apps using useSignInWithGoogle must now install and configure this new package or the hook will throw an error.
→
Clerk @clerk/expo-passkeys@2.0.0 — This major version of @clerk/expo-passkeys drops support for Expo SDK 53, requiring Expo SDK 54 or later. It's a stable release, but only affects apps still on the now-unsupported SDK 53.
→
Auth.js @auth/core@0.41.3 — This patch release fixes several security-relevant bugs in Auth.js core, including OAuth state/nonce/PKCE cookies not being bound to the originating provider and an email Unicode-normalization bypass. It also returns null instead of throwing on malformed Bearer tokens and resolves several dependency security advisories.
→
ai-apis
Vercel AI SDK @ai-sdk/anthropic@2.0.91 — This patch release of @ai-sdk/anthropic adds support for Anthropic's server-side fallback mode, mid-conversation tool changes via a new provider option, and a new claude-opus-5 model id with frontier-tier capabilities. These are additive, backwards-compatible features rather than breaking changes.
→
jobs
Inngest v1.38.0 — Inngest v1.38.0 adds a new beta v2 REST API for listing function runs, plus a new hard cap: sleep and wait-for-event steps can no longer exceed one year (returns InngestErrTimeoutTooLong). Also includes fixes to async opcode ordering/queue-time display and various queue/dashboard refactors.
→
hosting
Vercel @vercel/python@6.52.0 — Vercel's Python builder now does bytecode compilation in a single subprocess for faster builds, serves FastAPI static files via CDN, and exposes the resolved rewrite destination as the observed request path. That last change alters what path Python frameworks see after a rewrite, which the notes explicitly flag as a behavior change worth reviewing.
→
edge
Cloudflare Workers @cloudflare/vite-plugin@1.47.0 — The Cloudflare Vite plugin and wrangler dev now capture local traces, spans, and logs for Worker invocations, viewable in a new Observability tab. Also fixes an issue where a workerd crash during local dev left Miniflare unable to serve further requests.
→
frontend
Next.js v16.2.11 — Next.js 16.2.11 patches nine security advisories, including four High-severity issues (Server Actions DoS, Turbopack middleware bypass, and two SSRF vectors) and five Moderate cache/DoS/disclosure bugs. This is a stable release, so any app running Next.js in production is affected until upgraded.
→
Next.js v15.5.21 — Next.js 15.5.21 patches four High-severity advisories including DoS in Server Actions, a Turbopack middleware bypass, and two SSRF issues in rewrites and custom-server Server Actions. It also fixes five Moderate advisories covering cache confusion, SVG image-optimization DoS, and exposed internal Server Function endpoints.
→
FYI — patches & minor (459)
Vercel AI SDK @ai-sdk/google-vertex@5.0.31 — This is a patch release of the Google Vertex provider for the Vercel AI SDK that only bumps its dependency on @ai-sdk/anthropic. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/anthropic-aws@2.0.13 — This is a patch release of the AWS-hosted Anthropic provider for the Vercel AI SDK, bumping its internal dependency on @ai-sdk/anthropic. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/anthropic@4.0.21 — This patch fixes how the Anthropic provider reports thinking/reasoning token usage in the AI SDK. It's an internal accounting correction with no API surface change.
→
Vercel AI SDK @ai-sdk/amazon-bedrock@5.0.32 — This patch release fixes a bug where the Amazon Bedrock provider incorrectly sent tool `strict` and `output_config.format` fields for Claude models on Bedrock, which rejects them. It also bumps the internal @ai-sdk/anthropic dependency.
→
Vercel AI SDK @ai-sdk/google-vertex@4.0.172 — This is a patch release of the Google Vertex AI provider that only bumps its dependency on the Anthropic provider package. No functional changes are described.
→
Vercel AI SDK @ai-sdk/anthropic-aws@1.0.25 — Patch release of the AWS Bedrock variant of the Anthropic provider for Vercel AI SDK, pulling in an updated @ai-sdk/anthropic dependency. No new features or breaking changes noted.
→
Vercel AI SDK @ai-sdk/anthropic@3.0.103 — This patch fixes a bug where thinking tokens from Anthropic models were not being reported as reasoning token usage. It's a small internal accounting fix with no API changes.
→
Vercel AI SDK @ai-sdk/amazon-bedrock@4.0.142 — This patch release for the Bedrock provider stops sending the tool `strict` and `output_config.format` fields for Claude models on Bedrock, since Bedrock rejects them. It also bumps the internal @ai-sdk/anthropic dependency.
→
Next.js v16.3.0-canary.97 — This canary release of Next.js bundles internal fixes and refactors for dev server tooling, including source map handling, Cache Components dev validation running on a worker thread, and HMR performance tweaks. No new stable features, breaking changes, or security fixes are included.
→
Next.js v16.2.12 — Next.js v16.2.12 is a patch release backporting documentation fixes and TypeScript 7 compatibility fixes to the 16.2 line. No new features, breaking changes, or security fixes are included.
→
Next.js v15.5.22 — Next.js 15.5.22 makes the build reject TypeScript versions 7.0 and above with a clearer error message instead of failing silently. This is a small compatibility guardrail with no behavior change for supported TypeScript versions.
→
shadcn/ui shadcn@4.15.0 — shadcn CLI adds a public addRegistryItems API to install registry items programmatically, without going through the CLI.
→
Kysely v0.30.0-beta.0 — Kysely 0.30 beta deprecates the disableTransactions migrator option in favor of a new transactionMode setting with per-run, per-migration, or none behavior. It also adds compile-time errors for passing BLOB columns to SQLite JSON helpers.
→
Next.js v16.3.0-canary.96 — This canary release bundles internal performance tweaks (monomorphic hidden classes for route caching), Turbopack tree-shaking work, docs updates, and minor dev-experience fixes. No breaking changes or headline features are included.
→
Vercel AI SDK @ai-sdk/google-vertex@4.0.171 — This is a patch release of the Google Vertex AI SDK provider that only bumps an internal dependency, @ai-sdk/google, to a newer patch version. No functional changes are described for this package itself.
→
Vercel AI SDK @ai-sdk/google@3.0.101 — Small patch to the Google AI SDK provider that fixes handling of function call IDs unsupported by the API. No new features or breaking changes.
→
Clerk @clerk/vue@2.4.20 — This release only bumps the internal @clerk/shared dependency to 4.25.8. No user-facing API or behavior changes are included.
→
Clerk @clerk/nextjs@7.6.1 — This release only bumps internal Clerk dependency versions (shared, react, backend) for @clerk/nextjs. No functional or API changes are described.
→
Clerk @clerk/backend@3.13.1 — This release only bumps the internal @clerk/shared dependency to 4.25.8. No new features, fixes, or behavior changes to @clerk/backend itself.
→
Clerk @clerk/react-router@3.5.15 — This release of @clerk/react-router only bumps internal dependency versions (shared, react, backend packages). No functional or API changes are included.
→
Clerk @clerk/localizations@4.13.8 — This is a patch release of @clerk/localizations that only bumps an internal dependency, @clerk/shared, to a newer patch version. It contains no user-facing feature, fix, or behavior change.
→
Clerk @clerk/testing@2.2.13 — This is a patch release of the Clerk testing package that only bumps internal dependency versions (@clerk/shared and @clerk/backend). No functional or API changes are included.
→
Clerk @clerk/ui@1.26.0 — Clerk's @clerk/ui package exposes new composable UserProfile and OrganizationProfile subcomponents under an experimental namespace. A bug fix addresses a CardState error in the experimental organization profile panel, alongside routine dependency bumps.
→
Clerk @clerk/react@6.12.8 — This is a patch release of @clerk/react containing internal plumbing for composed UserProfile/OrganizationProfile subcomponents and a dependency bump to @clerk/shared. No public API or behavior changes are described.
→
Clerk @clerk/express@2.1.46 — This release of @clerk/express only bumps internal Clerk dependency versions (@clerk/shared, @clerk/backend). No functional or API changes for consumers.
→
Clerk @clerk/nuxt@2.6.22 — This release only bumps internal dependency versions for the Clerk Nuxt SDK. No new features, fixes, or breaking changes are described.
→
Clerk @clerk/chrome-extension@3.1.58 — This is a patch release of the Clerk Chrome extension SDK that only bumps internal dependencies (clerk-js, shared, react, ui). No new features, breaking changes, or security fixes are mentioned.
→
Clerk @clerk/expo@4.0.3 — This is a patch release for @clerk/expo fixing a bug where native client updates could overwrite a signed-in Expo client with a stale or sessionless one. It adds validation to native-to-JS sync and 401 recovery, restoring the previous token when a client change fails validation.
→
Clerk @clerk/shared@4.25.8 — This is an internal patch release to @clerk/shared adding plumbing for @clerk/ui's composed UserProfile and OrganizationProfile subcomponents. No public API changes or action needed for consumers.
→
Clerk @clerk/tanstack-react-start@1.4.23 — This release only bumps internal dependency versions for @clerk/shared, @clerk/react, and @clerk/backend. There are no functional, breaking, or security changes.
→
Clerk @clerk/fastify@3.1.56 — This is a patch release of @clerk/fastify that only bumps internal dependency versions (@clerk/shared and @clerk/backend). No user-facing changes are included.
→
Clerk @clerk/electron@0.0.19 — This is a patch release of the Clerk Electron SDK that only bumps internal dependency versions (clerk-js, shared, react). No functional or API changes are described.
→
Clerk @clerk/clerk-js@6.25.8 — This is an internal patch release preparing clerk-js to support composed UserProfile/OrganizationProfile subcomponents in @clerk/ui, alongside a routine dependency bump. No user-facing features, breaking changes, or security fixes are included.
→
Clerk @clerk/astro@4.0.2 — This is a patch release of @clerk/astro that only bumps internal dependency versions (@clerk/shared and @clerk/backend). No functional changes or new behavior are introduced.
→
Clerk @clerk/expo-passkeys@2.0.2 — This release of @clerk/expo-passkeys only bumps an internal dependency (@clerk/shared) with no code changes of its own. There are no new features, fixes, or breaking changes to note.
→
Clerk @clerk/hono@0.1.56 — This is a patch release of @clerk/hono that only bumps internal dependency versions (@clerk/shared, @clerk/backend). No functional or API changes are described.
→
Vercel @vercel/static-build@2.11.9 — This is a patch release of the Vercel static-build builder that bumps its internal gatsby-plugin-vercel-builder dependency. No public API or behavior changes are documented.
→
Vercel @vercel/oidc-aws-credentials-provider@3.3.1 — Patch release of the Vercel OIDC AWS credentials provider bumping its @vercel/oidc dependency to 3.8.1. No new features or breaking changes are mentioned.
→
Vercel @vercel/oidc@3.8.1 — This is a patch release of @vercel/oidc that only bumps an internal dependency, @vercel/cli-config, to 0.2.1. No functional or API changes are described.
→
Vercel @vercel/node@5.8.27 — This release only bumps the internal @vercel/build-utils dependency to 5.8.27. No user-facing behavior changes.
→
Vercel @vercel/nestjs@0.2.107 — This release bumps the internal @vercel/node dependency to 5.8.27 for the NestJS builder. No new features or breaking changes are mentioned.
→
Vercel @vercel/koa@0.1.86 — @vercel/koa 0.1.86 is a patch release that bumps its internal dependency on @vercel/node to 5.8.27. No feature, breaking, or security content is described.
→
Vercel @vercel/hono@0.2.106 — This is a patch release of @vercel/hono that only bumps its dependency on @vercel/node to 5.8.27. No new features or breaking changes are included.
→
Vercel @vercel/h3@0.1.112 — This release bumps the internal @vercel/node dependency version with no code changes described. It's a routine patch-level update.
→
Vercel @vercel/gatsby-plugin-vercel-builder@2.2.29 — This is a patch release of the Gatsby plugin for Vercel that only bumps its internal dependency on @vercel/build-utils. No user-facing behavior changes.
→
Vercel @vercel/functions@3.7.6 — This release bumps the internal @vercel/oidc dependency to 3.8.1 with no other changes noted. It's a routine patch release with no user-facing impact.
→
Vercel @vercel/fs-detectors@6.13.3 — This is a patch release of @vercel/fs-detectors that only updates its internal dependency on @vercel/build-utils. No user-facing changes are included.
→
Vercel @vercel/fastify@0.1.106 — This is a patch release of @vercel/fastify that bumps its dependency on @vercel/node to version 5.8.27. No feature, breaking, or security changes are described.
→
Vercel @vercel/express@0.1.117 — This is a patch release of @vercel/express bumping its @vercel/node dependency alongside an internal package version. No new features or breaking changes are mentioned.
→
Vercel @vercel/elysia@0.1.103 — This is a patch release of @vercel/elysia that only bumps its internal dependency on @vercel/node to version 5.8.27. No user-facing features, fixes, or breaking changes are described.
→
Vercel @vercel/container@0.1.0 — Vercel's container builder now includes a package manifest in its output. This is a minor addition to a 0.x prerelease-stage package with no user-facing breaking impact.
→
Vercel @vercel/connect@0.4.3 — This is a patch release of @vercel/connect adding token exchange subjects to ConnectTokenParams and an experimental helper for creating installation requests. No breaking changes or stable-facing headline features.
→
Vercel @vercel/client@18.1.1 — This is a patch release of @vercel/client that only bumps its dependency on @vercel/build-utils. No functional or API changes are described.
→
Vercel @vercel/cli-config@0.2.1 — Vercel CLI now gates its native binary trampoline behind an explicit opt-in flag rather than running it automatically. This is a patch release adding a config option and a lighter import path, with no breaking or security implications.
→
Vercel @vercel/cli-auth@0.3.1 — This is a patch release of @vercel/cli-auth that only bumps its internal dependency on @vercel/cli-config to 0.2.1. There are no functional or breaking changes for end users.
→
Vercel vercel@57.0.0 — Vercel CLI 57.0.0 is mostly a patch-level release: it optionally gates a new native binary trampoline behind an opt-in flag, improves alert output, preserves team scope across re-auth, and bumps many builder packages. The one minor change makes service bindings type optional, a non-breaking, backwards-compatible tweak.
→
Vercel @vercel/cervel@0.1.34 — This release contains only a dependency version bump to @vercel/backends 0.8.26, with no described feature or fix content. No developer-facing behavior changes are documented.
→
Vercel @vercel/build-utils@13.35.0 — Vercel's build-utils package made a service bindings type optional in a minor release. This is an internal type-signature tweak with no headline feature or behavior change.
→
Vercel @vercel/aws@0.2.8 — This is a patch release of @vercel/aws that bumps its dependency on @vercel/oidc-aws-credentials-provider to version 3.3.1. No feature, breaking, or security changes are described.
→
Vercel @vercel/backends@0.8.26 — This is a patch release of @vercel/backends that only bumps its internal @vercel/build-utils dependency. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/workflow-harness@1.0.43 — This patch release removes a broken interrupt() layer from the workflow harness's bridge channel implementation. It's an internal bug fix with no new features or breaking changes.
→
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.43 — This release only bumps the internal @ai-sdk/harness dependency version for the Vercel sandbox package. No user-facing API, feature, or behavior changes are included.
→
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.43 — This release only 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/harness-pi@1.0.43 — This release only updates internal dependency pins (@ai-sdk/harness) with no direct code changes. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/harness-opencode@1.0.44 — Patch release for the AI SDK OpenCode harness that removes a broken bridge channel.interrupt() layer and its usages. Bundles routine dependency updates from the underlying harness package.
→
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.42 — This patch release fixes a bug in the harness bridge by removing a broken channel.interrupt() layer, along with pulling in a few dependency updates. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/harness-codex@1.0.45 — This is a patch release of the Codex harness for the Vercel AI SDK that removes a broken bridge interrupt layer. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/harness-claude-code@1.0.44 — This patch release removes a broken internal bridge interrupt layer from the Claude Code harness integration in the Vercel AI SDK. It's an internal fix with dependency bumps, no user-facing API or behavior change.
→
Vercel AI SDK @ai-sdk/harness@1.0.43 — This patch release fixes telemetry reporting for multi-step turns, prevents spurious turn-finished/failed events when a turn is suspended, and removes a broken interrupt() bridge layer. All changes are internal bug fixes with no new features or breaking changes.
→
Vercel AI SDK @ai-sdk/google-vertex@5.0.30 — This is a patch release of @ai-sdk/google-vertex that only bumps its internal dependency on @ai-sdk/google. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/google@4.0.24 — This patch release fixes the Google provider to omit function call IDs that Google's API doesn't support. It's an internal bug fix with no new features or breaking changes.
→
Vercel AI SDK @ai-sdk/anthropic-aws@2.0.12 — This is a patch release of the AWS-hosted Anthropic provider for Vercel AI SDK, bumping only its internal dependency on @ai-sdk/anthropic. No functional changes are described.
→
Vercel AI SDK @ai-sdk/anthropic@4.0.20 — This is a patch release adding new opt-in Anthropic provider features: automatic fallback routing for safety-refused requests, mid-conversation tool changes, and support for the new claude-opus-5 model. Nothing here changes existing defaults or breaks current behavior.
→
Vercel AI SDK @ai-sdk/amazon-bedrock@5.0.31 — This release only bumps the internal @ai-sdk/anthropic dependency to 4.0.20. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/google-vertex@4.0.170 — This is a patch release of @ai-sdk/google-vertex that only bumps its dependency on @ai-sdk/anthropic to pick up upstream patch fixes. No functional changes are described for the google-vertex package itself.
→
Vercel AI SDK @ai-sdk/anthropic-aws@1.0.24 — This is a patch release of the AWS-hosted Anthropic provider for the Vercel AI SDK, bumping only its dependency on @ai-sdk/anthropic. No new features or behavior changes are described.
→
Vercel AI SDK @ai-sdk/anthropic@3.0.102 — This patch release of the Anthropic provider adds support for fallback routing on safety-classifier refusals, mid-conversation tool changes, and a new claude-opus-5 model id. These are opt-in provider features and a new model addition, not breaking changes to existing behavior.
→
Vercel AI SDK @ai-sdk/amazon-bedrock@4.0.141 — This is a patch release of the Bedrock provider for Vercel AI SDK that only bumps its dependency on @ai-sdk/anthropic.
→
Vercel AI SDK @ai-sdk/google-vertex@3.0.158 — This is a patch release of @ai-sdk/google-vertex that only bumps its dependency on @ai-sdk/anthropic to pick up upstream fixes. No functional changes are described for the Vertex package itself.
→
Vercel AI SDK @ai-sdk/anthropic-aws@0.1.6 — This is a patch release of the AWS-hosted Anthropic provider for the Vercel AI SDK that only bumps its dependency on @ai-sdk/anthropic. No new features, fixes, or behavior changes are described.
→
Vercel AI SDK @ai-sdk/amazon-bedrock@3.0.111 — This release only bumps the internal @ai-sdk/anthropic dependency version. No functional or API changes are included.
→
Anthropic SDK sdk-v0.115.0 — This release adds a new claude-opus-5 model constant, tool addition/removal content blocks with tool_change events, and expanded client/server-side fallback credit token handling. A bug fix also ensures abort listeners are released when requests settle, preventing listener buildup.
→
Liveblocks v3.23.0 — Liveblocks 3.23.0 adds LiveFile, a new storage primitive for uploading and retrieving files/videos, plus corresponding client, React, and Node SDK methods. It also adds comment attachment upload support and Python SDK methods for file and attachment uploads.
→
Railway v5.28.1 — Railway v5.28.1 fixes a bug where agent onboarding could hang, discovered while dogfooding in a Railway Sandbox. This is a routine patch release with no user-facing API or config changes.
→
Next.js v16.3.0-canary.95 — This canary build is mostly internal cleanup: Turbopack watcher/file-system refactors, a React bump, and stricter throwing for invalid generateStaticParams usage with static export. It also removes the already-inert experimental.viewTransition flag now that view transitions ship stably elsewhere.
→
Vercel AI SDK @ai-sdk/workflow-harness@1.0.42 — This release only bumps the internal @ai-sdk/harness dependency to 1.0.42. No functional changes are described.
→
Vercel AI SDK @ai-sdk/workflow@1.0.37 — This release is a patch bump to @ai-sdk/workflow that only updates its internal dependency on the ai package to 7.0.37. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/vue@4.0.37 — This release only bumps the internal ai dependency to 7.0.37 for @ai-sdk/vue. No user-facing changes are described.
→
Vercel AI SDK @ai-sdk/tui@1.0.38 — This is a patch release of @ai-sdk/tui that just bumps its dependency on the ai package to 7.0.37. No feature, breaking, or security changes are described.
→
Vercel AI SDK @ai-sdk/svelte@5.0.37 — This is a patch release of the Svelte AI SDK bindings that bumps the internal ai@7.0.37 dependency. No new features, breaking changes, or fixes are described.
→
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.42 — This release only bumps an internal dependency (@ai-sdk/harness) to a new patch version. No code, API, or behavior changes are described.
→
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.42 — This release is a patch-only version bump for @ai-sdk/sandbox-just-bash, pulling in a dependency update to @ai-sdk/harness@1.0.42. No new features, deprecations, or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/rsc@3.0.37 — This release only bumps the internal ai dependency to 7.0.37 for @ai-sdk/rsc. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/react@4.0.40 — This release only bumps the internal ai dependency to version 7.0.37, with no changes to @ai-sdk/react itself. There is no new feature, breaking change, or security fix noted.
→
Vercel AI SDK @ai-sdk/policy-opa@1.0.37 — This is a patch release of @ai-sdk/policy-opa bumping its internal dependency on the ai package to 7.0.37. No feature, breaking, or security changes are noted.
→
Vercel AI SDK @ai-sdk/otel@1.0.37 — Otel package patch release for the Vercel AI SDK, bumping its dependency on the ai package to 7.0.37. No feature or behavior changes are described.
→
Vercel AI SDK @ai-sdk/openai@4.0.20 — This patch release adds programmatic tool calling support for OpenAI Responses in the Vercel AI SDK, including hosted program tools, function caller controls, and structured output schemas. It's a backwards-compatible addition with no breaking changes.
→
Vercel AI SDK @ai-sdk/llamaindex@3.0.37 — This is a patch release of @ai-sdk/llamaindex that bumps its ai dependency to 7.0.37. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/langchain@3.0.37 — This is a patch release of the LangChain integration for Vercel's AI SDK, bumping only its internal dependency on the ai package to 7.0.37. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/harness-pi@1.0.42 — This release only bumps the internal @ai-sdk/harness dependency version. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/harness-opencode@1.0.43 — This is a patch release that only bumps the internal @ai-sdk/harness dependency to 1.0.42. No user-facing changes are described.
→
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.41 — This is a routine patch release of the Vercel AI SDK harness-deepagents package, bumping its dependency on @ai-sdk/harness to 1.0.42. No new features, breaking changes, or fixes are described.
→
Vercel AI SDK @ai-sdk/harness-codex@1.0.44 — This release only bumps the internal @ai-sdk/harness dependency to 1.0.42 for the harness-codex package. No new features, fixes, or behavior changes are described.
→
Vercel AI SDK @ai-sdk/harness-claude-code@1.0.43 — This is a patch release of the Vercel AI SDK's Claude Code harness package, bumping its dependency on @ai-sdk/harness to 1.0.42. No functional changes are described.
→
Vercel AI SDK @ai-sdk/harness@1.0.42 — This release only bumps the internal 'ai' dependency to 7.0.37 with no other changes listed. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/google-vertex@5.0.28 — This is a patch release of the Google Vertex provider for the Vercel AI SDK that only updates its dependency on @ai-sdk/anthropic. No functional changes to the Vertex provider itself.
→
Vercel AI SDK @ai-sdk/gateway@4.0.28 — This patch release only updates internal gateway model settings files for the AI SDK Gateway provider. No public API or behavior changes for consumers.
→
Vercel AI SDK @ai-sdk/vue@2.0.220 — This is a patch release of @ai-sdk/vue that only bumps its internal dependency on the ai package to 5.0.220. No user-facing changes are described.
→
Vercel AI SDK @ai-sdk/azure@4.0.21 — This is a patch release of @ai-sdk/azure that only bumps its internal dependency on @ai-sdk/openai to 4.0.20. No user-facing API or behavior changes are described.
→
Vercel AI SDK @ai-sdk/svelte@3.0.220 — This release only bumps the internal ai@5.0.220 dependency for the Svelte package of the Vercel AI SDK. No new features, deprecations, or breaking changes are included.
→
Vercel AI SDK @ai-sdk/anthropic-aws@2.0.11 — This is a patch release of the Anthropic AWS Bedrock provider for the Vercel AI SDK, bumping its dependency on @ai-sdk/anthropic to 4.0.19. No functional changes are described.
→
Vercel AI SDK @ai-sdk/rsc@1.0.222 — This is a patch release of @ai-sdk/rsc that bumps its dependency on the core ai package to 5.0.220. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/anthropic@4.0.19 — Patch release fixes how the Anthropic provider picks capability defaults for unrecognized Claude model IDs, using current-gen defaults instead of overly conservative ones. Legacy Claude and non-Claude models keep their existing conservative defaults.
→
Vercel AI SDK @ai-sdk/react@2.0.222 — This is a patch release of @ai-sdk/react that only bumps its internal dependency on the ai package. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/angular@3.0.37 — This release only bumps the internal ai dependency to 7.0.37 for the Angular AI SDK package. No new features or behavior changes are included.
→
Vercel AI SDK @ai-sdk/openai@2.0.115 — This patch release updates default handling for reasoning, service tier, and image options so they automatically apply to newer OpenAI model versions as they're recognized. It's an internal compatibility fix with no API changes required by consumers.
→
Vercel AI SDK @ai-sdk/amazon-bedrock@5.0.30 — This release of @ai-sdk/amazon-bedrock only bumps its internal dependencies on @ai-sdk/openai and @ai-sdk/anthropic. No functional changes to the Bedrock provider itself.
→
Vercel AI SDK @ai-sdk/llamaindex@1.0.220 — This is a patch release of the LlamaIndex integration for the Vercel AI SDK, bumping its dependency on the core ai package to 5.0.220. No feature or behavior changes are described.
→
Vercel AI SDK @ai-sdk/langchain@1.0.220 — This is a patch release of the LangChain integration for Vercel's AI SDK, bumping only its internal dependency on the ai package to 5.0.220. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK ai@7.0.37 — This is a patch release of the Vercel AI SDK that only bumps an internal dependency, @ai-sdk/gateway. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/google-vertex@3.0.157 — This is a patch release of the Vercel AI SDK Google Vertex provider that updates dependencies to pick up an upstream fix defaulting unknown Gemini model IDs to the newest supported capabilities. No breaking changes or new features are introduced directly.
→
Vercel AI SDK @ai-sdk/gateway@2.0.119 — This patch release only backports an update to internal gateway model settings files. No API changes or user-facing behavior are affected.
→
Vercel AI SDK @ai-sdk/google@2.0.85 — @ai-sdk/google 2.0.85 is a patch release that changes the default behavior for unrecognized Gemini model IDs, mapping them to the newest supported capabilities instead of failing or using stale defaults. This is a backward-compatible fallback improvement, not a new feature or breaking change.
→
Vercel AI SDK @ai-sdk/azure@2.0.120 — This is a patch release of the Azure provider for the Vercel AI SDK that only updates its internal dependency on @ai-sdk/openai. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/anthropic-aws@0.1.5 — This is a patch release of the AWS Bedrock provider for the Anthropic AI SDK that only bumps its internal @ai-sdk/anthropic dependency. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/anthropic@2.0.90 — Anthropic provider patch fixes capability defaults so unrecognized Claude model IDs get current-generation defaults instead of overly conservative ones. Legacy Claude and non-Claude models keep the old conservative defaults.
→
Vercel AI SDK @ai-sdk/angular@1.0.220 — This is a patch release of the Angular bindings for the Vercel AI SDK, bumping only its dependency on the core ai package to 5.0.220. No new features, breaking changes, or fixes are described.
→
Vercel AI SDK @ai-sdk/amazon-bedrock@3.0.110 — This is a patch release of the Amazon Bedrock provider for the Vercel AI SDK that only updates an internal dependency, @ai-sdk/anthropic. No functional changes or API impacts for consumers.
→
Vercel AI SDK ai@5.0.220 — This release only bumps the internal @ai-sdk/gateway dependency to 2.0.119. No new features, breaking changes, or fixes are described.
→
Vercel AI SDK @ai-sdk/vue@3.0.235 — Patch release of @ai-sdk/vue that bumps its ai dependency to 6.0.235. No new features or breaking changes noted.
→
Vercel AI SDK @ai-sdk/svelte@4.0.235 — This release bumps the @ai-sdk/svelte package to sync with ai@6.0.235. No new features or breaking changes are mentioned.
→
Vercel AI SDK @ai-sdk/rsc@2.0.235 — This is a patch release of the Vercel AI SDK's RSC package bumping its internal dependency on the core ai package to 6.0.235. No new features or fixes are described beyond the version bump.
→
Vercel AI SDK @ai-sdk/react@3.0.237 — This release only bumps the internal ai dependency to 6.0.235 with no other changes listed. It's a routine patch with no user-facing behavior change.
→
Vercel AI SDK @ai-sdk/openai@3.0.88 — This patch adjusts default settings (reasoning, service tier, image) so they automatically apply to newer OpenAI model versions as they're recognized. No API surface changes for existing users.
→
Vercel AI SDK @ai-sdk/llamaindex@2.0.235 — This is a patch release of the llamaindex integration package that simply bumps its dependency on the core ai package to version 6.0.235. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/langchain@2.0.243 — This is a patch release of the langchain adapter that only bumps its internal dependency on the core ai package. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/google-vertex@4.0.169 — This patch release updates the Google Vertex provider's dependencies on @ai-sdk/google and @ai-sdk/anthropic. The main change is that unknown Gemini model IDs now default to the newest supported capabilities.
→
Vercel AI SDK @ai-sdk/google@3.0.100 — This patch release changes how the Google provider handles unrecognized Gemini model IDs, defaulting them to the newest supported capability set instead of failing or using stale defaults. It's a minor internal behavior tweak, not a new feature or breaking change.
→
Vercel AI SDK @ai-sdk/gateway@3.0.157 — This is a patch release for the Vercel AI SDK gateway package that updates internal model settings files. No user-facing API changes or features are included.
→
Vercel AI SDK @ai-sdk/azure@3.0.93 — This is a patch release of @ai-sdk/azure that only bumps its internal dependency on @ai-sdk/openai. No new features or breaking changes are described.
→
Vercel AI SDK @ai-sdk/anthropic-aws@1.0.23 — This is a patch release of the AWS-specific Anthropic provider for Vercel AI SDK, bumping to pick up an updated @ai-sdk/anthropic dependency. No new features or breaking changes are mentioned.
→
Vercel AI SDK @ai-sdk/anthropic@3.0.101 — The Anthropic provider in Vercel AI SDK now applies current-generation capability defaults for unrecognized Claude model IDs, while keeping conservative defaults for legacy/non-Claude models. This is a bug fix affecting default capability detection, not a public API change.
→
Vercel AI SDK @ai-sdk/angular@2.0.236 — This is a patch release of the Angular Vercel AI SDK adapter, bumping its dependency on the core ai package. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/amazon-bedrock@4.0.140 — This patch release for @ai-sdk/amazon-bedrock updates dependencies, including a fix in @ai-sdk/anthropic that adjusts default capability settings for unrecognized Claude model IDs. No functional changes are made to the Bedrock package itself.
→
Vercel AI SDK ai@6.0.235 — This release only bumps the internal @ai-sdk/gateway dependency to a newer patch version. No public API changes or new features are included.
→
OpenAI SDK v6.49.0 — OpenAI's Node SDK v6.49.0 adds minor features like Standard Schema support, a Zod realtime function helper, and admin spend_limit APIs, alongside several bug fixes for Zod schema handling, Azure endpoint normalization, and stream audio markers. No breaking changes or security advisories are called out.
→
Clerk @clerk/clerk-js@6.25.7 — This is a patch release of clerk-js that only bumps an internal dependency, @clerk/shared, to 4.25.7. No functional changes are described.
→
Clerk @clerk/astro@4.0.1 — This is a patch release fixing a bug where clerkMiddleware() would consume the request body, plus an internal refactor to share the patchRequest() helper across framework SDKs. No new features or breaking changes are included.
→
Clerk @clerk/vue@2.4.19 — This release only bumps the internal @clerk/shared dependency to 4.25.7. No user-facing features, fixes, or breaking changes.
→
Clerk @clerk/expo@4.0.2 — This is a patch release of @clerk/expo that bumps the bundled clerk-ios SDK from 1.3.2 to 1.3.3 and updates internal dependencies. No API changes or new features.
→
Clerk @clerk/chrome-extension@3.1.57 — This is a patch release of the Clerk Chrome Extension SDK that only bumps internal dependency versions. No new features, fixes, or breaking changes are described.
→
Clerk @clerk/nextjs@7.6.0 — Clerk's Next.js SDK adds an fapiUrl option to Frontend API proxy helpers, letting apps point requests at a custom Clerk Frontend API URL. The rest of the release is dependency version bumps.
→
Clerk @clerk/express@2.1.45 — This is a patch release of @clerk/express that only updates internal dependencies (@clerk/backend and @clerk/shared). No user-facing changes or API modifications are included.
→
Clerk @clerk/fastify@3.1.55 — This release of @clerk/fastify only bumps its internal dependencies on @clerk/backend and @clerk/shared. There are no new features, deprecations, or breaking changes.
→
Clerk @clerk/shared@4.25.7 — An internal helper function used by Clerk's SDKs was refactored for reuse across different framework packages. This is an internal implementation detail with no public API changes.
→
Clerk @clerk/tanstack-react-start@1.4.22 — This is a patch release for @clerk/tanstack-react-start that moves an internal helper function for reuse across framework SDKs and bumps dependency versions. No user-facing features or breaking changes are included.
→
Clerk @clerk/hono@0.1.55 — This release of @clerk/hono only bumps its internal dependencies on @clerk/backend and @clerk/shared. No new features or breaking changes are described.
→
Clerk @clerk/electron@0.0.18 — This release only bumps internal dependency versions for @clerk/electron with no functional changes. It's a routine patch release.
→
Clerk @clerk/react-router@3.5.14 — This is an internal patch release for Clerk's React Router SDK that refactors a helper function for reuse across framework SDKs. It bumps dependency versions with no user-facing feature or breaking change.
→
Clerk @clerk/nuxt@2.6.21 — This release of @clerk/nuxt only bumps internal dependency versions (backend, shared, vue packages). No new features, fixes, or behavior changes are described.
→
Clerk @clerk/expo-passkeys@2.0.1 — This release only bumps the internal @clerk/shared dependency to 4.25.7 for expo-passkeys. No functional or API changes are included.
→
Clerk @clerk/react@6.12.7 — This release only bumps the internal @clerk/shared dependency to 4.25.7. No user-facing changes are included.
→
Clerk @clerk/testing@2.2.12 — This is a patch release of @clerk/testing that only bumps internal dependency versions (@clerk/backend and @clerk/shared). No functional changes to the package itself.
→
Clerk @clerk/ui@1.25.8 — This is a patch release fixing RTL layout issues in the organization members footer and MFA setup task header using logical CSS properties. It also bumps internal dependency versions.
→
Clerk @clerk/localizations@4.13.7 — This release only bumps the internal @clerk/shared dependency version for the Clerk localizations package. No user-facing changes are included.
→
Clerk @clerk/backend@3.13.0 — Clerk's backend SDK adds an fapiUrl option to Frontend API proxy helpers, letting requests target a custom Clerk Frontend API URL. The rest of the release is a routine dependency bump.
→
Anthropic SDK sdk-v0.114.0 — The Anthropic TypeScript SDK adds a new stop reason value, 'model_context_window_exceeded', for API responses. No breaking changes or deprecations are included in this release.
→
Cloudflare Workers @cloudflare/vitest-pool-workers@0.18.8 — This is a patch release fixing a bug where errors during test Worker disposal could incorrectly fail otherwise-passing test runs; those errors are now logged instead. It also bumps its wrangler and miniflare dependencies.
→
Cloudflare Workers create-cloudflare@2.70.14 — This is a patch release for create-cloudflare containing dependency bumps and template fixes, including a fix for a broken h3 dependency resolution that crashed Nuxt dev servers on pnpm. No new features, breaking changes, or security fixes.
→
Cloudflare Workers wrangler@4.114.0 — Wrangler 4.114.0 adds an opt-in local-dev observability feature (traces/logs for local Worker invocations) plus several bug fixes and dependency bumps. No breaking changes or security fixes are included.
→
Cloudflare Workers @cloudflare/runtime-types@0.0.5 — This is a patch release of Cloudflare's Workers runtime types package that only updates internal dependency versions, notably miniflare. There is no new feature, breaking change, or security fix described.
→
Cloudflare Workers @cloudflare/pages-shared@0.13.160 — This is a patch release of pages-shared that only bumps its internal miniflare dependency. No functional or API changes are described.
→
Cloudflare Workers @cloudflare/remote-bindings@0.0.2 — This is a patch release of @cloudflare/remote-bindings that only bumps internal dependency versions (workers-auth, deploy-helpers, miniflare). No feature or behavior changes are described.
→
Cloudflare Workers @cloudflare/deploy-helpers@0.6.1 — This patch release improves the D1 database-limit error message in wrangler to point users toward upgrading their plan or requesting a higher limit, alongside existing dependency bumps like miniflare. No breaking changes or new features are introduced.
→
Cloudflare Workers miniflare@4.20260722.0 — This miniflare release adds an opt-in local-dev observability trace viewer and a batch of patches: correct queue byte-limit errors, updated sharp/workerd/workers-types dependencies, and automatic workerd restart after local crashes. Nothing here changes stable public APIs or defaults in production.
→
Cloudflare Workers @cloudflare/workers-auth@0.5.2 — This patch release cleans up wording in Cloudflare's auth profile error messages so they aren't Wrangler-specific, and adds a `cf auth create` entry to cf's auth descriptor. It's an internal DX/documentation-style tweak with no functional or breaking impact.
→
Deno v2.9.4 — Deno 2.9.4 is a patch release with dozens of bug fixes, small perf improvements, and minor feature additions across Node compat, npm handling, and the desktop/runtime internals. No breaking changes, security disclosures, or deprecations are called out for stable users.
→
shadcn/ui shadcn@4.14.1 — This patch release adds support for Base UI-backed Toast components in shadcn/ui. It's a minor addition with no breaking changes.
→
Better Auth v1.6.25 — Better Auth 1.6.25 fixes several bugs: Apple OAuth was missing the PKCE code challenge, Google One Tap could create users even when sign-up was disabled, Solid client was missing $fetch/$store, and an internal adapter query bug when a table's modelName aliased another table. No new features or breaking changes.
→
Vercel AI SDK @ai-sdk/workflow-harness@1.0.41 — This release only bumps the internal @ai-sdk/harness dependency inside workflow-harness with no other code changes. There is no new feature, breaking change, or security fix disclosed.
→
Vercel AI SDK @ai-sdk/workflow@1.0.36 — This is a patch release of the @ai-sdk/workflow package that only bumps its internal dependency on the ai package. No functional changes are described.
→
Vercel AI SDK @ai-sdk/vue@4.0.36 — This release of @ai-sdk/vue only bumps its internal dependency on the core ai package to 7.0.36. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/tui@1.0.37 — This release of @ai-sdk/tui bumps its dependency on the ai package to 7.0.36. No functional or API changes are described for this package itself.
→
Vercel AI SDK @ai-sdk/svelte@5.0.36 — This is a patch release of the Svelte AI SDK integration that only bumps its internal dependency on the core ai package. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.41 — This is a patch release of the Vercel AI SDK's sandbox-vercel package, bumping an internal dependency (@ai-sdk/harness).
→
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.41 — This is a patch release of the AI SDK sandbox bash tool that only bumps its internal dependency on @ai-sdk/harness. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/rsc@3.0.36 — This is a patch release of @ai-sdk/rsc that only bumps its internal dependency on the ai package. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/react@4.0.39 — 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/policy-opa@1.0.36 — This is a patch release of the policy-opa package that only bumps its internal dependency on the ai package to 7.0.36. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/otel@1.0.36 — This is a patch release of @ai-sdk/otel that only updates its internal dependency on the ai package to 7.0.36. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/openai@4.0.19 — This patch updates default reasoning, service tier, and image settings so they automatically apply to newer OpenAI model versions as they're recognized. No API changes or action needed for existing usage.
→
Vercel AI SDK @ai-sdk/llamaindex@3.0.36 — This release only bumps the internal ai dependency to ai@7.0.36 for the LlamaIndex integration package. No user-facing changes are described.
→
Vercel AI SDK @ai-sdk/langchain@3.0.36 — This is a patch release of the LangChain adapter for Vercel AI SDK, bumping its internal ai dependency to 7.0.36. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/harness-pi@1.0.41 — This is a patch release of the Vercel AI SDK's harness-pi package that only bumps its dependency on @ai-sdk/harness to version 1.0.41. No functional changes are described.
→
Vercel AI SDK @ai-sdk/harness-opencode@1.0.42 — This patch release fixes a bug where OpenCode's model ID was missing from telemetry data. It also includes an internal refactor of stream event emission in the harness bridge code for testability.
→
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.40 — This is a patch release for @ai-sdk/harness-deepagents fixing missing model ID in telemetry and an overly restrictive recursion limit override. Also includes internal refactoring of stream event emission for testability.
→
Vercel AI SDK @ai-sdk/harness-codex@1.0.43 — This is a patch release of the Codex harness that fixes a stale default model ID and refactors internal stream-event handling for testability. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/harness-claude-code@1.0.42 — This patch release for the AI SDK's Claude Code harness refactors internal bridge code to separate stream event emission from the launcher for better testability. No public API or behavior changes are included.
→
Vercel AI SDK @ai-sdk/harness@1.0.41 — This patch release fixes two bugs in @ai-sdk/harness: telemetry hooks not being awaited before stream processing continued, and tool calls being incorrectly flagged invalid due to a dropped `dynamic` flag. It also picks up an updated ai@7.0.36 dependency.
→
Vercel AI SDK @ai-sdk/google-vertex@5.0.27 — This patch release updates the default model capability mapping for unrecognized Gemini model IDs in the Google Vertex provider. It's a minor internal fix with no breaking changes or new user-facing features.
→
Vercel AI SDK @ai-sdk/google@4.0.23 — This patch changes how the Google provider handles unrecognized Gemini model IDs, now defaulting them to the newest supported capability set instead of failing or using stale defaults. It's a compatibility tweak with no breaking API changes.
→
Vercel AI SDK @ai-sdk/azure@4.0.20 — This is a patch release of the Azure provider for the Vercel AI SDK that only bumps its internal dependency on @ai-sdk/openai. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/angular@3.0.36 — This is a patch release of the Angular bindings for Vercel's AI SDK that only bumps its internal dependency on the core ai package. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/amazon-bedrock@5.0.29 — This is a patch release of the Amazon Bedrock provider that only updates its dependency on @ai-sdk/openai. No functional changes to the Bedrock provider itself.
→
Vercel AI SDK ai@7.0.36 — A patch fixes a theoretical HMAC serialization flaw in tool approval signatures where fields containing newlines could collide across different field tuples. This only affects the experimental_toolApprovalSecret feature and is not an exploited or user-facing vulnerability.
→
Next.js v16.3.0-preview.9 — A Next.js preview release with mostly internal Turbopack refactors, cache/HMR bug fixes for the experimental 'use cache' and Cache Components features, and a React canary bump. No new headline feature or breaking change is announced.
→
Trigger.dev v4.5.7 — Trigger.dev v4.5.7 adds node-24/node-26 runtime options (deprecating the experimental aliases), improves the chat agent SDK's turn-completion and stream-capture APIs, and fixes an intermittent dev-run crash from stale build directories. It also ships server-side UI refinements like a redesigned side menu and project switcher.
→
Stripe v22.4.0-alpha.5 — This is an alpha prerelease of the Stripe SDK adding generated support for private-preview resources (Billing.AlertNotification, Crypto.DepositAddress), new payment method types like Vipps and MB WAY, and various new enum values. It also includes a type change on PaymentIntent.allowed_payment_method_types, but this only affects an alpha channel, not a stable release.
→
Next.js v16.3.0-canary.94 — This canary build of Next.js bundles a batch of internal fixes and refinements to Cache Components, Turbopack source maps, and dev-time 'use cache' behavior, plus a React version bump. No headline feature or breaking change is included, and it is a prerelease canary build.
→
Railway v5.28.0 — Railway added an 'API escape hatch' allowing direct API access for edge cases not covered by the standard interface. This is a minor developer-experience addition with no breaking changes.
→
Better Auth v1.7.0-rc.2 — Better Auth v1.7.0-rc.2 ships several breaking changes (account identity restructuring, SCIM decoupling, joins config move) but this is a release candidate, not a stable release. The rubric caps prerelease-only breaking changes at NOTABLE regardless of severity of the changes themselves.
→
Vercel AI SDK @ai-sdk/workflow-harness@1.0.40 — This is a patch release of the AI SDK workflow harness that only bumps internal dependency versions. No user-facing changes are described.
→
Vercel AI SDK @ai-sdk/workflow@1.0.35 — This release only bumps the internal dependency version to ai@7.0.35, with no code or behavior changes in the workflow package itself. There is no new feature, deprecation, or breaking change to report.
→
Vercel AI SDK @ai-sdk/vue@4.0.35 — This is a patch release of @ai-sdk/vue that only bumps its internal dependency on the ai package. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/tui@1.0.36 — This is a patch release of the AI SDK TUI package that only bumps its internal dependency on the ai package. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/svelte@5.0.35 — This is a patch release of the Svelte AI SDK binding that only updates its internal dependency on the core ai package. No new features or behavior changes are introduced.
→
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.40 — This is a routine patch release of the Vercel AI SDK sandbox package, bumping only its internal dependency on @ai-sdk/harness. No functional changes are described.
→
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.40 — This release only bumps the internal @ai-sdk/harness dependency for the sandbox-just-bash package. No new features, breaking changes, or fixes are described.
→
Vercel AI SDK @ai-sdk/rsc@3.0.35 — This is a patch release of @ai-sdk/rsc that only bumps its dependency on the core ai package. No new features or fixes are described.
→
Vercel AI SDK @ai-sdk/react@4.0.38 — This release of @ai-sdk/react is a patch that only bumps its internal dependency on the ai package. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/policy-opa@1.0.35 — This release only bumps the internal ai dependency to version 7.0.35 with no changes of its own. It contains no new features, breaking changes, or security fixes.
→
Vercel AI SDK @ai-sdk/otel@1.0.35 — This is a patch release of the OpenTelemetry instrumentation package for the Vercel AI SDK, bumping its dependency on the core ai package to 7.0.35. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/openai@4.0.18 — This patch release fixes a bug where stored tool search output item IDs from provider metadata weren't being preserved. It's an internal correctness fix with no API changes.
→
Vercel AI SDK @ai-sdk/llamaindex@3.0.35 — This is a patch release that only bumps the internal ai dependency to 7.0.35. No user-facing feature or behavior change is described.
→
Vercel AI SDK @ai-sdk/langchain@3.0.35 — This patch release fixes how LangChain image content blocks are generated when converting user messages, plus picks up minor dependency updates from the core ai package. No new features or breaking changes.
→
Vercel AI SDK @ai-sdk/harness-pi@1.0.40 — This release only bumps the internal harness dependency to version 1.0.40 with no user-facing changes listed. It's a routine dependency update patch.
→
Vercel AI SDK @ai-sdk/harness-opencode@1.0.41 — This is a patch release of the AI SDK's opencode harness package that only bumps an internal dependency version. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.39 — This is a patch release of @ai-sdk/harness-deepagents that only bumps its dependency on @ai-sdk/harness to 1.0.40. No new features, breaking changes, or deprecations are mentioned.
→
Vercel AI SDK @ai-sdk/harness-codex@1.0.42 — This release only bumps an internal dependency version with no code changes of its own. No new features, deprecations, or breaking changes are included.
→
Vercel AI SDK @ai-sdk/harness-claude-code@1.0.41 — This is a patch release of the Vercel AI SDK's Claude Code harness that only bumps an internal dependency version. No functional changes are described.
→
Vercel AI SDK @ai-sdk/harness@1.0.40 — This patch release for the Vercel AI SDK's harness package wraps host tool execution in telemetry context and adds a new stopWhen control option for HarnessAgent. It's a minor patch bump with no breaking changes or deprecations.
→
Vercel AI SDK @ai-sdk/google-vertex@5.0.26 — This is a patch release of the Google Vertex AI provider that only bumps its internal dependency on @ai-sdk/google. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/google@4.0.22 — This patch release fixes two bugs in the Google provider: it preserves Gemini Live lifecycle events and avoids spurious thought-signature warnings for valid unsigned Gemini 3 parallel function calls. Both are internal bug fixes with no API changes.
→
Vercel AI SDK @ai-sdk/gateway@4.0.27 — 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/vue@3.0.234 — This is a patch release of @ai-sdk/vue that only bumps its internal dependency on the ai package. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/devtools@1.0.7 — This is a patch release of the AI SDK devtools package adding a persistent light theme option to the viewer UI. It's a minor DX/tooling improvement with no API or behavior changes.
→
Vercel AI SDK @ai-sdk/svelte@4.0.234 — This is a patch release of the Svelte AI SDK bindings that only bumps its internal dependency on the core ai package. No user-facing API or behavior changes are described.
→
Vercel AI SDK @ai-sdk/azure@4.0.19 — This is a patch release of @ai-sdk/azure that only updates its internal dependency on @ai-sdk/openai. No new features, breaking changes, or security fixes are included.
→
Vercel AI SDK @ai-sdk/rsc@2.0.234 — 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/angular@3.0.35 — This is a patch release of the Angular bindings for the Vercel AI SDK, bumping only its internal dependency on the ai package. No functional changes are described.
→
Vercel AI SDK @ai-sdk/react@3.0.236 — This is a patch release of @ai-sdk/react that only bumps its internal dependency on the ai package. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/amazon-bedrock@5.0.28 — This patch release fixes S3 image URL handling in Bedrock Converse and sanitizes invalid characters in replayed tool call names. It also bumps the internal @ai-sdk/openai dependency.
→
Vercel AI SDK @ai-sdk/openai@3.0.87 — This patch release fixes a bug where stored tool search output item IDs from provider metadata were not being preserved. It's an internal correctness fix with no API changes.
→
Vercel AI SDK ai@7.0.35 — This patch release fixes response piping to properly propagate stream read/write errors and adds a per-step first-content timeout for streaming generations. It also bumps the @ai-sdk/gateway dependency.
→
Vercel AI SDK @ai-sdk/llamaindex@2.0.234 — This release only bumps the pinned ai dependency to 6.0.234; there is no functional change to @ai-sdk/llamaindex itself. No developer action needed.
→
Vercel AI SDK @ai-sdk/langchain@2.0.242 — This patch release of @ai-sdk/langchain fixes how user message image content is converted to LangChain's canonical format, plus dependency bumps. No new features or breaking changes.
→
Vercel AI SDK @ai-sdk/google-vertex@4.0.168 — This is a patch release of the Vercel AI SDK's Google Vertex provider that only bumps internal dependencies on @ai-sdk/google and @ai-sdk/anthropic. No new features, breaking changes, or fixes are described.
→
Vercel AI SDK @ai-sdk/google@3.0.99 — This patch fixes an internal bug in the Vercel AI SDK's Google provider where valid unsigned Gemini 3 parallel function calls within the same model response triggered incorrect thought-signature warnings and validator injections. It's an internal correctness fix with no API changes for consumers.
→
Vercel AI SDK @ai-sdk/gateway@3.0.156 — This is a patch release for the Vercel AI SDK gateway provider that backports an update to internal gateway model settings files. No public API, feature, or behavior change is described.
→
Vercel AI SDK @ai-sdk/azure@3.0.92 — This is a patch release of the Azure provider for the Vercel AI SDK that only bumps its dependency on @ai-sdk/openai. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/anthropic-aws@1.0.22 — This is a patch release of the AWS-specific Anthropic provider for the Vercel AI SDK, bumping only its internal dependency on @ai-sdk/anthropic. No new features or behavior changes are described.
→
Vercel AI SDK @ai-sdk/anthropic@3.0.100 — This patch adds a warning when an unrecognized model falls back to the default 4096 max output token limit. It's a diagnostic aid, not a behavior or API change.
→
Vercel AI SDK @ai-sdk/angular@2.0.235 — This is a patch release of the Angular AI SDK bindings that only bumps its internal dependency on the core ai package. No new features or behavior changes are included.
→
Vercel AI SDK @ai-sdk/amazon-bedrock@4.0.139 — This patch release fixes image handling for S3-hosted images and sanitizes invalid characters in replayed tool call names when talking to Amazon Bedrock. It also bumps internal OpenAI and Anthropic SDK dependencies.
→
Vercel AI SDK ai@6.0.234 — This is a patch release fixing a performance bug where media-type sniffing for ID3-prefixed attachments decoded the entire base64 payload instead of a bounded prefix, plus a fix so response piping promises are returned to callers for error handling. No breaking changes or new features.
→
Vercel AI SDK @ai-sdk/vue@2.0.219 — This is a patch release of @ai-sdk/vue that only bumps its internal dependency on the core ai package. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/svelte@3.0.219 — Patch release of the Svelte AI SDK bindings that only bumps the internal dependency on the core ai package. No feature or behavior changes are described.
→
Vercel AI SDK @ai-sdk/rsc@1.0.221 — This is a patch release of @ai-sdk/rsc that only bumps its internal dependency on the ai package. No user-facing changes are included.
→
Vercel AI SDK @ai-sdk/react@2.0.221 — 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.219 — This is a patch release of the LlamaIndex adapter for the Vercel AI SDK that only updates its internal dependency on the core ai package. No user-facing features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/langchain@1.0.219 — This is a patch release of the LangChain adapter for the Vercel AI SDK that only bumps its internal dependency on the core ai package. No new features or behavior changes are included.
→
Vercel AI SDK @ai-sdk/google-vertex@3.0.156 — This is a patch release of the Vercel AI SDK Google Vertex provider that only updates internal dependency versions, including a bump to @ai-sdk/anthropic. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/gateway@2.0.118 — This patch release updates internal gateway model settings files for the AI SDK's gateway provider. No API or behavior changes are described.
→
Vercel AI SDK @ai-sdk/anthropic-aws@0.1.4 — This is a patch release of the AWS Bedrock Anthropic provider for the Vercel AI SDK, containing only internal dependency updates. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/anthropic@2.0.89 — This patch makes Bedrock-hosted Anthropic models use native structured output instead of a forced JSON tool call when thinking is enabled, and adds a warning when an unrecognized model falls back to the default 4096 max output token limit. Both are internal SDK improvements with no breaking changes.
→
Vercel AI SDK @ai-sdk/angular@1.0.219 — This is a patch release of the Angular AI SDK package that only bumps internal dependency versions, updating to ai@5.0.219. No new features, breaking changes, or fixes are described.
→
Vercel AI SDK @ai-sdk/amazon-bedrock@3.0.109 — Patch release for @ai-sdk/amazon-bedrock fixing structured output handling, S3 image passthrough, reasoning history, and tool call name sanitization. No breaking changes or new features.
→
Vercel AI SDK ai@5.0.219 — This patch release fixes a performance bug where media-type sniffing for ID3-prefixed attachments decoded the entire payload instead of a bounded prefix, and ensures response piping promises are returned so stream errors can be caught. It also bumps the internal @ai-sdk/gateway dependency.
→
Clerk @clerk/expo@4.0.1 — Clerk's Expo SDK patch fixes a bug where signing up with Apple via useSignInWithApple dropped the user's first and last name on native sign-up. The hook now applies the name from the Apple credential during sign-up and falls back to sign-in for existing accounts.
→
Clerk @clerk/ui@1.25.7 — This patch release fixes a z-index issue so the keyless prompt renders above app content, and adds recognizable brand marks for well-known OAuth clients like Claude and ChatGPT on the consent screen when they haven't uploaded a logo. No API changes or breaking behavior.
→
Clerk @clerk/chrome-extension@3.1.56 — This is a patch release of the Clerk Chrome extension SDK that only bumps internal dependency versions (@clerk/ui and @clerk/react). No new features, fixes, or breaking changes are described.
→
PocketBase v0.39.9 — PocketBase v0.39.9 fixes a Firefox range-selection bug, updates the goja JS runtime dependency (TypedArray and regexp2 lookahead fixes), and improves filter expression handling for large strings and control characters. No breaking changes or new features.
→
PocketBase v0.22.50 — PocketBase v0.22.50 backports a dependency bump (goja, fexpr and related deps) from v0.39.9. No new features or breaking changes are mentioned.
→
Anthropic SDK sdk-v0.113.0 — The Anthropic TypeScript SDK adds support for Managed Agents model effort settings, initial session events, and threads delta streaming. This is an additive API feature with no breaking changes noted.
→
shadcn/ui shadcn@4.14.0 — shadcn 4.14.0 adds support for migrating icons, likely as part of the CLI's codemod/migration tooling. This is a minor, backwards-compatible addition with no headline feature or breaking change.
→
Better Auth v1.6.24 — Better Auth v1.6.24 is a routine patch release with new optional hooks (ctx on verifyIdToken, beforeStoreCookie) plus a large batch of bug fixes across adapters, migrations, SSO, and Electron. No breaking changes or security advisories are called out for stable usage.
→
Next.js v16.3.0-preview.8 — This is a prerelease build (v16.3.0-preview.8) with internal chores: Turbopack path/chunk-map fixes, a dependency bump, and a reverted SSR change. No new stable feature or breaking change is included.
→
Vercel @vercel/python@6.51.1 — This release refactors internal Python distribution handling into a dedicated component and simplifies dependency externalizer config. It also fixes a broken integration test.
→
Vercel vercel@56.5.0 — Vercel CLI 56.5.0 adds AI Gateway budget management commands and a new project-aware `vercel comments` tool for Toolbar comment threads. It also improves environment-variable step-up re-authentication handling and CLI startup performance.
→
Next.js v16.3.0-canary.93 — This canary build of Next.js bundles Turbopack internals fixes, CI tooling, and a dependency bump, alongside a docs correction. No new features or breaking changes are introduced.
→
Anthropic SDK sdk-v0.112.5 — This patch release of the Anthropic TypeScript SDK adds support for a new API refusal category and includes an internal codegen update. There are no breaking changes, deprecations, or security fixes.
→
Inngest v1.38.1 — Inngest v1.38.1 clarifies the run list API commands and documentation. No functional or breaking changes are included.
→
Cloudflare Workers wrangler@4.113.0 — Wrangler 4.113.0 adds several minor developer-facing features: Email Routing address reconciliation on deploy, exclude_packages for dependency instrumentation, Artifacts queue subscription sources, expanded auto-provisioning for more binding types, and misc dev/config improvements. No breaking changes or security fixes are mentioned.
→
Cloudflare Workers @cloudflare/workers-auth@0.5.1 — This release only updates internal dependency versions (workers-utils) with no user-facing changes. It's a routine patch bump.
→
Cloudflare Workers @cloudflare/config@0.3.0 — Cloudflare's experimental config format adds a separate `settings` export for account-level fields like accountId and complianceRegion, split out from the Worker config. This only affects the experimental new-config path and is not used by default.
→
Cloudflare Workers @cloudflare/pages-shared@0.13.159 — This release only bumps the internal miniflare dependency for @cloudflare/pages-shared, with no code changes of its own. There is no new feature, breaking change, or security fix to act on.
→
Cloudflare Workers @cloudflare/workers-utils@0.28.0 — This release adds detection for a new 'nub' package manager in wrangler and autoconfig, plus a patch fixing a crash when the 'observability' config field is set to null. Both are minor, backwards-compatible improvements with no action needed.
→
Cloudflare Workers @cloudflare/cli-shared-helpers@0.1.16 — This is a patch release of cli-shared-helpers that only bumps its internal dependency on workers-utils to 0.28.0. No user-facing changes are described.
→
Cloudflare Workers @cloudflare/deploy-helpers@0.6.0 — Wrangler and deploy-helpers now sync Email Routing address rules during Worker trigger deployment, and the provisioning header dropped its 'Experimental' label since auto-provisioning is GA. Rest is dependency bumps and patches.
→
Cloudflare Workers @cloudflare/vitest-pool-workers@0.18.7 — This is a patch release for vitest-pool-workers fixing non-ASCII path handling on Windows and Durable Object WebSocket handler defaults, plus adding support for testing Streaming Tail Workers. No breaking changes or deprecations are introduced.
→
Cloudflare Workers create-cloudflare@2.70.13 — This release of create-cloudflare is entirely dependency bumps (Docusaurus, Angular, sv, create-next-app) plus one bug fix preserving existing Nuxt module arrays during scaffolding. No new features, breaking changes, or security fixes are included.
→
Cloudflare Workers @cloudflare/autoconfig@0.2.0 — Cloudflare's autoconfig tool adds detection for the nub package manager and fixes a bug where existing Nuxt modules were overwritten when adding Cloudflare's dev module. This is a minor feature addition plus a patch, not a stable-release breaking change.
→
Cloudflare Workers @cloudflare/runtime-types@0.0.4 — This is a patch release of the Cloudflare Workers runtime types package that only bumps its miniflare dependency. No API or behavior changes are included.
→
Cloudflare Workers @cloudflare/vite-plugin@1.46.0 — This release adds an experimental settings export for account-level config in cloudflare.config.ts, gated behind an experimental new-config flag. The rest is dependency bumps for miniflare and wrangler.
→
Cloudflare Workers @cloudflare/remote-bindings@0.0.1 — This is a patch release of @cloudflare/remote-bindings that only bumps internal dependency versions (miniflare, deploy-helpers, workers-utils, etc.). No new features or breaking changes are introduced.
→
Cloudflare Workers miniflare@4.20260721.0 — Miniflare's local Workflows dev now redacts step output marked sensitive, matching production behavior. Also fixes a bug where Worker errors on HEAD requests were masked by an internal JSON parse error, plus routine dependency bumps.
→
Next.js v16.3.0-preview.7 — This is a preview (prerelease) build of Next.js 16.3 with a large batch of Turbopack internals, React canary bumps, bug fixes, and docs updates. No headline feature or breaking change is called out for this preview.
→
Next.js v16.3.0-canary.92 — This is a Next.js canary prerelease build containing miscellaneous fixes, docs updates, and internal improvements (Turbopack, caching, Server Actions edge runtime, image handling). No headline feature or breaking change is included.
→
Vercel AI SDK @ai-sdk/svelte@3.0.218 — Patch release of the AI SDK Svelte integration that only bumps its internal dependency on the core ai package. No user-facing feature or API change.
→
Vercel AI SDK @ai-sdk/workflow-harness@1.0.39 — This release only bumps an internal dependency (@ai-sdk/harness) for the workflow-harness package. No functional changes are described.
→
Vercel AI SDK @ai-sdk/workflow@1.0.34 — This is a patch release of @ai-sdk/workflow that bumps its dependency on the ai package to version 7.0.34. No new features, breaking changes, or fixes are described.
→
Vercel AI SDK @ai-sdk/vue@4.0.34 — This release only bumps the internal ai dependency to 7.0.34 with no changes to the @ai-sdk/vue package itself. There is no new feature, breaking change, or security fix here.
→
Vercel AI SDK @ai-sdk/tui@1.0.35 — This release only bumps the internal ai dependency to version 7.0.34 for the @ai-sdk/tui package. No feature, breaking, or security changes are noted.
→
Vercel AI SDK @ai-sdk/svelte@5.0.34 — This is a patch release of the @ai-sdk/svelte package that bumps its internal dependency on the ai package to version 7.0.34. No new features, breaking changes, or fixes are described beyond the dependency bump.
→
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.39 — This is a patch release of the Vercel AI SDK sandbox package that only bumps an internal dependency version. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.39 — This patch release of @ai-sdk/sandbox-just-bash only bumps its internal dependency on @ai-sdk/harness. There is no functional change or new feature for consumers.
→
Vercel AI SDK @ai-sdk/rsc@3.0.34 — This is a patch release of the AI SDK RSC package that bumps its dependency on the core `ai` package to 7.0.34. No new features or breaking changes are noted.
→
Vercel AI SDK @ai-sdk/react@4.0.37 — This is a patch release of @ai-sdk/react that simply bumps its dependency on the ai package to version 7.0.34. No new features or breaking changes are mentioned.
→
Vercel AI SDK @ai-sdk/policy-opa@1.0.34 — This is a patch release of the OPA policy add-on for the Vercel AI SDK, bumping its dependency on the core ai package to 7.0.34. No new features or breaking changes are listed.
→
Vercel AI SDK @ai-sdk/otel@1.0.34 — This is a patch release of @ai-sdk/otel that only bumps its internal dependency on the ai package to 7.0.34. No functional changes are described.
→
Vercel AI SDK @ai-sdk/llamaindex@3.0.34 — This release of @ai-sdk/llamaindex bumps its ai dependency to 7.0.34. No functional changes are described.
→
Vercel AI SDK @ai-sdk/langchain@3.0.34 — This is a patch release of @ai-sdk/langchain that only bumps its dependency on the ai package to 7.0.34. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/harness-pi@1.0.39 — This is a patch release that only bumps an internal dependency (@ai-sdk/harness) to version 1.0.39. No functional changes, features, or fixes are described.
→
Vercel AI SDK @ai-sdk/harness-opencode@1.0.40 — This is a patch release of the harness-opencode adapter that only bumps its internal dependency on @ai-sdk/harness. No user-facing API or behavior changes are included.
→
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.38 — This is a patch release of @ai-sdk/harness-deepagents that only bumps its internal dependency on @ai-sdk/harness to 1.0.39. No user-facing changes are described.
→
Vercel AI SDK @ai-sdk/harness-codex@1.0.41 — This patch changes how Codex host tools are routed internally, using the CLI relay instead of registering them as MCP tools. It also bumps the @ai-sdk/harness dependency.
→
Vercel AI SDK @ai-sdk/harness-claude-code@1.0.40 — This release only bumps an internal dependency (@ai-sdk/harness) to a patch version. No new features, breaking changes, or security fixes are mentioned.
→
Vercel AI SDK @ai-sdk/harness@1.0.39 — Patch release fixing how the AI SDK harness reports an aborted turn: it now emits an `abort` stream part instead of an `AbortError` error part, aligning with streamText's existing abort behavior. This is a bug fix for internal consistency, not a new feature or breaking change.
→
Vercel AI SDK @ai-sdk/google-vertex@5.0.25 — This patch release of @ai-sdk/google-vertex adds support for two new Gemini model IDs, gemini-3.6-flash and gemini-3.5-flash-lite, alongside dependency bumps for @ai-sdk/google and @ai-sdk/anthropic. No breaking changes or deprecations are involved.
→
Vercel AI SDK @ai-sdk/google@4.0.21 — Adds support for two new Gemini models, gemini-3.6-flash and gemini-3.5-flash-lite, to the Google provider. This is a patch release with no breaking changes.
→
Vercel AI SDK @ai-sdk/gateway@4.0.26 — This patch release of @ai-sdk/gateway adds support for two new Google Gemini models, gemini-3.6-flash and gemini-3.5-flash-lite. It's a routine model addition with no breaking changes or deprecations.
→
Vercel AI SDK ai@7.0.34 — This is a patch release of the Vercel AI SDK that only bumps an internal dependency, @ai-sdk/gateway, to 4.0.26. No functional changes are described for the ai package itself.
→
Vercel AI SDK @ai-sdk/vue@3.0.233 — This is a patch release of the Vue 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/svelte@4.0.233 — 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@2.0.233 — This is a patch release of @ai-sdk/rsc that only bumps internal dependency versions. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/react@3.0.235 — This is a patch release of @ai-sdk/react that only bumps its internal dependency on the ai package. No user-facing changes are described.
→
Vercel AI SDK @ai-sdk/llamaindex@2.0.233 — This is a patch release of the LlamaIndex integration for the Vercel AI SDK that only bumps its internal ai dependency. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/langchain@2.0.241 — This is a patch release of the LangChain integration for Vercel's AI SDK that only bumps internal dependency versions. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/google-vertex@4.0.167 — This patch release adds two new Gemini model options (gemini-3.6-flash and gemini-3.5-flash-lite) to the Google Vertex provider. No breaking changes or deprecations are included.
→
Vercel AI SDK @ai-sdk/google@3.0.98 — This patch release of the Vercel AI SDK's Google provider adds support for two new Gemini models: gemini-3.6-flash and gemini-3.5-flash-lite. It's a small, additive model-availability update with no breaking changes.
→
Vercel AI SDK @ai-sdk/gateway@3.0.155 — This patch release of the Vercel AI Gateway package adds support for two new Google Gemini models, gemini-3.6-flash and gemini-3.5-flash-lite. It's a routine model-list addition with no breaking changes.
→
Vercel AI SDK ai@6.0.233 — This release fixes MP4 audio detection during transcription and preserves tool parts when tool call IDs repeat across multi-step calls. It also bumps the @ai-sdk/gateway dependency.
→
Clerk @clerk/hono@0.1.54 — This release of @clerk/hono only bumps its internal dependencies (@clerk/backend and @clerk/shared) to newer patch versions. No user-facing API or behavior changes are included.
→
Clerk @clerk/clerk-js@6.25.6 — This release only bumps the internal @clerk/shared dependency for clerk-js. No new features, breaking changes, or fixes are described.
→
Clerk @clerk/localizations@4.13.6 — This release only bumps the internal @clerk/shared dependency version for the localizations package. No user-facing changes are included.
→
Clerk @clerk/nextjs@7.5.21 — This is a patch release for @clerk/nextjs that expands the CSP headers generated by clerkMiddleware() to allow Clerk's abuse and fraud protection resources. It also bumps internal dependencies with no user-facing breaking changes.
→
Clerk @clerk/nuxt@2.6.20 — This is a patch release of @clerk/nuxt that only bumps internal dependency versions (backend, shared, vue). No new features, fixes, or breaking changes are described.
→
Clerk @clerk/astro@3.4.20 — This release only bumps internal dependency versions for @clerk/backend and @clerk/shared. No new features, fixes, or breaking changes are described.
→
Clerk @clerk/fastify@3.1.54 — This release only updates internal dependency versions (@clerk/backend and @clerk/shared) for the Fastify SDK. No new features, fixes, or breaking changes are included.
→
Clerk @clerk/react@6.12.6 — This is a patch release of @clerk/react that only bumps an internal dependency (@clerk/shared) with no user-facing changes. No new features, fixes, or breaking changes are described.
→
Clerk @clerk/express@2.1.44 — This is a patch release of @clerk/express that only bumps its internal dependencies (@clerk/backend, @clerk/shared) to newer patch versions. No new features, breaking changes, or fixes are described directly.
→
Clerk @clerk/react-router@3.5.13 — This release of @clerk/react-router only bumps internal dependency versions (backend, shared, react packages). No new features, fixes, or breaking changes are described.
→
Clerk @clerk/ui@1.25.6 — This patch release adds an experimental oidcSelfServe option for self-serve OIDC configuration in the ConfigureSSO component, plus dependency bumps to @clerk/shared and @clerk/localizations. No breaking changes or deprecations.
→
Clerk @clerk/tanstack-react-start@1.4.21 — This release only bumps internal Clerk dependency versions (backend, shared, react) with no direct code changes noted. It's a routine dependency update patch.
→
Clerk @clerk/testing@2.2.11 — @clerk/testing 2.2.11 is a patch release that only bumps internal dependencies (@clerk/backend and @clerk/shared). No user-facing feature, breaking change, or security fix is included.
→
Clerk @clerk/shared@4.25.6 — This is a patch release of clerk/shared containing only a JSDoc formatting fix and an experimental, opt-in oidcSelfServe option for ConfigureSSO. No breaking changes or stable defaults are affected.
→
Clerk @clerk/electron@0.0.17 — This is a patch release of the Clerk Electron SDK that only bumps internal dependency versions (@clerk/shared, @clerk/clerk-js, @clerk/react). No new features, fixes, or behavior changes are described.
→
Clerk @clerk/vue@2.4.18 — This release of @clerk/vue only bumps an internal dependency, @clerk/shared, to version 4.25.6. No user-facing changes are included.
→
Clerk @clerk/chrome-extension@3.1.55 — This release only bumps internal Clerk dependency versions for the Chrome extension package. No new features, fixes, or breaking changes are included.
→
Resend v6.18.0 — Resend's Node SDK v6.18.0 adds tags and scheduledAt support to batch email options, and introduces a new suppressions API for managing suppression list entries. Both are additive features with no breaking changes to existing functionality.
→
Vercel AI SDK @ai-sdk/xai@4.0.18 — This is a patch release of the xAI 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/workflow-harness@1.0.38 — This release only bumps the internal @ai-sdk/harness dependency to 1.0.38 within the workflow-harness package. No user-facing API, behavior, or feature changes are included.
→
Vercel AI SDK @ai-sdk/workflow@1.0.33 — This release of @ai-sdk/workflow only bumps internal dependency versions (provider-utils and ai core package). No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/vue@4.0.33 — This is a patch release of @ai-sdk/vue that only bumps internal dependency versions (ai and @ai-sdk/provider-utils). No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/voyage@2.0.12 — This is a patch release of the Voyage AI provider for the Vercel AI SDK, bumping its dependency on @ai-sdk/provider-utils. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/vercel@3.0.14 — This is a patch release of the Vercel AI SDK provider that only bumps internal dependency versions. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/valibot@3.0.12 — This is a patch release of @ai-sdk/valibot that only bumps its internal dependency on @ai-sdk/provider-utils to 5.0.12. No user-facing API or behavior changes are described.
→
Vercel AI SDK @ai-sdk/tui@1.0.34 — This is a patch release of @ai-sdk/tui that only bumps its internal dependency on the ai package to 7.0.33. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/togetherai@3.0.15 — This is a patch release of the Together AI provider for Vercel AI SDK, updating internal dependencies (provider-utils and openai-compatible packages). No behavior or API changes are described.
→
Vercel AI SDK @ai-sdk/svelte@5.0.33 — This is a patch release of the AI SDK Svelte package that only bumps internal dependency versions (provider-utils and the core ai package). No functional changes are described.
→
Vercel AI SDK @ai-sdk/sandbox-vercel@1.0.38 — This is a patch release of the AI SDK Vercel sandbox package that only bumps internal dependency versions. No functional changes are described.
→
Vercel AI SDK @ai-sdk/rsc@3.0.33 — This release of @ai-sdk/rsc only bumps its internal dependencies on provider-utils and the ai package. No new features, breaking changes, or fixes are described.
→
Vercel AI SDK @ai-sdk/sandbox-just-bash@1.0.38 — This release of @ai-sdk/sandbox-just-bash only bumps internal dependency versions (@ai-sdk/provider-utils and @ai-sdk/harness). No functional or breaking changes are included.
→
Vercel AI SDK @ai-sdk/revai@3.0.12 — This is a patch release of the Rev AI provider package for the Vercel AI SDK, bumping only its internal provider-utils dependency. No user-facing behavior changes are included.
→
Vercel AI SDK @ai-sdk/replicate@3.0.13 — This release only bumps an internal dependency (@ai-sdk/provider-utils) with no user-facing changes. It's a routine patch release for the Replicate provider package.
→
Vercel AI SDK @ai-sdk/react@4.0.36 — This is a patch release of @ai-sdk/react that only bumps internal dependency versions (provider-utils, ai, mcp). No new features, breaking changes, or fixes are described.
→
Vercel AI SDK @ai-sdk/quiverai@2.0.12 — This release only bumps an internal dependency (@ai-sdk/provider-utils) to 5.0.12. No user-facing behavior, API, or feature changes are included.
→
Vercel AI SDK @ai-sdk/provider-utils@5.0.12 — Two bug fixes in @ai-sdk/provider-utils: a performance fix bounding media-type sniffing to avoid decoding entire base64 attachments for ID3-prefixed input, and a fix to detect MP4 audio via its ftyp box during transcription. Both are patch-level bug fixes with no breaking changes.
→
Vercel AI SDK @ai-sdk/prodia@2.0.13 — This is a patch release of the Prodia provider for the 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/policy-opa@1.0.33 — This is a patch release of the @ai-sdk/policy-opa package that only bumps internal dependency versions (provider-utils and ai core). No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/perplexity@4.0.13 — This is a patch release of @ai-sdk/perplexity that only bumps its dependency on @ai-sdk/provider-utils. No API or behavior changes are described.
→
Vercel AI SDK @ai-sdk/otel@1.0.33 — This is a patch release of the OpenTelemetry instrumentation package for the Vercel AI SDK, bumping its dependency on the core ai package to 7.0.33. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/openai-compatible@3.0.14 — This is a patch release of the openai-compatible provider that only bumps its dependency on @ai-sdk/provider-utils. No new features or breaking changes are described.
→
Vercel AI SDK @ai-sdk/openai@4.0.17 — This is a patch release of the Vercel AI SDK OpenAI provider that only bumps an internal dependency, @ai-sdk/provider-utils. No feature, API, or behavior changes are described.
→
Vercel AI SDK @ai-sdk/open-responses@2.0.12 — 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.17 — This release only bumps internal provider-utils and openai-compatible dependencies for the Moonshot AI provider. No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/mistral@4.0.14 — Patch release of @ai-sdk/mistral that only bumps its @ai-sdk/provider-utils dependency. No functional or API changes.
→
Vercel AI SDK @ai-sdk/mcp@2.0.16 — This is a patch release of @ai-sdk/mcp that only bumps its dependency on @ai-sdk/provider-utils. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/luma@3.0.13 — This is a patch release of the Luma provider for the Vercel AI SDK that only bumps its internal dependency on @ai-sdk/provider-utils. No functional or breaking changes are described.
→
Vercel AI SDK @ai-sdk/lmnt@3.0.12 — This is a patch release of the @ai-sdk/lmnt package that only bumps its internal dependency on @ai-sdk/provider-utils. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/llamaindex@3.0.33 — This release only updates internal dependency versions for the LlamaIndex integration package, bumping the shared ai package to 7.0.33. No new features, behavior changes, or fixes are described.
→
Vercel AI SDK @ai-sdk/langchain@3.0.33 — This is a patch release of the AI SDK LangChain adapter that only bumps its internal dependency on the core ai package to 7.0.33. No new features or breaking changes are described.
→
Vercel AI SDK @ai-sdk/klingai@4.0.13 — This is a patch release of the Kling AI provider for the Vercel AI SDK, bumping the internal @ai-sdk/provider-utils dependency.
→
Vercel AI SDK @ai-sdk/hume@3.0.12 — This release of @ai-sdk/hume only bumps its internal dependency on @ai-sdk/provider-utils to 5.0.12. No user-facing functionality changed.
→
Vercel AI SDK @ai-sdk/huggingface@2.0.14 — This is a patch release of the Hugging Face provider for the Vercel AI SDK, updating internal dependencies on @ai-sdk/provider-utils and @ai-sdk/openai-compatible. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/harness-pi@1.0.38 — This is a patch release of the Vercel AI SDK harness package that bumps internal dependency versions. No new features, deprecations, or breaking changes are mentioned.
→
Vercel AI SDK @ai-sdk/harness-opencode@1.0.39 — This is a patch release for the Vercel AI SDK's opencode harness that bumps internal dependency versions. No user-facing features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/harness-deepagents@1.0.37 — This release only bumps internal SDK dependencies and updates linked package versions for the harness-deepagents package. No new features, breaking changes, or fixes are described.
→
Vercel AI SDK @ai-sdk/harness-codex@1.0.40 — This is a patch release of the AI SDK harness-codex package that bumps internal SDK dependencies and updates related workspace packages. No user-facing features or breaking changes are described.
→
Vercel AI SDK @ai-sdk/harness-claude-code@1.0.39 — This is a patch release of the harness-claude-code package that updates internal SDK dependencies to newer versions. No user-facing features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/harness@1.0.38 — This is a patch release of the AI SDK harness package that only bumps internal dependency versions. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/groq@4.0.13 — This is a patch release of the Groq provider for Vercel AI SDK that only updates internal dependencies. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/google-vertex@5.0.24 — This is a patch release of the Google Vertex AI provider that only bumps internal dependency versions. No functional changes to the provider itself.
→
Vercel AI SDK @ai-sdk/google@4.0.20 — This is a patch release of @ai-sdk/google that only bumps its internal dependency on @ai-sdk/provider-utils. No user-facing features or fixes are described.
→
Vercel AI SDK @ai-sdk/gladia@3.0.12 — This release only bumps the internal @ai-sdk/provider-utils dependency for the Gladia provider package. There is no new feature, breaking change, or user-facing behavior.
→
Vercel AI SDK @ai-sdk/gateway@4.0.25 — This is a patch release of the AI SDK gateway package that only bumps its internal dependency on @ai-sdk/provider-utils. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/fireworks@3.0.15 — This is a patch release of the Fireworks provider for the Vercel AI SDK that only updates internal dependency versions. No user-facing functionality changed.
→
Vercel AI SDK @ai-sdk/fal@3.0.13 — This is a patch release of @ai-sdk/fal that only bumps its internal dependency on @ai-sdk/provider-utils to 5.0.12. No user-facing features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/elevenlabs@3.0.13 — This is a patch release of the ElevenLabs provider for the Vercel AI SDK, bumping its internal dependency on @ai-sdk/provider-utils. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/deepseek@3.0.13 — This is a patch release of the DeepSeek provider for the Vercel AI SDK that only bumps its dependency on @ai-sdk/provider-utils. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/deepinfra@3.0.14 — This release only bumps internal dependencies (@ai-sdk/provider-utils and @ai-sdk/openai-compatible) for the DeepInfra provider. No new features, API changes, or fixes are described.
→
Vercel AI SDK @ai-sdk/deepgram@3.0.12 — This release of @ai-sdk/deepgram is a patch that only bumps its internal dependency on @ai-sdk/provider-utils. No feature, API, or behavior changes are described.
→
Vercel AI SDK @ai-sdk/cohere@4.0.12 — This is a patch release of the Cohere provider for Vercel AI SDK that only bumps a transitive dependency, @ai-sdk/provider-utils. No functional or API changes are described.
→
Vercel AI SDK @ai-sdk/cerebras@3.0.14 — This is a patch release of the Cerebras provider for the Vercel AI SDK that only bumps internal dependency versions. No user-facing functionality changed.
→
Vercel AI SDK @ai-sdk/cartesia@3.0.6 — This release only bumps the internal @ai-sdk/provider-utils dependency for the Cartesia provider. No user-facing feature or behavior change is included.
→
Vercel AI SDK ai@7.0.33 — This is a patch release for the Vercel AI SDK fixing MP4 audio detection during transcription and a couple of tool-call state bugs (repeated tool call IDs, provider options on merged tool messages). No new features or breaking changes.
→
Vercel AI SDK @ai-sdk/vue@3.0.232 — This is a patch release of the Vue AI SDK bindings that only bumps its internal dependency on the core ai package. No functional changes are described.
→
Vercel AI SDK @ai-sdk/svelte@4.0.232 — This is a patch release of the Svelte AI SDK bindings that only bumps the internal ai@6.0.232 dependency. No new features or breaking changes are included.
→
Vercel AI SDK @ai-sdk/rsc@2.0.232 — This is a patch release of @ai-sdk/rsc that only bumps its internal dependency on the ai package. No new features, fixes, or behavior changes are described.
→
Vercel AI SDK @ai-sdk/react@3.0.234 — This release only bumps the internal ai dependency to 6.0.232 with no changes to the @ai-sdk/react package itself. There is no new feature, breaking change, or security fix disclosed.
→
Vercel AI SDK @ai-sdk/llamaindex@2.0.232 — This is a patch release of @ai-sdk/llamaindex that only bumps its internal dependency on the ai package to 6.0.232. No new features, fixes, or breaking changes are described.
→
Vercel AI SDK @ai-sdk/langchain@2.0.240 — This is a patch release of the LangChain integration for Vercel's AI SDK, updating only its internal dependency on the core ai package. No behavioral or API changes are described.
→
Vercel AI SDK @ai-sdk/google-vertex@4.0.166 — This is a patch release of the Google Vertex provider for Vercel's AI SDK that only bumps internal dependency versions (Anthropic and Google providers). No functional or API changes are included.
→
Vercel AI SDK @ai-sdk/google@3.0.97 — Patch fix in the Google provider for Vercel AI SDK correctly exposes Gemini's responseId through response-metadata (streaming) and response.id (generation). No API contract changes, just a metadata surfacing fix.
→
Vercel AI SDK ai@6.0.232 — This patch fixes provider options being dropped when consecutive tool messages are merged. It's an internal bug fix with no API changes.
→
Vercel AI SDK @ai-sdk/google-vertex@3.0.154 — This is a patch release of the Google Vertex provider in the Vercel AI SDK that only bumps an internal dependency (@ai-sdk/anthropic). No functional or breaking changes are described.
→
Railway v5.27.2 — Railway v5.27.2 removes internal generation of the railway-config skill. This is an internal tooling change with no user-facing impact.
→
Prisma 7.9.0 — Prisma 7.9.0 adds CLI shell tab completions and agent-focused tooling (skills installed via prisma init, broader AI-agent detection for its destructive-command safety checkpoint), plus a batch of bug fixes including a TypeScript performance regression fix. Nothing here is a breaking change or security fix on a stable default.
→
Next.js v16.3.0-canary.91 — This canary release of Next.js moves two experimental config options (outputHashSalt, immutable static assets) to stable, plus several Turbopack internal cleanups and doc/CI updates. No new headline feature or breaking change is included.
→
Auth.js next-auth@5.0.0-beta.32 — This beta build pulls in @auth/core security fixes covering malformed Bearer token handling, provider-bound OAuth check cookies, and NFKC email normalization. It also fixes a fail-open bug where a non-OK session response previously returned an error object instead of no session, which could make auth checks like `!!auth` pass incorrectly.
→
Auth.js next-auth@4.24.15 — This is a security patch for the next-auth 4.x line fixing an OAuth state/nonce/PKCE cookie binding issue and an email homoglyph bypass, plus smaller fixes to getToken() and NEXTAUTH_URL handling. It's tagged as a prerelease, so per the rubric it can't be CRITICAL even though the underlying fixes are security-relevant.
→
Vercel @vercel/connect@0.4.2 — This patch release of @vercel/connect adds support for overriding the authorization mode via an environment variable. It's a minor internal-connect tooling addition with no user-facing breaking changes.
→
Vercel vercel@56.4.1 — Vercel CLI 56.4.1 is a patch release fixing builder version pinning, a native-launcher infinite loop, refresh-token persistence during vc env pull step-up auth, and minor CLI request/warning cleanups. No new features or breaking changes.
→
Auth.js @auth/azure-tables-adapter@1.11.3 — Auth.js released a patch version of the @auth/azure-tables-adapter package, bumping the @auth/core dependency. No feature, breaking, or security content is described.
→
Auth.js @auth/d1-adapter@1.11.3 — This release of @auth/d1-adapter bumps its dependency on @auth/core with no other changes noted. There is no new feature, breaking change, or security fix described.
→
Auth.js @auth/dgraph-adapter@2.11.3 — This release bumps the internal @auth/core dependency for the @auth/dgraph-adapter package. No new features, fixes, or breaking changes are described.
→
Auth.js @auth/drizzle-adapter@1.11.3 — This adapter release only bumps the @auth/core dependency for @auth/drizzle-adapter, a stable patch release. No feature or breaking changes are described.
→
Auth.js @auth/dynamodb-adapter@2.11.3 — This is a maintenance release of the @auth/dynamodb-adapter package that bumps a dependency on @auth/core. No functional or API changes are described.
→
Auth.js @auth/edgedb-adapter@1.11.3 — This is a patch release of the Auth.js EdgeDB adapter that bumps its dependency on @auth/core. No new features or breaking changes are mentioned.
→
Auth.js @auth/fauna-adapter@3.11.3 — This release of the Auth.js Fauna adapter only bumps its internal dependency on @auth/core, with no user-facing changes. It's a routine maintenance release.
→
Auth.js @auth/firebase-adapter@2.11.3 — This is a patch release of the Auth.js Firebase adapter that bumps the @auth/core dependency. No new features or breaking changes are noted.
→
Auth.js @auth/hasura-adapter@1.11.3 — This release bumps the @auth/core dependency used by the Hasura adapter. No new features or breaking changes are noted.
→
Auth.js @auth/kysely-adapter@1.11.3 — This release of @auth/kysely-adapter only bumps its dependency on @auth/core, with no functional changes described. There is no new feature, breaking change, or security fix mentioned.
→
Auth.js @auth/mikro-orm-adapter@2.11.3 — This release of the Auth.js mikro-orm adapter only bumps an internal dependency (@auth/core). No new features, fixes, or breaking changes are mentioned.
→
Auth.js @auth/mongodb-adapter@3.11.3 — This release of @auth/mongodb-adapter bumps its @auth/core dependency version. No feature, deprecation, or breaking change is described.
→
Auth.js @auth/neo4j-adapter@2.11.3 — This is a patch release of the Neo4j adapter for Auth.js, bumping the internal @auth/core dependency. No new features, breaking changes, or fixes are described.
→
Auth.js @auth/neon-adapter@1.11.3 — This release only fixes the docs build, which had been broken by floating TypeScript dependency resolution. No functional or API changes are included.
→
Auth.js @auth/pg-adapter@1.11.3 — This release only fixes a docs build issue caused by unresolved TypeScript typing.
→
Auth.js @auth/pouchdb-adapter@2.11.3 — This is a patch release of @auth/pouchdb-adapter that bumps its @auth/core dependency. No new features or breaking changes are mentioned.
→
Auth.js @auth/prisma-adapter@2.11.3 — @auth/prisma-adapter 2.11.3 bumps a dependency on @auth/core with no described behavior change. This is a routine maintenance release.
→
Auth.js @auth/sequelize-adapter@2.11.3 — This release bumps the dependency on @auth/core within the @auth/sequelize-adapter package. No functional or API changes are described.
→
Auth.js @auth/supabase-adapter@1.11.3 — This patch release of @auth/supabase-adapter only bumps its @auth/core dependency, with no other listed changes. There is no new feature, breaking change, or security fix mentioned.
→
Auth.js @auth/surrealdb-adapter@2.2.3 — This is a patch release of the SurrealDB adapter for Auth.js that updates a dependency on @auth/core. No new features or breaking changes are described.
→
Auth.js @auth/typeorm-adapter@2.11.3 — This is a patch release of the @auth/typeorm-adapter that bumps its @auth/core dependency. No new features or breaking changes are noted.
→
Auth.js @auth/unstorage-adapter@2.11.3 — This release bumps the @auth/unstorage-adapter package solely to update its @auth/core dependency. No new features, fixes, or breaking changes are described.
→
Auth.js @auth/upstash-redis-adapter@2.11.3 — This release bumps the @auth/upstash-redis-adapter package to pick up a dependency update in @auth/core. No functional or breaking changes are described.
→
Auth.js @auth/xata-adapter@1.11.3 — This release of @auth/xata-adapter only bumps its @auth/core dependency. There is no new feature, breaking change, or security fix.
→
Auth.js @auth/express@0.12.3 — This patch release of @auth/express bumps its @auth/core dependency. No new features or breaking changes are mentioned.
→
Auth.js @auth/qwik@0.9.3 — This release only bumps the @auth/core dependency for @auth/qwik, with no other listed changes. It's a routine maintenance update with no new features or behavior changes.
→
Auth.js @auth/solid-start@0.19.3 — This is a patch release of @auth/solid-start that bumps its @auth/core dependency. No new features, deprecations, or breaking changes are mentioned.
→
Auth.js @auth/sveltekit@1.11.3 — This is a patch release of @auth/sveltekit that bumps its @auth/core dependency. No feature, breaking, or security changes are described.
→
Anthropic SDK aws-sdk-v0.6.1 — This patch release fixes a bug where withOptions() lost AWS auth mode/options, and removes a duplicate loggerFor import that was breaking the build. No new features or breaking changes.
→
Anthropic SDK sdk-v0.112.4 — This patch release fixes a bug where AWS auth options weren't preserved when calling withOptions() on the SDK client. It also includes minor documentation updates.
→
Vercel vercel@56.4.0 — Vercel CLI 56.4.0 adds a `vercel flags evaluations` command for viewing feature-flag evaluation charts and bucket-level JSON data. It also patches project builds to include cron jobs emitted by services so deployments register them correctly.
→
Trigger.dev v4.5.5 — Trigger.dev v4.5.5 adds experimental Node 24/26 task runtimes and a defaultRegion field on project API responses, plus several server-side reliability and performance fixes (batchTrigger idempotency, ClickHouse read replicas, connection pooling). No breaking changes or deadlines for existing users.
→
Railway v5.27.1 — Railway v5.27.1 fixes an OAuth request bug by sending the correct CLI User-Agent header. This is a minor internal fix with no user-facing impact.
→
Next.js v16.3.0-canary.90 — This canary build of Next.js bumps the vendored React version to a newer canary snapshot. It's an internal dependency update with no described feature or breaking change.
→
PocketBase v0.39.8 — PocketBase v0.39.8 is a maintenance patch fixing a JSVM executor state reset bug and bumping indirect Go and SQLite dependencies with minor security fixes. UI gets small improvements including Shift+Click range selection and better number input handling.
→
PocketBase v0.22.49 — PocketBase v0.22.49 backports minor security fixes via bumped golang.org/x/* indirect dependencies and updates the SQLite driver to 1.54.0 (SQLite 3.53.3). No breaking changes or public API impact; this is a routine maintenance patch.
→