You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.