github grpc/grpc-go cmd/protoc-gen-go-grpc/v1.4.0
protoc-gen-go-grpc v1.4.0

latest releases: security/advancedtls/v1.0.0, v1.66.0-dev
28 days ago

New Features

  • Add an optional implementation of streams using generics (Experimental) (#7057)
    • The new use_generic_stream_experimental=true option will cause the gRPC codegen to use prebuilt generic types to implement client and server stream objects, rather than generating new types and implementations for every RPC method. We intend to transition this to the default behavior in the next release. Please test it and provide any feedback.
    • Special Thanks: @aarongable
  • Copy service comments to interfaces in generated code (#7243)
  • Generated code includes static method gRPC call options for integration with the upcoming OpenTelemetry metrics support (#6960)

Dependencies

Don't miss a new grpc-go release

NewReleases is sending notifications on new releases.