grpc-go
grpc-go copied to clipboard
Metadata: Stabilising an API in metadata package
RELEASE NOTES:
- Stabilising ValueFromIncomingContext API in metadata package
ValueFromIncomingContext is an API available in metadata package which can be used to fetch single key from grpc metadata with lower memory footprint and cpu time. This PR stabilises the API after which this can be used safely
Issue: https://github.com/grpc/grpc-go/issues/7298