Releases: burningalchemist/sql_exporter
0.19.1
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
Database-agnostic SQL exporter for Prometheus
0.19.0
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
- build: update to go v1.25 by @burningalchemist in #888
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
Database-agnostic SQL exporter for Prometheus
chart-sql-exporter-0.14.0
Database-agnostic SQL exporter for Prometheus
0.18.6
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
- fix(build): restore minimal Go version to 1.24 by @burningalchemist in #866
CVE addressed:
Full Changelog: 0.18.5...0.18.6
chart-sql-exporter-0.13.5
Database-agnostic SQL exporter for Prometheus
0.18.5
SQL Exporter v0.18.5
Due to vulnerabilities found in Go version 1.25.3, it's recommended to skip this version.
This release addresses the security issue CVE-2025-47914.
What's Changed
Precompiled binaries are built with Go version 1.25.3 as a result of some unexpected dependency changes.
- docs(readme): add rate limiter settings section by @burningalchemist in #844
- fix(security): update golang.org/x/crypto - CVE-2025-47914 by @burningalchemist in #858
Updated dependencies
Database drivers
- Clickhouse 2.41.0
- Snowflake 1.18.0
- MSSQL 1.9.4
Others
- aws-sdk-go-v2/config 1.32.13
- aws-sdk-go-v2/service/secretsmanager 1.40.3
- aws/aws-sdk-go-v2 1.40.1
- prometheus/common 0.67.4
- prometheus/exporter-toolkit 0.15.0
Full Changelog: 0.18.4...0.18.5
chart-sql-exporter-0.13.4
Database-agnostic SQL exporter for Prometheus
0.18.4
SQL Exporter v0.18.4
This release addresses the issue with loading collector files from the environment variable (#830).
What's Changed
Precompiled binaries are built with Go v1.24.9
- fix: collector_files env should be handled properly by @burningalchemist in #831
- docs: organize examples directory [skip ci] by @burningalchemist in #832
- build(nfpm): fix paths for deb/rpm packages [skip ci] by @burningalchemist in #834
Full Changelog: 0.18.3...0.18.4