Change8

@vercel/build-utils@13.36.0

📦 vercel-cliView on GitHub →
2 features🔧 3 symbols

Summary

Introduced support for Node.js Routing Middleware entrypoints with optional path matching. Updated Python analysis dependency.

Migration Steps

  1. When configuring `proxy.matcher` for Node.js Routing Middleware entrypoints, ensure it is configured either in the entrypoint source or `vercel.json`, but not in both locations.

✨ New Features

  • Support for Node.js Routing Middleware entrypoints via `proxy.entrypoint`.
  • Optional path matching for Node.js Routing Middleware entrypoints through `proxy.matcher`.

Affected Symbols