Releases: burningalchemist/sql_exporter
Releases · burningalchemist/sql_exporter
v0.10.1
SQL Exporter v0.10.1
🎉 Container image for linux/arm64
is now available on Dockerhub.
- fix: don't fail immediately in resolveCollectorRefs nested loop by @unix-way in #208
- docs: add examples and grafana dashboard for Azure SQL MI by @corporate-gadfly in #209
- build: build arm64 container images by @burningalchemist in #219
- fix: add unit tests and minor fixes for
resolveCollectorRefs()
by @hhromic in #220 - fix: handling is fixed in the upstream dburl by @burningalchemist in #226
- build: containers via multi-platform Dockerfile by @burningalchemist in #229
Precompiled binaries are built with Go v1.19.8.
Updated dependencies
Database drivers
- MSSQL 0.21.0
- Vertica 1.3.2
- pq(PostgreSQL) 1.10.8
Others
- prometheus/client_golang 1.15.0
- prometheus/common 0.42.0
- prometheus/exporter-toolkit 0.9.1
- google.golang.org/protobuf 1.30.0
- xo/dburl 0.14.2
- promu 0.14.0
- golang.org/x/crypto v0.8.0
- golang.org/x/exp v0.0.0-20230321023759-10a507213a29
- golang.org/x/mod v0.10.0
- golang.org/x/net v0.9.0
- golang.org/x/oauth2 v0.7.0
- golang.org/x/sys v0.7.0
- golang.org/x/term v0.7.0
- golang.org/x/text v0.9.0
- golang.org/x/tools v0.8.0
New Contributors
- @unix-way made their first contribution in #208
- @corporate-gadfly made their first contribution in #209
Full Changelog: 0.10.0...0.10.1
v0.10.0
SQL Exporter v0.10.0
Precompiled binaries are built with Go v1.19.6.
Updated dependencies
Database drivers
- pgx(PostgreSQL) 4.18.1
- Snowflake 1.6.18
Others
- golang.org/x/net 0.7.0 (CVE-2022-41723)
- prometheus/common 0.40.0
Full Changelog: 0.9.3...0.10.0
v0.9.3
SQL Exporter v0.9.3
- fix: exporter panics on config corner cases by @hhromic in #185
- fix: detect fedauth for AzureSQL and assign a correct driver name by @burningalchemist in #187
- build: Update actions/setup-go and actions/checkout to v3 by @burningalchemist in #177
- build: github actions - add docker build by @burningalchemist in #191
- build: adjust docker tag inference by @burningalchemist in #193
Precompiled binaries are built with Go v1.19.5.
Updated dependencies
Database drivers
- MSSQL 0.20.0
- Vertica 1.3.1
- Snowflake 1.6.17
New Contributors
Full Changelog: 0.9.2...0.9.3
v0.9.2
SQL Exporter v0.9.2 🎄 Christmas edition
- fix: address CVE-2022-46146 by @alex1989hu in #167
- fix: address CVE-2022-32149 by @alex1989hu in #168
- chore: add darwin/arm64 arch to promu in #176
Precompiled binaries are built with Go v1.19.4.
Updated dependencies
Database drivers
- MSSQL 0.19.0
- MySQL 1.7.0
- Vertica 1.3.0
- Snowflake 1.6.16
Others
- kardianos/minwinsvc 1.0.2
- prometheus/client_golang 1.14.0
- prometheus/common 0.39.0
- prometheus/client_model 0.3.0
- xo/dburl 0.13.0
Full Changelog: 0.9.1...0.9.2
v0.9.1
SQL Exporter v0.9.1
- fix: address CVE-2022-27664
- fix: don't close SQL statements
Precompiled binaries are built with Go v1.19.1.
v0.9.0
SQL Exporter v0.9.0
- feat: add TLS/BasicAuth via exporter-toolkit/web - #124
- feat: add flags to write json logs, to set log level - #125
- feat: import azuread (also imports regular driver) - #148
- fix: mssql - switch to microsoft go-mssqldb - #123
- fix: set default loglevel to info, update level for init msgs - #134
- build: add nfpm, prepare deb/rpm packages - #126
- build: update Dockerfile - #132
- chore: remove deprecated io/ioutil package usage - #130
- chore: fix formatting since 1.19 - #131
- refactor: adopt xo/dburl to parse connection strings consistently - #129
Precompiled binaries are built with Go v1.19.1.
Updated dependencies
Database drivers
- pgx(PostgreSQL) 4.17.2
- pq(PostgreSQL) 1.10.7
- MSSQL 0.17.0
- Snowflake 1.6.13
Others
- klog 2.70.1
- prometheus/client_golang 1.12.2
- prometheus/common 0.37.0
v0.8.7
SQL Exporter v0.8.7
- fix: CVE-2022-28948 security issue;
- fix: instrument requests to the main
/metrics
handler correctly. Available at/sql_exporter_metrics
, can be useful for debugging purposes, also to monitor the exporter itself. - Precompiled binaries are built with Go v1.18.2.
Updated dependencies
Database drivers
- Clickhouse 1.5.4
- pgx(PostgreSQL) 4.16.1
- pq(PostgreSQL) 1.10.6
- MSSQL 0.12.2
- Snowflake 1.6.10
- Vertica 1.2.2
Others
- yaml.v3 3.0.1
- klog 2.60.1
- prometheus/client_golang 1.12.2
- prometheus/common 0.34.0
- promu 0.13.0
v0.8.6
SQL Exporter v0.8.6 🎄 Christmas edition
- fixed CWE-117 security weakness;
- Precompiled binaries are built with Go v1.17.5.
CONFIG
environment variable was removed in this release. Use SQLEXPORTER_CONFIG
instead.
Updated dependencies
Database drivers
- pgx(PostgreSQL) 4.14.1
- pq(PostgreSQL) 1.10.4
- Snowflake 1.6.4
- Vertica 1.2.1
Others
- klog 2.40.1
v0.8.5
- Add environment variable
SQLEXPORTER_TARGET_DSN
to override the configured connection string (anddsnOverride
parameter); - Prepend environment variables for debug and config parameters with a prefix:
SQLEXPORTER_DEBUG
andSQLEXPORTER_CONFIG
; - Precompiled binaries are built with Go v1.17.2.
CONFIG
environment variable is deprecated and will be removed in the next release.
Updated dependencies
Database drivers
- Clickhouse 1.5.1
- Snowflake 1.6.3
- Vertica 1.2.0
- MSSQL 0.11.0
Others
- prometheus/common 0.32.1
- klog 2.30.0