Change8

vercel@58.0.0

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

Summary

This release introduces support for Node.js Routing Middleware entrypoints and custom environment targeting for Connex trigger destinations. It also includes improvements to interactive command recovery and removes the VERCEL_TOML_CONFIG_ENABLED feature flag.

Migration Steps

  1. The `VERCEL_TOML_CONFIG_ENABLED` feature flag has been removed. `vercel.toml` configuration file support is now always enabled.

✨ New Features

  • Support attaching Connect connectors to project custom environments by slug or stable ID.
  • Add custom-environment targeting for Connex trigger destinations.
  • Support Node.js Routing Middleware entrypoints through `proxy.entrypoint`, with optional path matching through `proxy.matcher`. The matcher may be configured in the entrypoint source or `vercel.json`, but not both.

🐛 Bug Fixes

  • Recover interactive commands from stale stored login sessions by starting a fresh device login.
  • Retry Environment Variable reads after legacy authentication challenges.

Affected Symbols