SQL Exporter v0.24.7
Important notices
-
⚠️ Deprecation notice: from v0.25.0,linux/armv7architecture support is considered to be dropped.If you are still using
linux/armv7architecture, it is possible to build the binary using the available instructions. Further application support depends on whether the underlying driver libraries keep supportinglinux/armv7architecture. -
⚠️ Deprecation notice: from v0.25.0,jackc/pgx/v5/stdlibdriver is considered to be removed from the default bundle.In the past,
lib/pqdriver experienced some issues with maintenance and performance, sojackc/pgx/v5/stdlibwas added to the default driver bundle as a backup replacement. It seems thatlib/pqdriver is healthy and actively maintained again, so we will removejackc/pgx/v5/stdlibfrom the default bundle as redundant. If you still need it or like it more, you may add the driver back, and produce your own build using the available instructions. -
⚠️ Deprecation notice: from v0.25.0, fully-commercial drivers (i.e. drivers for no self-hosted options available) are considered to be removed from the default driver bundle.This primarily targets solutions like 'Snowflake' and 'Vertica', potentially 'OracleDB'. If you have any concerns or questions regarding this, please reach out and we will discuss the best way to support your use case. Since we do not collect any usage data in any form, we are not aware of how many users are using these drivers. We may consider providing a separate extended build with such drivers included, if there is enough demand for it.
The ultimate goal is to keep the default bundle as small and maintainable (also secure) as possible, while still providing a common set of drivers for the majority of users.
The premise remains the same: if you need a driver that is not included in the bundle, you can always build your own version with the required drivers included. On our end we will make sure that the build instructions are clear and easy to follow, so that users can produce build optimized for their needs easily.
This release has a discussion thread attached to ask questions and provide feedback, which is greatly appreciated. 👍
What's Changed
Precompiled binaries are built with Go v1.26.7
CVE addressed:
Updated dependencies
Database drivers
- Clickhouse 2.48.0
- MSSQL 1.11.0
Others
- aws-sdk-go-v2/config 1.33.1
- aws-sdk-go-v2/service/secretsmanager 1.46.1
- aws/aws-sdk-go-v2 1.45.1
- prometheus/exporter-toolkit 0.19.0
- k8s.io/client-go 0.37.0
Full Changelog: 0.24.6...0.24.7