CloudBoosterDocs

Changelog

What's new and what changed in CloudBooster.

Changelog

CloudBooster ships incrementally. Each release bumps the cbx CLI and the platform together; releases are tagged in the GitLab project and the GitHub mirror.

Tracking releases: the canonical changelog is the CHANGELOG.md in the cbx-cli repository. This page summarizes user-facing changes; for the full machine-readable record, refer to the file in git.

Format

Each entry follows Keep a Changelog and uses SemVer:

  • Added — new features.
  • Changed — changes to existing behavior.
  • Deprecated — features marked for removal in a future release.
  • Removed — features removed in this release.
  • Fixed — bug fixes.
  • Security — vulnerability disclosures and patches.

Latest

0.x.0unreleased

CloudBooster is pre-1.0. The API and command surface may change between minor versions; we'll note breaking changes prominently here.

Previous releases

Pre-1.0 releases are summarized in the GitLab releases page until the format stabilizes.

Migration guides

When a release introduces a breaking change, a migration guide will appear here describing the old behavior, the new behavior, and the steps to migrate.

On this page