Releases: dominikhei/cardamon
Releases · dominikhei/cardamon
Release list
v1.0.1
v1.0.1
Bug fixes:
- Fixed a scan-termination bug in query log parsing that could cause
DiscoverUsedMetricsFromLogs to silently miss recent queries, since
query logs are append-only and sorted oldest-first (#17) - Fixed typo in Grafana crawl warning message
Chore:
- Bumped Go to 1.25.12 to address several reachable stdlib CVEs
(GO-2026-5856, GO-2026-5039, GO-2026-5037, GO-2026-4971, GO-2026-4918) - Fixed golangci-lint install step in CI (broken checksum in the
upstream install script) - Bumped golang.org/x/net from 0.49.0 to 0.55.0
v1.0.0
What's Changed
- Bumped go version to specific patch 1.25.9 by @dominikhei in #12
- Added ctx passing to analyzer api call methods and moved semaphore su… by @dominikhei in #13
- Added ctx linting to pre-commit hooks by @dominikhei in #14
- Improve code structure, add graceful shutdown, and fix pre-commit config by @dominikhei in #15
Full Changelog: v0.1.0...v1.0.0
Initial Release
This Release introduces the first version of cardamon with functionality according to the Readme.
It is labeled as v0.1.0 as a v1.0.0 will be used to fix any issues that occurred with this release.