vercel@50.25.4
📦 vercel-cliView on GitHub →
✨ 1 features🐛 2 fixes🔧 3 symbols
Summary
This patch release introduces an optional search query for the integration discover CLI command and fixes critical route merging bugs during `vc build` for multi-service configurations.
Migration Steps
- If you rely on route merging behavior in multi-service `vercel.json` setups, note that route merging now scopes routes per builder to prevent sibling service routes from being dropped.
✨ New Features
- Added optional search query support to the `vercel integration discover` CLI command.
🐛 Bug Fixes
- Fixed an issue where multiple route-owning builders writing to the build output API caused route merging issues in `vc build`. Routes are now scoped to service ownership when merging `config.json` files.
- Enabled service route-prefix auto stripping for explicitly configured multi-service `vercel.json` setups across runtimes.