Skip to content

v1.0.33

Compare
Choose a tag to compare
@talgendler talgendler released this 05 Dec 07:41
· 4 commits to master since this release
fix: better diagnosed gRPC status code in monitor middleware

This change aligns status code retrieval from error with what the gRPC
server logic does:
1. status.FromError
2. status.FromContextError

https://github.com/grpc/grpc-go/blob/master/server.go#L1369-L1377