Change8

vercel@50.25.0

📦 vercel-cliView on GitHub →
4 features🐛 3 fixes🔧 7 symbols

Summary

This release defaults the auto-provision flow for integrations and introduces a new command to fetch OIDC tokens. It also includes several fixes, such as resolving a dev server hang with FastAPI CLI, and updates many internal builder dependencies.

Migration Steps

  1. If you relied on `FF_AUTO_PROVISION_INSTALL` being opt-in, note that auto-provisioning is now default. To revert to the old behavior, set the flag to `=0`.
  2. Rename local imports of `fetch` to `nodeFetch` when importing from `node-fetch`.

✨ New Features

  • Auto-provision flow is now the default for `vercel integration add` and `vercel install`.
  • The `FF_AUTO_PROVISION_INSTALL` flag now acts as a kill-switch (set to `=0` to revert) instead of an opt-in flag.
  • The `experimentalServices` config is now the primary marker for the services flow.
  • Added command to fetch a development OIDC token.

🐛 Bug Fixes

  • Fixed dev server hang when FastAPI CLI is used.
  • Fixed `--help` flag for the `metrics` command to return exit code 0 instead of 2.
  • Removed the legacy SSO redirect flow code.

Affected Symbols