• v1.2.0 45bb09af27

    v1.2.0 Stable

    serviceuser released this 2026-03-21 23:15:26 +00:00 | 0 commits to main since this release

    [1.2.0] - 2026-03-21

    Breaking

    Added

    • Extracted coverage-gate action and tool from Cue for reuse across Æther projects.
    • Coverage gate now available as reusable composite action with JSON metrics output (passes, total_coverage, packages_checked, packages_failed).
    • Support for per-package coverage threshold policy via JSON configuration in coverage-gate tool.

    Changed

    Removed

    Fixed

    • Hardened coverage-gate file input handling by validating and normalizing policy/profile paths before opening files, resolving G304 findings in coverage-gate/parse.go.
    • Made release binary builds resilient by installing UPX via crazy-max/ghaction-upx@v3 and falling back to uncompressed artifacts when UPX is still unavailable in both release.yml and update-release.yml.
    Downloads