File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.12.0] - 2024-04-19
6
+
5
7
### Changed
6
8
7
9
- ` 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.
9
12
10
13
## [ 0.11.0] - 2023-10-20
11
14
@@ -126,7 +129,8 @@ Breaking change: The library has been refactored to be more flexible when adding
126
129
- HTTP latency requests.
127
130
- Prometheus recorder.
128
131
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
130
134
[ 0.11.0 ] : https://github.com/slok/go-http-metrics/compare/v0.10.0...v0.11.0
131
135
[ 0.10.0 ] : https://github.com/slok/go-http-metrics/compare/v0.9.0...v0.10.0
132
136
[ 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