Changes
Command-line tool
- Adds
-allow-unknown-fields
flag, for more lenient parsing of request JSON. If the input JSON messages contain field names that are unrecognized, they are ignored and the RPC is still made.
Go package "github.com/fullstorydev/grpcurl"
- A new
grpcurl.RequestParserAndFormatter
function has been added that acceptsgrpcurl.FormatOptions
to control behavior of the formatter and parser. This replaces the previous function (grpcurl.RequestParserAndFormatterFor
), which is now deprecated.