Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Nov 20:43
aff4276

latr 0.2.0

Full Changelog: v0.1.0...v0.2.0

Container Images

docker pull ghcr.io/wbh1/latr:0.2.0

Multi-architecture support: linux/amd64, linux/arm64

Changelog

Features

  • 01a9ffc: feat: implement OpenTelemetry metrics and traces integration (@claude)

Bug fixes

  • d632523: fix: Set TokensTotal to be a Gauge not a counter (@wbh1)
  • 8c0b72e: fix: handle multiple tokens with the same label (@wbh1)

Others

  • a520159: refactor: migrate to structured logging using log/slog (@wbh1)
  • d71b797: refactor: remove prune_expired configuration and related logic from the token rotation process (@wbh1)