You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our project we have interceptors, in which we cast req to google.golang.org/protobuf/proto.Message. All our grpc services and messages were generated with new protobuf api (google.golang.org/protobuf). Interceptors fail because of grpc_health_v1.HealthCheckRequest was generated using older api. As I can see #3932 was merged, but the latest release doesn't include it. So is there a possibility to create a minor release, containing this changes?
The text was updated successfully, but these errors were encountered:
In our project we have interceptors, in which we cast req to
google.golang.org/protobuf/proto.Message
. All our grpc services and messages were generated with new protobuf api (google.golang.org/protobuf). Interceptors fail because ofgrpc_health_v1.HealthCheckRequest
was generated using older api. As I can see #3932 was merged, but the latest release doesn't include it. So is there a possibility to create a minor release, containing this changes?The text was updated successfully, but these errors were encountered: