github fullstorydev/grpcurl v1.8.0

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

Changes

As of this release, osx_x86_32 binaries will no longer published (for Mac OS X, 32-bit x86/386 architecture). Only 64-bit binaries will be published for OS X.

Command-line tool

  • A -vv flag has been added, which enables very verbose output mode. For now, the only additional output will be an estimate of the size of each response message, but more output may be added in the future.
  • The "User-Agent" request header sent by grpcurl will now be in the form "grpcurl/" and can also be customized.
  • A -user-agent flag has been added, which allows customizing the "User-Agent" request header. The actual header sent will be the given flag value plus " grpcurl/" appended to it.
  • When the -format-error flag is enabled and an error occurs using service reflection (to download the remote service's descriptors), the error will be formatted in the same machine-friendly format as other RPC errors.

Go package "github.com/fullstorydev/grpcurl"

  • The NewDefaultEventHandler function has been deprecated. Instead, all fields of grpcurl. DefaultEventHandler are now exported, so you can use a struct literal to initialize a handler instance. This adds Out, Formatter, and Verbosity exported fields to the DefaultEventHandler struct.

Don't miss a new grpcurl release

NewReleases is sending notifications on new releases.