Skip to content

v0.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Aug 19:39
· 4 commits to master since this release
30fb7f6

Breaking Сhanges

  • The logging system has been replaced with log/slog from the stdlib. This change is being made across the prometheus ecosystem. The logging output has changed, but the messages and levels remain the same. The ts label for the timestamp has been replaced with time. The caller field has been replaced by the source field. The level field now exposes the log level in capital letters.
  • The landing page has been switched to Prometheus format. If someone previously used the /health or /check endpoints (undocumented feature) to check the availability of the exporter, then this functionality is no longer available. You can use / endpoint to monitor the availability of the exporter.
  • The --web.endpoint option has been replaced with --web.telemetry-path option.

What's Changed

  • Update LICENSE for 2025 #27.
  • Update dependencies for Prometheus libraries and related code changes #28 :
    • Add authlog_exporter_build_info metric.
    • Bump github.com/prometheus/exporter-toolkit to v0.14.0.
    • Bump github.com/prometheus/common to v0.63.0.
    • Bump github.com/prometheus/client_golang to v1.20.4.
    • Drop dependencies for go-kit/log and go-logfmt/logfmt. Update other dependencies.
    • Switch to standard Prometheus landing page.
    • Add --web.telemetry-path option for path under which to expose metrics. Instead of --web.endpoint option.
    • Allow the use of the root path (/) as the metrics path (through --web.telemetry-path).
    • Add authlog_exporter_build_info metric from prometheus/client_golang/prometheus/collectors/version.
  • Bump go and dependencies versions #29 :
    • Bump golangci-lint action to v7 with golangci-lint v2.3.1.
    • Bump Go version from 1.23 to 1.24.
    • Bump goreleaser from v2.5.0 to v2.11.2.
    • Bump alpine from 3.20 to 3.21.
    • Bump to perl:bookworm in the image for creation the test geoip db.
    • Bump dependencies to fix Dependabot alert.

Full Changelog: v0.7.2...v0.8.0