Skip to content

v1.1.2

Latest

Choose a tag to compare

@dragonsinth dragonsinth released this 11 Nov 15:12
6454986

API Additions

  • adds *httpgrpc.Server by @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.Handler support to inprocgrpc.Channel by @erka in #83
    Implements support for the google.golang.org/grpc/stats.Handler API 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