vercel@50.42.0
📦 vercel-functionsView on GitHub →
✨ 5 features🐛 2 fixes🔧 1 symbols
Summary
This release introduces new project protection features for passwords, skew, and SSO, alongside configuration support via vercel.toml and sandbox command execution. Bug fixes include correcting token environment variable checking and improving `vc logs` usability.
✨ New Features
- Added password deployment protection actions for Vercel projects via `vercel project protection --password`.
- Added skew protection actions for Vercel projects via `vercel project protection --skew` using `skewProtectionMaxAge`.
- Added SSO deployment protection actions for Vercel projects via `vercel project protection --sso`.
- Support configuration via vercel.toml file.
- Added support for running Sandbox commands through `vercel sandbox`.
🐛 Bug Fixes
- Fixed an issue where the `VERCEL_TOKEN` environment variable was not checked before prompting for login, causing credentials to always be requested when the variable was set.
- Improved `vc logs` ergonomics: now shows help when invalid flags are provided, exits successfully for explicit `--help`, and preserves the full nested `logs[]` array in JSON output.