API Additions
-
adds
*httpgrpc.Serverby @jhump in #64
This provides a simpler API for exposing services via gRPC-over-HTTP 1.1. -
Chain interceptors by @jhump in #79
This provides methods for intercepting client conns and servers that allow the user to provide a (var-arg) chain of interceptors. So if a user wants to apply multiple interceptors, this greatly simplifies usage. -
Add
stats.Handlersupport toinprocgrpc.Channelby @erka in #83
Implements support for thegoogle.golang.org/grpc/stats.HandlerAPI in the in-process channel, enabling instrumentation with OpenTelemetry and other observability tools.
Misc
- Various dependency updates and internal maintenance.
Full Changelog: v1.1.1...v1.1.2