Releases: chainguard-dev/go-grpc-kit
Releases · chainguard-dev/go-grpc-kit
v0.10.0
What's Changed
- update to go 1.18 by @k4leung4 in #20
- Update actions, add dependabot and update golangci-lint by @cpanato in #22
- Bump google.golang.org/grpc from 1.44.0 to 1.48.0 by @dependabot in #25
- Bump github.com/prometheus/client_golang from 1.11.1 to 1.13.0 by @dependabot in #24
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.7.3 to 2.11.2 by @dependabot in #23
- enable tracing for go-grpc-kit by default by @k4leung4 in #21
New Contributors
- @cpanato made their first contribution in #22
- @dependabot made their first contribution in #25
Full Changelog: v0.9.0...v0.10.0
v0.9.0
v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.4.0
Add `options` package.
v0.3.0 Expose `delegate` package for building up GRPC options from URLs. (#5)
Rename to go-grpc-kit
Adding kit to the repo name to make it clear it is tooling around gRPC.
Initial Release
This release includes the duplex helpers to register a http json and gRPC server served on the same port.