Domain verification command ships; flag segments management added
vercel@54.15.0
Minor Changes
-
8dec9ea: Add deploy-manifest as an extension of project manifest.
-
d99dbf8: Add
vercel domains verify <domain>for DNS misconfiguration feedback. The command checks the domain's DNS configuration, reports dashboard-aligned configuration and project-verification states, triggers a verification re-check when needed, and lists actionable fixes: recommended A/CNAME records, Vercel nameservers, conflicting records, DNSSEC guidance, and the TXT ownership challenge. Domains eligible for automatic configuration also receive a Domain Connect URL, with manual DNS guidance as a fallback. Supports--project,--strict, and--format json; non-interactive runs emit structured status, simultaneous issue details, automatic-configuration metadata, and shell-safe, context-preserving next commands. Human and structured output share one diagnosis so status, remediation, and exit behavior stay consistent. The command exits non-zero when action is required so scripts and agents can gate on it. -
a5245fd: Add
vercel flags segmentscommands for listing, inspecting, creating, updating, and deleting feature flag segments.Examples:
vercel flags segments ls vercel flags segments inspect beta-users --json vercel flags segments create beta-users --label "Beta users" --add include:user.id=user_123 --add include:user.id=user_456 vercel flags segments create enterprise-users --label "Enterprise users" --add rule:user.plan:eq:enterprise vercel flags segments update beta-users --add include:user.id=user_789 --remove include:user.id=user_123 vercel flags segments update enterprise-users --add rule:user.email:ends-with:@company.com --remove rule:user.plan:eq:pro vercel flags segments update enterprise-users --data '{"rules":[],"include":{"user":{"email":[{"value":"me@company.com"}]}},"exclude":{}}' vercel flags segments rm beta-users --yes
Patch Changes
- 970b82b: Fix Windows standalone binary builds with the custom Node.js 24 small-ICU runtime and a compatible Windows toolchain.
- c4afec8: [routing-utils] support
request.pathtransforms on routes and high-level rewrites, lowering path-to-regexp parameters such as/:path*to low-level capture references such as/$1[config] support request path transforms in the router builder [cli] preserve request path transform syntax and environment metadata across AI/manual route edits - 300af0d: Increase Connex setup polling timeout to 115 minutes.
- 4253eaa: Avoid applying the current Git branch to explicitly selected projects in
vc logs, and follow the latest READY production deployment when using--project --follow. - a19feac: Rename the
ganttvalue forvercel traces get --viewtowaterfall. - Updated dependencies [8dec9ea]
- Updated dependencies [95d8879]
- Updated dependencies [82b3c3c]
- Updated dependencies [3afdb18]
- Updated dependencies [96e3137]
- Updated dependencies [f5fe588]
- Updated dependencies [04f830c]
- Updated dependencies [f076559]
- @vercel/build-utils@13.31.0
- @vercel/python@6.47.1
- @vercel/static-build@2.11.0
- @vercel/ruby@2.5.0
- @vercel/backends@0.8.15
- @vercel/elysia@0.1.94
- @vercel/express@0.1.106
- @vercel/fastify@0.1.97
- @vercel/go@3.9.1
- @vercel/h3@0.1.103
- @vercel/hono@0.2.97
- @vercel/hydrogen@1.4.0
- @vercel/koa@0.1.77
- @vercel/nestjs@0.2.98
- @vercel/next@4.19.1
- @vercel/node@5.8.18
- @vercel/redwood@2.5.0
- @vercel/remix-builder@5.9.1
- @vercel/rust@1.3.0
Fetched June 23, 2026

