update CHANGELOG

This commit is contained in:
2026-01-23 22:38:34 -05:00
parent d246ba7c16
commit e796daa50c

View File

@@ -1,6 +1,24 @@
# v0.17.1
* stop hijacking /
# v0.17.0
* feat: Add CORS support
# v0.16.1
* fix custom type management
# v0.16.0
* enhance context management for custom types
# v0.15.0
* updates go dependencies, refactors config loading precedence, adds gRPC gateway path stripping option, and improves HTTP handler setup.
# v0.14.0
* Improve serve mux path
# v0.13.0
* add default tag name
# v0.12.1
* feat: Implement custom OpenTelemetry span name formatting for HTTP requests.
* refactor: Streamline OpenTelemetry handler integration by removing custom wrapper.