August 20, 2026
Terminus 4.3.3 is now available. This release adds a rollbackable column to node:builds:list, a new site_admin role, and automatic session token refresh for long-running commands, along with several bug fixes.
Key improvements in this release
rollbackablecolumn fornode:builds:list: Surfaces which builds are still eligible for rollback, so you can see rollback eligibility without a separate call. (#2903)- New
site_adminrole: Adds support for thesite_adminrole. (#2878, #2895) - Automatic session token refresh: Terminus now automatically refreshes session tokens that expire during long-running command execution, preventing commands from failing partway through. (#2900)
- Fixed
env:code-logcrash on eVCS sites: Guarded against null commit labels that previously caused a crash. (#2911) - Fixed plugin installs blocked by composer audit:
composer audit.block-insecureis now written directly tocomposer.json, so plugin installs no longer fail when a pinned dependency has an open security advisory. (#2891)
How to upgrade to Terminus 4.3.3
If you use Homebrew (macOS-only) to manage your Terminus installation, you should upgrade using:
If you installed Terminus directly from the .phar file, you should upgrade using the self:update command:
For more information about this release, visit the GitHub release page.
If you have questions or concerns around Terminus, please use the Terminus issue queue.