@vercel/build-utils@13.32.2
📦 vercel-cliView on GitHub →
✨ 2 features🐛 1 fixes🔧 14 symbols
Summary
This patch fixes an issue where per-service function configurations were ignored during the build process for experimental V2 services. Consumer groups for queue/v2beta are now correctly scoped by service name to prevent collisions.
✨ New Features
- Per-service function configuration (like maxDuration, memory, regions) is now correctly applied when building experimental V2 services using function configuration declared under services.<name>.functions in vercel.json.
- Derived queue/v2beta consumer groups are now scoped by the owning service name to prevent collisions when multiple services declare the same function path + topic.
🐛 Bug Fixes
- Function configuration declared under `services.<name>.functions` in `vercel.json` is no longer dropped at build time; it is now correctly fed to lambdas for both single-lambda builders and framework builders.