Skip to content

Releases: burningalchemist/sql_exporter

chart-sql-exporter-0.13.1

10 Sep 10:49
32aeab1

Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

chart-sql-exporter-0.13.0

09 Sep 10:22
f49b7a7

Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

0.18.1

16 Jul 13:32
6e73ff7

Choose a tag to compare

SQL Exporter v0.18.1

What's Changed

Precompiled binaries are built with Go v1.24.5

Updated dependencies

Database drivers

  • Snowflake 1.15.0
  • MySQL 1.9.3
  • MSSQL 1.9.2
  • Clickhouse 2.37.2

Others

  • aws-sdk-go-v2/config 1.29.17
  • aws-sdk-go-v2/service/secretsmanager 1.35.7
  • aws/aws-sdk-go-v2 1.36.5
  • prometheus/common 0.65.0

Full Changelog: 0.18.0...0.18.1

chart-sql-exporter-0.12.5

16 Jul 14:00
31273ed

Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

0.18.0

10 Jun 13:48
3f2726f

Choose a tag to compare

SQL Exporter v0.18.0

What's Changed

With the new --config.check flag it's possible now to validate the configuration yaml without running a server, which is useful for CI workflows or other debug purposes.

Precompiled binaries are built with Go v1.24.4

  • feat: add -config.check flag for configuration validation by @deferraz in #745

Updated dependencies

Database drivers

  • Snowflake 1.14.1
  • MySQL 1.9.2
  • MSSQL 1.8.2
  • Clickhouse 2.36.0
  • PostgreSQL (pgx) 5.7.5
  • OracleDB 2.9.0

Others

  • aws-sdk-go-v2/config 1.29.15
  • aws-sdk-go-v2/service/secretsmanager 1.35.5
  • prometheus/common 0.64.0
  • xo/dburl 0.23.8

New Contributors

Full Changelog: 0.17.3...0.18.0

chart-sql-exporter-0.12.4

10 Jun 14:22
45a4e20

Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

0.17.3

06 May 13:09
9c33cb6

Choose a tag to compare

SQL Exporter v0.17.3 -🚨 Security release

This release addresses the security issues identified in Go runtime v1.24.1.

What's Changed

Precompiled binaries are built with Go v1.24.2

go1.24.2 includes security fixes to the net/http package (CVE-2025-22871), as well as bug fixes to the compiler, the runtime, the go command, and the crypto/tls, go/types, net/http, and testing packages.

chart-sql-exporter-0.12.3

06 May 13:38
0e1b0e8

Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

chart-sql-exporter-0.12.2

05 May 11:22
f28a136

Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

0.17.2

01 May 14:32
ae24114

Choose a tag to compare

SQL Exporter v0.17.2

This release contains dependency and driver updates, and also addresses reported security issues

What's Changed

Precompiled binaries are built with Go v1.24.1

Updated dependencies

Database drivers

  • Snowflake 1.14.0
  • MySQL 1.9.2
  • Clickhouse 2.34.0
  • PostgreSQL (pgx) 5.7.4

Others

  • aws-sdk-go-v2/config 1.29.14
  • aws-sdk-go-v2/service/secretsmanager 1.35.4
  • sethvargo/go-envconfig 1.3.0
  • prometheus/common 0.63.0
  • prometheus/client_golang 1.22.0
  • prometheus/client_model 0.6.2
  • xo/dburl 0.23.7
  • google.golang.org/protobuf 1.36.6
  • golang.org/x/net 0.38.0 (CVE-2025-22872)
  • golang-jwt/jwt/v5 5.2.2 (CVE-2025-30204)

New Contributors

Full Changelog: 0.17.1...0.17.2