`Vercel Flags` adds scheduled progressive rollouts
Traffic can now ramp to a new variant by schedule instead of staying at a fixed split. That makes feature releases safer without building your own rollout logic, and it's usable now via dashboard or vercel flags rollout.
- Unlike a fixed 50/50 experiment split, each rollout stage has a target percentage plus duration, so exposure increases automatically.
- Catching regressions on a small slice first lowers blast radius before a bad release reaches everyone.
- Control is available in both the dashboard and the new
vercel flags rolloutCLI path, which matters for scripted releases.