How Versioning Works
Every time you deploy a bridge, Archway creates a version snapshot of the code and configuration. This gives you a complete audit trail and the ability to quickly revert if something goes wrong.
Viewing Version History
Open a bridge in the editor
Click the Versions tab in the right panel
Browse versions β each shows the version number, timestamp, and whether it's the currently deployed version
Rolling Back
In the Versions tab, find the version you want to restore
Click "Rollback"
Archway will update the bridge code to the selected version's code and redeploy automatically
A new version number is created for the rollback (version history is append-only)
Note: Rollback runs the same validation checks as a regular deployment β it will check for pending secrets and expired secrets before redeploying.