Grpc Client Cli Versions Save

generic gRPC command line client

v1.13.0

1 year ago

v1.12.0

2 years ago
  • better google.protobuf.Any support
  • better Ctrl-D handling
  • build with go 1.18
  • updated grpc and other dependencies to latest versions

v1.11.0

2 years ago
  • add verbose output (-V) to failed reflection calls
  • update dependencies to latest versions

v1.10.0

2 years ago
  • update go to 1.17
  • update deps to latest

v1.9.0

3 years ago
  • Add option to set max recv msg size (#37)
  • updated to latest grpc and protobuf

v1.8.0

3 years ago
  • build with go 1.16 and produce darwin arm64 binary
  • deadline param supports go duration format, e.g. 15s, 1m, etc

v1.7.0

3 years ago

support configuring keepalive settings using --keepalive and --keepalive-time parameters

v1.6.1

3 years ago

due to some bugs replace pterm library usage with gookit/color that pterm uses underneath anyways.

v1.6.0

3 years ago

New features:

  • add more data to verbose output
  • support -H "key: value" syntax to pass request headers

v1.5.0

3 years ago
  • support proto text format (-informat and -outformat parameters)
  • support ?? and proto sub-commands in message reader to print message proto