Skip to content

Releases: vadimi/grpc-client-cli

v1.20.0

08 Feb 03:07
Compare
Choose a tag to compare

What's Changed

  • use go 1.22
  • make sure path separators are working cross platform in #89
  • update deps to latest

Full Changelog: v1.19.0...v1.20.0

v1.19.0

11 Oct 23:35
Compare
Choose a tag to compare

maintenance release: use go 1.21, update dependencies to latest

v1.18.0

18 Mar 02:25
Compare
Choose a tag to compare

Make v1alpha the default reflect version and add --reflect-version to allow changing it

v1.17.0

23 Feb 04:10
Compare
Choose a tag to compare
  • Add TLS support for health check (thanks @bli22ard)
  • Build with go 1.20

v1.16.0

07 Dec 02:37
Compare
Choose a tag to compare

maintenance release - updating dependencies to latest versions

v1.15.0

07 Oct 13:01
Compare
Choose a tag to compare
  • added an optional flag out-json-names to use camel casing in the output

v1.14.0

09 Sep 15:05
Compare
Choose a tag to compare
  • build with go 1.19
  • recursively search for proto files on disk when --proto or --protoimports parameters are used

v1.13.1

02 Aug 13:49
Compare
Choose a tag to compare

Fix --insecure flag passing

v1.13.0

11 Jul 13:12
Compare
Choose a tag to compare
  • google.protobuf.Any unmarshal improvements (#43) - pass proto files not exposed by reflection service using --protoimports parameter.

v1.12.0

16 Mar 00:30
Compare
Choose a tag to compare
  • better google.protobuf.Any support
  • better Ctrl-D handling
  • build with go 1.18
  • updated grpc and other dependencies to latest versions