From 7a7d132dafbd9180c8980453eb45cdd8b4d1f436 Mon Sep 17 00:00:00 2001 From: Xabier Larrakoetxea Date: Fri, 19 Apr 2024 12:59:34 +0200 Subject: [PATCH] Prepare for v0.12.0 Signed-off-by: Xabier Larrakoetxea --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db5b7e9..2fa6fda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,13 @@ ## [Unreleased] +## [0.12.0] - 2024-04-19 + ### Changed - `Gin` middleware now records the path using the regex from `FullPath()` instead of the real URL, avoiding cardinality explosion. - +- Dependency updates. +- Use Go 1.22. ## [0.11.0] - 2023-10-20 @@ -126,7 +129,8 @@ Breaking change: The library has been refactored to be more flexible when adding - HTTP latency requests. - Prometheus recorder. -[unreleased]: https://github.com/slok/go-http-metrics/compare/v0.11.0...HEAD +[unreleased]: https://github.com/slok/go-http-metrics/compare/v0.12.0...HEAD +[0.12.0]: https://github.com/slok/go-http-metrics/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/slok/go-http-metrics/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/slok/go-http-metrics/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/slok/go-http-metrics/compare/v0.8.0...v0.9.0