update changelog

This commit is contained in:
2025-09-02 13:07:06 -04:00
parent c7e42a7544
commit 11b2c2487c

View File

@@ -1,6 +1,11 @@
# v0.12.1
* feat: Implement custom OpenTelemetry span name formatting for HTTP requests.
* refactor: Streamline OpenTelemetry handler integration by removing custom wrapper.
## v0.12.2
* chore: Update Go module dependencies, including OpenTelemetry, gRPC Gateway, gRPC, and Protobuf.
* chore: Add new test suites for logging, OpenTelemetry initialization, gRPC server setup, and HTTP server setup.
* chore: Enhance configuration loading tests to cover file and environment variable sources.
* chore: Improve config test comparison robustness using JSON marshaling.
# v0.12.0
* feat: Add support for excluding HTTP request paths from logging using configurable regular expressions.