·
3 commits
to main
since this release
Patch Changes
- 1cf3c68: Update local proxy to use
VERCEL_AUTOMATION_BYPASS_SECRETfor bypassing deployment protection on fallback deployments. This is the preferred approach now that multiple automation bypasses are supported. The per-appAUTOMATION_BYPASS_<NAME>secret is still supported. - cfb997f: Convert file-level JSDoc to a regular block comment in schema types to prevent OpenAPI generators from incorrectly associating it with the
Configinterface declaration.