Releases: vadimi/grpc-client-cli
Releases · vadimi/grpc-client-cli
v1.20.0
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
maintenance release: use go 1.21, update dependencies to latest
v1.18.0
Make v1alpha the default reflect version and add --reflect-version
to allow changing it
v1.17.0
- Add TLS support for health check (thanks @bli22ard)
- Build with go 1.20
v1.16.0
maintenance release - updating dependencies to latest versions
v1.15.0
- added an optional flag
out-json-names
to use camel casing in the output
v1.14.0
- build with go 1.19
- recursively search for proto files on disk when
--proto
or --protoimports
parameters are used
v1.13.1
Fix --insecure
flag passing
v1.13.0
google.protobuf.Any
unmarshal improvements (#43) - pass proto files not exposed by reflection service using --protoimports
parameter.
v1.12.0
- better
google.protobuf.Any
support
- better
Ctrl-D
handling
- build with go
1.18
- updated grpc and other dependencies to latest versions