Change8

vercel@51.7.0

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

Summary

This release enhances service detection by checking for vercel.toml, updates Python worker triggers, and improves CLI output formatting for OpenAPI responses. Several internal dependencies were also updated.

Migration Steps

  1. If you rely on the configuration file name for service detection and were previously using a file other than vercel.json, be aware that vercel.toml is now also checked.
  2. If you are using Python workers, note the move to v2beta triggers with private routing.

✨ New Features

  • If a vercel.toml exists, it is now used for service detection.
  • Python workers now use v2beta triggers with private routing.
  • CLI now includes action and resource fields from API 403 responses in non-interactive agent error payloads.
  • OpenAPI CLI responses are now rendered as tables and cards with relative timestamp formatting, null/undefined displayed as "--", human-readable column headers, and configurable display columns via VercelCliTableDisplay.

🐛 Bug Fixes

  • The correct filename is now used in messages when config file is not vercel.json.

Affected Symbols