Skip to content

Releases: eltorocorp/go-grpc-request-id-interceptor

streams now use modified context

02 May 15:29
0c3c0ba
Compare
Choose a tag to compare
Merge pull request #8 from eltorocorp/PLADV-26

Pladv 26

0.0.3 April 28, 2022

28 Apr 13:36
c779e94
Compare
Choose a tag to compare
Merge pull request #5 from eltorocorp/AddRequestDataToOutGoingLog

Put the server interceptor before the  interceptor to have the reques…

0.0.2 April 25, 2022

25 Apr 15:10
4e83132
Compare
Choose a tag to compare

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)