fullstorydev / grpcurl

Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
MIT License
10.39k stars 496 forks source link

bump protoreflect again, to 1.10.3 #290

Closed jhump closed 2 years ago

jhump commented 2 years ago

This pulls in a few more fixes relevant to grpcurl. Highlights: support for special syntax for google.protobuf.Any values in custom options in proto sources when using -proto flags and proper robustness when using server reflection with implementations that return multiple/extra data in file responses.