Releases: kosli-dev/cli
Releases · kosli-dev/cli
v2.24.2
v2.24.1
v2.24.0
The CLI now tries Bearer first (SonarQube Cloud and Server 10.0+) and transparently falls back to Basic for older self-hosted Servers, caching the resolved scheme for the run. SonarQube Cloud is always sent Bearer. Authentication failures now return a status-aware message (HTTP 401/403 token/permission, 5xx server-unavailable) instead of a single generic line.
- chore(deps): bump the Go dependencies group with 10 updates (#928)
Full changelog: v2.23.2...v2.24.0
v2.23.2
v2.23.1
v2.23.0
- Added a deprecation warning when creating a flow without
--template-fileor--use-empty-template, indicating the legacy API endpoint will stop working in a future release.
NOTE : requires newest server to support dropping visibility. Please use newer CLI for backwards compatibility!
v2.22.1
v2.22.0
- Added
Tutorialfield to command documentation metadata, enabling tutorial URLs to be surfaced in generated docs.
v2.21.0
attest jira: fixed false-positive Jira issue key matches from multi-segment identifiers such as CVE numbers (e.g.CVE-2026-41284no longer incorrectly matches as a Jira key).attest junit: improved JUnit XML ingestion to walk directories recursively, deduplicate file scanning, and provide a clearer error message when non-UTF-8 encoded XML files are encountered.