Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 3.81 KB

CHANGELOG.md

File metadata and controls

57 lines (33 loc) · 3.81 KB

Changelog

1.1.0 (2023-09-28)

Features

  • add otel support for ExtractSampledTraceID (#46) (fe211cd)

Bug Fixes

  • adjust date ranges for UTC and remove debug cruft (#84) (867f4a8)
  • handle timeout and unexpected eof error by returning 408 or 499 (#64) (5807bcd)
  • make requestLimitsMiddleware return 400 instead of 500 (52de8c3)
  • return 500 in case of reading body failed (6a1b562)
  • skip points outside of archive retention on first pass (#82) (b4b782c)
  • use NewWithLogger in request_limits middleware (#66) (5656112)

1.0.2 (2023-06-23)

Bug Fixes

  • actually add release-please-config (#30) (9f8f881)
  • add release-please manifest (#31) (d4a563f)
  • go version in release-please.yml (21ac5c4)
  • manifest format (#34) (7c78521)
  • try to do building inside release-please (#29) (b8a50db)
  • try to fix tag naming in gh release (#39) (5301c71)
  • trying to get release-please to see my packages (#32) (b8c258c)
  • use goreleaser to build archives (#37) (19b6cfe)

[1.0.0] (2023-06-23)

Features

  • move to github actions for semi-automated releases (#25) (dd21479)

Bug Fixes

  • correct changelog formatting and version extraction (#27) (d659354)

[0.0.3]

Rebuild with Go 1.20.4

[0.0.2]

Release mimir-whisper-converter, a utility for converting large Graphite Whisper databases of untagged metrics to mimir blocks.

[0.0.1]

Initial release