Skip to content

Releases: burningalchemist/sql_exporter

chart-sql-exporter-0.16.0

19 Mar 09:20
b1c3e4d

Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

0.20.0

12 Mar 19:17
9bf25f7

Choose a tag to compare

SQL Exporter v0.20.0

⚠️ BREAKING CHANGES

  • The aws_secret_name field has been removed and related legacy code has been replaced with the new mechanism.

What's Changed

This release adds following features and improvements:

  • Secrets can now be referenced directly in the data_source_name field using the new URL syntax. Supported providers include AWS Secrets Manager, GCP Secret Manager and Hashicorp Vault. This change applies to both single and multi-target configurations;
  • Support for custom TLS configuration for MySQL connections, allowing users to specify client and CA certificates via DSN parameters;
  • Warmup delay mechanism (warmup_delay) aimed at preventing the thundering herd problem during startup by staggering collector queries. It's used alongside the min_interval parameter to populate the cache;
  • Improved job filter handling to only include scrape_errors_total metrics for jobs specified in the job filters.

Further details are available in the README, and also in the example configuration here.

Precompiled binaries are built with Go v1.25.8


CVE addressed:

Updated dependencies

Database drivers

  • MSSQL 1.9.7

Others

  • aws-sdk-go-v2/config 1.32.10
  • aws-sdk-go-v2/service/secretsmanager 1.41.2
  • aws/aws-sdk-go-v2 v1.41.2

Full Changelog: 0.19.1...0.20.0

chart-sql-exporter-0.15.0

12 Mar 19:42
0374d04

Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

0.19.1

12 Feb 10:11
c9b3e06

Choose a tag to compare

SQL Exporter v0.19.1 - 🚨 Security release

What's Changed

Precompiled binaries are built with Go v1.25.7

CVE addressed:

Updated dependencies

Database drivers

  • Clickhouse 2.43.0
  • Snowflake 1.19.0
  • PostgreSQL (lib/pq) 1.11.2
  • Vertica 1.3.5

Full Changelog: 0.19.0...0.19.1

chart-sql-exporter-0.14.2

12 Feb 11:18
2ff1b44

Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

0.19.0

02 Feb 15:26
763350a

Choose a tag to compare

SQL Exporter v0.19.0

⚠️ BREAKING CHANGES

  • PostgreSQL Support (lib/pq): Minimum required PostgreSQL version is now 14.0+. This change is due to the database driver dependency removing support for older PostgreSQL versions.

What's Changed

Precompiled binaries are built with Go v1.25.6

CVE addressed:

Updated dependencies

Database drivers

  • Snowflake 1.18.1
  • MSSQL 1.9.6
  • PostgreSQL (lib/pq) 1.11.1
  • PostgreSQL (jackc/pgx) 5.8.0

Others

  • aws-sdk-go-v2/config 1.32.7
  • aws-sdk-go-v2/service/secretsmanager 1.41.1
  • aws/aws-sdk-go-v2 v1.41.1
  • prometheus/common 0.67.5
  • prometheus/exporter-toolkit 0.15.1
  • xo/dburl 0.24.2

New Contributors

Full Changelog: 0.18.6...0.19.0

chart-sql-exporter-0.14.1

02 Feb 16:59
117029c

Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

chart-sql-exporter-0.14.0

06 Jan 09:48
f093760

Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

0.18.6

06 Dec 10:18
ae5ec4a

Choose a tag to compare

SQL Exporter v0.18.6 - 🚨 Security release

This release resolves an issue caused by a dependency that increased the minimum version of Go specified in the go.mod.
This led to an unexpected build on a vulnerable version of Go (v1.25.3).
The current build uses Go v1.24.11 and the update to v1.25 will be included in the next release.

What's Changed

Precompiled binaries are built with Go v1.24.11

CVE addressed:

Full Changelog: 0.18.5...0.18.6

chart-sql-exporter-0.13.5

06 Dec 10:53
d74005e

Choose a tag to compare

Database-agnostic SQL exporter for Prometheus