Release Changelog

This section contains release changelogs automatically generated from Conventional Commits by the CI/CD Finalize-Sprint pipeline.

Release History

Changelogs are organized by release version under changelog/{version}/. A new version folder is published each time a release branch is finalized.

Each release contains:

File Description

qa.adoc

Jira ticket references only (refs: commits). Use this for QA tracking and verification.

external.adoc

Customer-facing changes: Jira refs, features, bug fixes, documentation, and maintenance.

all.adoc

Complete changelog including every conventional commit type.

Changelog Format

Entries are derived from the commit message prefix:

Prefix Section

feat

Features

fix

Bug Fixes

perf

Performance

docs

Documentation

refactor

Refactoring

chore

Maintenance

refs: DEV-XXXX

Jira References (rendered as clickable links)

Example commit messages:

feat(gui): expose build info via /api/version
fix(usp): null-guard in UspDevice.addNewParameter
docs(installation): document FT_TLS_AUTH env var
refs: DEV-2132

Releases

No releases have been published from this branch yet. Released versions will be listed here once a release branch is finalized.