From 5c26accc34ddea0eccfea6f009e475bc68fd7923 Mon Sep 17 00:00:00 2001 From: Ryan D McGuire Date: Wed, 26 Mar 2025 12:58:32 -0400 Subject: [PATCH] update TODO --- TODO.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 8c484a2..7fe3262 100644 --- a/TODO.md +++ b/TODO.md @@ -1,11 +1,12 @@ # TODO -- [ ] Test and troubleshoot GRPC Gateway supprot -- [ ] Finish implementing GRPC service support - [ ] Expand config test case to cover GRPC config - [ ] Expand tracing ## Done + +- [x] Test and troubleshoot GRPC Gateway supprot +- [x] Finish implementing GRPC service support - [x] Unit tests - [x] Pattern for extending config - [x] HTTP Logging Middleware