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