Deployment Lifecycle
Changelog, Compare & Conformance
Three views for understanding how your project changes over time and whether each deployment meets best practices.
Changelog
A chronological history of your deployments — what shipped, when, on which branch and commit, and who triggered it. Use it as the audit trail of everything that has gone live, and to find the deployment you want to roll back to or promote.
Compare
Pick two deployments to see what changed between them — the commit range and the differences in build/config. Compare is how you answer "what actually changed between the last good deployment and this one?" when debugging a regression.
Conformance
Automated checks that grade a deployment against security, performance, and reliability best practices — things like security headers, caching, and configuration. Read it as a checklist of recommended improvements; each item points at the setting that addresses it (for example custom headers or firewall rules).

