Release notes
How we version kits, where changelogs live, and how to plan upgrades.
Versioning
Releases follow semantic versioning for published APIs and artifacts where applicable. Breaking changes are called out in the changelog shipped with each kit.
Where to read changes
Per-kit changelog: inside your distribution artifact or release notes bundled with download.
This GitBook: framework-level operator guidance; substantive behavior changes are reflected here when they affect every kit.
Upgrades
When upgrading:
Read the changelog for your target version.
Run dry-run on the new artifact with a copy of production-like env (see Dry run).
Deploy with a rollback path (see Deployment).
Related
Last updated