v0.12.0
0.12.0 - 2024-04-19
Changed
Gin
middleware now records the path using the regex fromFullPath()
instead of the real URL, avoiding cardinality explosion.- Dependency updates.
- Use Go 1.22.
Gin
middleware now records the path using the regex from FullPath()
instead of the real URL, avoiding cardinality explosion.