upgrade go

This commit is contained in:
2025-09-02 13:20:21 -04:00
parent 7f6c91ae74
commit 854819d966
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,8 @@
* 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.3
* chore: Upgrade to go 1.25
# v0.12.0
* feat: Add support for excluding HTTP request paths from logging using configurable regular expressions.