Skip to content

Commit 3bddbe2

Browse files
authored
Merge pull request #220 from slok/slok/v0120
Prepare for v0.12.0
2 parents bafadc8 + 7a7d132 commit 3bddbe2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
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

0 commit comments

Comments
 (0)