Releases: burningalchemist/sql_exporter
0.18.2
SQL Exporter v0.18.2 - 🚨 Security release
This release addresses the security issues identified in Go runtime v1.24.5.
What's Changed
- Security release: fixes CVE-2025-47907
Precompiled binaries are built with Go v1.24.7
Updated dependencies
Database drivers
- Snowflake 1.16.0
- MSSQL 1.9.3
- Clickhouse 2.40.1
- PostgreSQL (pgx) 5.7.6
Others
- aws-sdk-go-v2/config 1.31.7
- aws-sdk-go-v2/service/secretsmanager 1.39.3
- aws/aws-sdk-go-v2 1.39.0
- prometheus/common 0.65.0
- prometheus/client_golang 1.23.2
- prometheus/exporter-toolkit 0.14.1
- prometheus/common 0.66.1
- google.golang.org/protobuf 1.36.9
New Contributors
Full Changelog: 0.18.1...0.18.2
chart-sql-exporter-0.13.1
Database-agnostic SQL exporter for Prometheus
chart-sql-exporter-0.13.0
Database-agnostic SQL exporter for Prometheus
0.18.1
SQL Exporter v0.18.1
What's Changed
- fix: move
NULL
log messages underDebug
log level by @burningalchemist in #778
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
Database-agnostic SQL exporter for Prometheus
0.18.0
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
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
Database-agnostic SQL exporter for Prometheus
0.17.3
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
Database-agnostic SQL exporter for Prometheus
chart-sql-exporter-0.12.2
Database-agnostic SQL exporter for Prometheus