Same-major-version migrations only
- Migrations are only allowed when the from and to versions share the same major number (e.g.
1.0.0→1.0.1, or2.1.0→2.2.0). - Cross-major moves (e.g.
1.5.0→2.0.0) are blocked in both the Platform UI and viazapier-platform migrate. This aligns with long-standing guidance; major releases include breaking changes, so users should update Zaps manually or you should use deprecation instead of migration. - Details and workflow are in Migrate users to a new version.