Skip to content

Releases: burningalchemist/sql_exporter

0.22.3

10 Apr 09:25
f39f9e1

Choose a tag to compare

SQL Exporter v0.22.3

What's Changed

  • Improve thread safety to avoid crashes when reloading config and scraping at the same time.

Precompiled binaries are built with Go v1.25.9


  • fix: crash during /reload from nil connection race condition by @utafrali in #971
  • fix: introduce mutex to avoid nil deferences for reloads while scraping by @burningalchemist in #972

CVE addressed:

New Contributors

Full Changelog: 0.22.2...0.22.3

chart-sql-exporter-0.17.5

10 Apr 09:56
5919e05

Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

0.22.2

08 Apr 11:58
e5a8fdb

Choose a tag to compare

SQL Exporter v0.22.2 - 🚨 Security release

What's Changed

Precompiled binaries are built with Go v1.25.8

CVE addressed:

Full Changelog: 0.22.1...0.22.2

chart-sql-exporter-0.17.4

08 Apr 12:52
3125ff1

Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

chart-sql-exporter-0.17.3

07 Apr 10:05
7f76964

Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

0.22.1

06 Apr 10:10
29e4944

Choose a tag to compare

SQL Exporter v0.22.1 - 🚨 Security release

What's Changed

Precompiled binaries are built with Go v1.25.8

CVE addressed:

Full Changelog: 0.22.0...0.22.1

chart-sql-exporter-0.17.2

06 Apr 13:41
b67b075

Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

0.22.0

02 Apr 09:46
2c02e79

Choose a tag to compare

SQL Exporter v0.22.0

What's Changed

This release adds following features and improvements:

  • Add a configurable target ping interval (disabled by default) with ping caching mechanism, so we only ping the database when the last ping was more than pingInterval ago. Reduce unnecessary ping operations to the database, especially when using cached collectors;
  • Improve parameter validation for config.

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

Precompiled binaries are built with Go v1.25.8


Updated dependencies

Database drivers

  • PostgreSQL (libpq) 1.12.1
  • Clickhouse 2.44
  • Vertica 1.3.6

Others

  • aws-sdk-go-v2/config 1.32.13
  • aws-sdk-go-v2/service/secretsmanager 1.41.5
  • aws/aws-sdk-go-v2 v1.41.5

New Contributors

Full Changelog: 0.21.0...0.22.0

chart-sql-exporter-0.17.1

02 Apr 10:21
615686f

Choose a tag to compare

Database-agnostic SQL exporter for Prometheus

chart-sql-exporter-0.17.0

26 Mar 09:24
5d2fb4c

Choose a tag to compare

Database-agnostic SQL exporter for Prometheus