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:

  1. Read the changelog for your target version.

  2. Run dry-run on the new artifact with a copy of production-like env (see Dry run).

  3. Deploy with a rollback path (see Deployment).

Last updated