Skip to content

Releases: vadimi/grpc-client-cli

1.21.1

11 Sep 19:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.21.0...v1.21.1

1.21.0

16 Aug 19:57
Compare
Choose a tag to compare

What's Changed

  • use go 1.23
  • Bump golang.org/x/text from 0.15.0 to 0.16.0 by @dependabot in #106
  • use google.golang.org/protobuf/encoding to improve support of well known types by @mathong in #109
  • implement new proto resolver to support Any type unmarshal by @vadimi in #110
  • Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in #107
  • Bump github.com/spyzhov/ajson from 0.9.1 to 0.9.3 by @dependabot in #108
  • Bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in #111
  • fix panics on proto registration conflicts by @vadimi in #112
  • Bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.4.0 to 1.5.1 by @dependabot in #113
  • Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 by @dependabot in #114
  • Bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 by @dependabot in #116
  • Bump golang.org/x/text from 0.16.0 to 0.17.0 by @dependabot in #115
  • Feature: GitHub actions by @vadimi in #117

New Contributors

Full Changelog: v1.20.3...v1.21.0

v1.20.3

05 Jun 02:37
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 by @dependabot in #101
  • Bump google.golang.org/protobuf from 1.33.1-0.20240408130810-98873a205002 to 1.34.1 by @dependabot in #103
  • Bump golang.org/x/text from 0.14.0 to 0.15.0 by @dependabot in #102
  • Bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in #104
  • Bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.3.0 to 1.4.0 by @dependabot in #105

Full Changelog: v1.20.2...v1.20.3

v1.20.2

18 Apr 01:28
Compare
Choose a tag to compare

What's Changed

  • Bump google.golang.org/grpc from 1.62.1 to 1.63.0 by @dependabot in #98
  • Bump github.com/jhump/protoreflect from 1.15.6 to 1.16.0 by @dependabot in #99
  • Bump google.golang.org/grpc from 1.63.0 to 1.63.2 by @dependabot in #100

Full Changelog: v1.20.1...v1.20.2

v1.20.1

26 Mar 16:08
Compare
Choose a tag to compare

updating dependencies to latest

Full Changelog: v1.20.0...v1.20.1

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