Skip to content

Releases: dominikhei/cardamon

v1.0.1

Choose a tag to compare

@dominikhei dominikhei released this 24 Jul 09:26
7b38b9e

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

Choose a tag to compare

@dominikhei dominikhei released this 01 May 10:34
f7a5afa

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

Choose a tag to compare

@dominikhei dominikhei released this 08 Apr 14:01
755fd2a

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.