Skip to content

Tags: fullstorydev/grpchan

Tags

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add stats.Handler support to inprocgrpc.Channel (#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 that use stats handlers instead of the
now-deprecated interceptor-based APIs.

related #73

---------

Signed-off-by: Roman Dmytrenko <rdmytrenko@gmail.com>

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
protoc plugin supports proto3 optional (#63)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
oof, major bug: infinite loop when trying to intercept an already-int…

…ercepted channel (#61)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix go.mod for Go 1.13 (#34)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
inprocgrpc should support dynamic messages (#32)