vercel@50.18.2
📦 vercel-functionsView on GitHub →
✨ 2 features🐛 3 fixes🔧 2 symbols
Summary
This patch release fixes CLI behavior related to integration additions and resource naming validation, and introduces support for granular function failover region configuration.
✨ New Features
- Added support for configuring per-function failover regions via `functions[*].functionFailoverRegions` in `vercel.json` and build output configuration.
- Started adding AI evaluation infrastructure with the creation of an `evals` directory.
🐛 Bug Fixes
- The `integration add` command now correctly exits with code 1 when browser fallback is triggered, preventing false success reports.
- Unhandled promise rejections during `open()` calls in headless/CI environments are prevented by adding `.catch()`.
- Auto-generated resource names during CLI operations are now validated against product-specific rules.