2 Commits

Author SHA1 Message Date
854819d966 upgrade go 2025-09-02 13:20:21 -04:00
7f6c91ae74 update todo 2025-09-02 13:15:26 -04:00
3 changed files with 5 additions and 3 deletions

View File

@@ -6,6 +6,8 @@
* chore: Add new test suites for logging, OpenTelemetry initialization, gRPC server setup, and HTTP server setup. * 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: Enhance configuration loading tests to cover file and environment variable sources.
* chore: Improve config test comparison robustness using JSON marshaling. * chore: Improve config test comparison robustness using JSON marshaling.
## v0.12.3
* chore: Upgrade to go 1.25
# v0.12.0 # v0.12.0
* feat: Add support for excluding HTTP request paths from logging using configurable regular expressions. * feat: Add support for excluding HTTP request paths from logging using configurable regular expressions.

View File

@@ -1,7 +1,5 @@
# TODO # TODO
- [ ] Add ability to initialize OTEL early (before app runs)
- [ ] Spruce up the README
- [ ] Create generic interface for implementing a service - [ ] Create generic interface for implementing a service
- [ ] Create config sample not called demo, so it is more easily reused - [ ] Create config sample not called demo, so it is more easily reused
- [ ] Expand config test case to cover GRPC config - [ ] Expand config test case to cover GRPC config
@@ -9,6 +7,8 @@
## Done ## Done
- [x] Add ability to initialize OTEL early (before app runs)
- [x] Spruce up the README
- [x] Test and troubleshoot GRPC Gateway support - [x] Test and troubleshoot GRPC Gateway support
- [x] Finish implementing GRPC service support - [x] Finish implementing GRPC service support
- [x] Unit tests - [x] Unit tests

2
go.mod
View File

@@ -1,6 +1,6 @@
module gitea.libretechconsulting.com/rmcguire/go-app module gitea.libretechconsulting.com/rmcguire/go-app
go 1.24.2 go 1.25
require ( require (
buf.build/go/protovalidate v0.14.0 buf.build/go/protovalidate v0.14.0