Change8

@vercel/client@18.2.0

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

Summary

Introduced support for Node.js Routing Middleware entrypoints with flexible path matching options. Updated build utility dependencies.

Migration Steps

  1. Ensure that `proxy.matcher` is configured in either the entrypoint source or `vercel.json`, but not in both locations simultaneously.

✨ New Features

  • Support for Node.js Routing Middleware entrypoints via `proxy.entrypoint`.
  • Optional path matching for Node.js Routing Middleware entrypoints using `proxy.matcher`.
  • Configuration of `proxy.matcher` can be done in the entrypoint source or `vercel.json`.

Affected Symbols