@vercel/next@4.20.5
📦 vercel-functionsView on GitHub →
🐛 1 fixes
Summary
This patch release addresses an issue with `maxConcurrency` configuration, ensuring that each Next.js route is correctly placed in its own Lambda group, even when sharing the same concurrency limit.
🐛 Bug Fixes
- Propagate per-function `maxConcurrency` configuration into build outputs and keep every configured Next.js route in its own Lambda group, including routes with the same limit.