Skip to content

v1.8.2

Compare
Choose a tag to compare
@jhump jhump released this 21 Jul 13:25
· 90 commits to master since this release
59a32e5

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.