Releases: eltorocorp/go-grpc-request-id-interceptor
Releases · eltorocorp/go-grpc-request-id-interceptor
streams now use modified context
0.0.3 April 28, 2022
Merge pull request #5 from eltorocorp/AddRequestDataToOutGoingLog Put the server interceptor before the interceptor to have the reques…
0.0.2 April 25, 2022
xrequestid changes
- Use uuid instead of shortuuid since we are not passing it through context and not the url
- Fixed the Compilation errors due to the depricated metadata.FromContext function
- Added a go.mod and replaced imports with the go mod equivilent
- Add an option persistRequestID if you would like to add the request ID to the outgoing context
- Add interceptor option to Log the incoming request along with the Request ID (logrus package)