Files
go-server-with-otel/CHANGELOG.md
Ryan D McGuire c0a1631320
All checks were successful
Build and Publish / check-chart (push) Successful in 13s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / container-images (push) Successful in 1m7s
Build and Publish / go-binaries (push) Successful in 3m20s
adds HTTP log exclusion regex paths, updates Go version and module dependencies, and bumps Helm chart version (#4)
Reviewed-on: #4
Co-authored-by: Ryan D McGuire <ryand_mcguire@sweetwater.com>
Co-committed-by: Ryan D McGuire <ryand_mcguire@sweetwater.com>
2025-09-02 17:51:37 +00:00

19 lines
1.0 KiB
Markdown

# v0.7.0
* feat: Add HTTP log exclusion regex paths to configuration schema.
* chore: Update Go version to 1.25.
* chore: Update module dependencies.
# v0.6.0
* feat: Introduce Model Context Protocol (MCP) server with a demo random fact tool.
* feat: Add MCP server configuration file (`contrib/mcpinspector.json`).
* deps: Update Go module dependencies, including `bufbuild/protovalidate`, `go-app`, `grpc-gateway`, `googleapis/api`, `grpc`, `protobuf`, `golang.org/x/exp`, and `googleapis/rpc`.
* deps: Add new Go module dependencies: `modelcontextprotocol/go-sdk` and `k8s.io/utils`.
# v0.5.0
* Added OpenTelemetry tracing for application startup.
* Updated Go module dependencies, including `protovalidate`, `go-app`, `grpc`, and OpenTelemetry related packages.
* Enhanced `Makefile` `rename` target to update the application name constant in `main.go`.
* Configured `air` live-reloading to exclude the `proto` directory.
* Refactored application initialization logic for improved modularity and OpenTelemetry integration.