Compare commits
2 Commits
11b2c2487c
...
main
Author | SHA1 | Date | |
---|---|---|---|
854819d966 | |||
7f6c91ae74 |
@@ -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.
|
||||||
|
4
TODO.md
4
TODO.md
@@ -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
|
||||||
|
Reference in New Issue
Block a user