Skip to content

Commit

Permalink
Merge pull request #220 from slok/slok/v0120
Browse files Browse the repository at this point in the history
Prepare for v0.12.0
  • Loading branch information
slok committed Apr 19, 2024
2 parents bafadc8 + 7a7d132 commit 3bddbe2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3bddbe2

Please sign in to comment.