vercel@50.43.0
📦 vercel-functionsView on GitHub →
✨ 10 features🐛 1 fixes🔧 6 symbols
Summary
This release introduces significant enhancements to deployment checks, project protection controls, and marketplace integration CLI parity. It also updates internal services, including migrating python workers to the Queues V3 API and updating numerous Vercel builder dependencies.
✨ New Features
- Added Deployment Checks support to `deploy --prod`, including spinners for pending checks, failure detection before alias promotion, and display of failed check run details with log links.
- Extended marketplace integration CLI parity with `vercel integration installations` to list team installations (supporting optional filters and JSON output) and aligned argument parsing for `vercel integration update`.
- Added `vercel project protection` actions for automation protection bypass via `--protection-bypass`.
- Added `vercel project protection` actions for customer support code visibility via `--customer-support-code-visibility`.
- Added `vercel project protection` actions for Git fork protection via `--git-fork-protection`.
- Migrated python workers to Queues V3 API.
- Added `vercel flags override` subcommand to encrypt and decrypt flag override tokens for the `vercel-flag-overrides` cookie.
- CLI telemetry is now persisted across invocations using bounded-time sessions, stable installation device IDs, and per-invocation identifiers.
- Updated the `vercel metrics` CLI to use the V2 observability metrics API with `--metric`-based schema inspection and querying.
- Improved `vercel integration add` command to support fallback to the discover API and first-party integrations.
🐛 Bug Fixes
- Removed FF_AUTO_PROVISION_INSTALL feature flag and associated dead code from `integration add`.