Skip to content

v1.7.0

Compare
Choose a tag to compare
@jhump jhump released this 31 Jul 02:15
· 112 commits to master since this release
f37ec64

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 accepts grpcurl.FormatOptions to control behavior of the formatter and parser. This replaces the previous function (grpcurl.RequestParserAndFormatterFor), which is now deprecated.