Releases: vadimi/grpc-client-cli
Releases · vadimi/grpc-client-cli
v1.7.0
support configuring keepalive settings using --keepalive
and --keepalive-time
parameters
v1.6.1
due to some bugs replace pterm library usage with gookit/color that pterm uses underneath anyways.
v1.6.0
New features:
- add more data to verbose output
- support
-H "key: value"
syntax to pass request headers
v1.5.0
- support proto text format (
-informat
and -outformat
parameters)
- support
??
and proto
sub-commands in message reader to print message proto
v1.4.0
- switch to goreleaser to release archives instead of binaries
- add arm64 build
- update grpc to
1.31.0
v1.3.0
New features implemented:
- add
-authority
parameter to the cli (#22)
- implement calling services without reflection (#21)
- set non zero exit code in health command - useful in kubernetes health probes (#23)
v1.2.1
this release fixes :authority
header usage (#20)
v1.2.0
New features added:
- support client streaming calls
- support bi-directional streaming calls
- support TLS grpc connections