github fullstorydev/grpcurl v1.7.0

latest releases: v1.9.1, v1.9.0, v1.8.9...
3 years ago

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.

Don't miss a new grpcurl release

NewReleases is sending notifications on new releases.