The Tuist server ships continuously, independently of when you upgrade the CLI. To prevent regressions when new server versions would break older CLI versions, we now run our acceptance test suite against the oldest support CLI version on every deploy.
What’s new
We support every CLI release from the last 3 months (right now, the oldest CLI version we officially support is 4.150.0). Within that window, server changes stay backward compatible, so you can upgrade on your own schedule.
Every production deploy is now gated on an acceptance test against the oldest supported release, so we catch any break before it reaches you.
A new Compatibility page documents the policy.
Do I need to do anything?
If you’re on a release from the last 3 months, no. Older versions are considered deprecated and may prompt you to upgrade, so bumping the CLI at least quarterly keeps you supported.
Learn more:
Compatibility policy: Compatibility · CLI · Tuist
Pull request: feat(server): gate production on an oldest-supported-CLI acceptance suite by fortmarek · Pull Request #11097 · tuist/tuist · GitHub