Every environment now keeps a history of past deployments. You can see what was deployed, when, and by whom.
What's tracked#
Each deployment entry records:
- Who triggered the deploy (user avatar and name)
- When it happened
- What changed in that deployment
- Status (success, failed, in progress)
The history view shows the 5 most recent deployments by default, with a "show more" button to load older entries. It refreshes automatically after each new deployment completes.
Rollback#
If a deployment introduces a problem, you can roll back to a previous environment state directly from the history view. This restores the configuration as it was at that point in time and triggers a new deployment with the restored settings.