File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.12.0] - 2024-04-19
6+
57### Changed
68
79- ` Gin ` middleware now records the path using the regex from ` FullPath() ` instead of the real URL, avoiding cardinality explosion.
8-
10+ - Dependency updates.
11+ - Use Go 1.22.
912
1013## [ 0.11.0] - 2023-10-20
1114
@@ -126,7 +129,8 @@ Breaking change: The library has been refactored to be more flexible when adding
126129- HTTP latency requests.
127130- Prometheus recorder.
128131
129- [ unreleased ] : https://github.com/slok/go-http-metrics/compare/v0.11.0...HEAD
132+ [ unreleased ] : https://github.com/slok/go-http-metrics/compare/v0.12.0...HEAD
133+ [ 0.12.0 ] : https://github.com/slok/go-http-metrics/compare/v0.11.0...v0.12.0
130134[ 0.11.0 ] : https://github.com/slok/go-http-metrics/compare/v0.10.0...v0.11.0
131135[ 0.10.0 ] : https://github.com/slok/go-http-metrics/compare/v0.9.0...v0.10.0
132136[ 0.9.0 ] : https://github.com/slok/go-http-metrics/compare/v0.8.0...v0.9.0
You can’t perform that action at this time.
0 commit comments