Skip to main content

Changelog

Per-release changelogs for the Qubital backend. Each entry is generated automatically from Conventional Commits on the merged PRs for that release.

Placeholder. Changelog generation is deferred until Conventional Commits enforcement is live and stable in the backend repo (Issues 07 and 08 in the Engineering Docs Foundation initiative). The tooling choice (release-please vs git-cliff) will be made at that point.

Format

Once wired, each release will have its own file: YYYY-MM-DD-vX.Y.Z.md, auto-generated and committed by the release workflow. The index page will link to each release file.

Conventional Commits types used

TypeMeaning
featNew feature
fixBug fix
perfPerformance improvement
refactorCode change with no behaviour change
choreMaintenance, dependency bumps
docsDocumentation only
ciCI/CD changes
break / BREAKING CHANGEBreaking API or behaviour change