github fullstorydev/grpcurl v1.8.2

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

Changes

Command-line tool

  • Several bugs have been addressed in the library used to parse proto source files. Previously grpcurl would accept proto source files that could not actually be compiled with protoc. This release links in the newer version of that library.

Go package "github.com/fullstorydev/grpcurl"

  • Callers of grpcurl.BlockingDial can now supply the dial option grpc.FailOnNonTempDialError(false), to prevent the fast-fail behavior for certain kinds of errors (such as "connection refused"). Previously, even if this option were provided, it would be ignored/overwritten by other options that BlockingDial uses.

Don't miss a new grpcurl release

NewReleases is sending notifications on new releases.