Skip to content

Releases: chainguard-dev/go-grpc-kit

v0.10.0

19 Aug 20:34
d03f538
Compare
Choose a tag to compare

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

Full Changelog: v0.9.0...v0.10.0

v0.9.0

11 Aug 23:52
404cfab
Compare
Choose a tag to compare

What's Changed

  • enable grpc latency measurement with prometheus by @k4leung4 in #19

Full Changelog: v0.8.0...v0.9.0

v0.8.0

10 Aug 19:24
ea396cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

15 Jul 00:01
5fff9cd
Compare
Choose a tag to compare

Raise message size limit to 100MB from 4MB

v0.6.0

14 Jul 19:33
1b38580
Compare
Choose a tag to compare

Add prometheus client interceptor by default for delegate gRPC options

v0.5.0

12 Jul 19:16
e204d8d
Compare
Choose a tag to compare

Helper function to export Prometheus metrics for gRPC server

v0.4.0

21 Mar 22:50
9d08d75
Compare
Choose a tag to compare

Make the bufnet support more resilient to test data races.

Add `options` package.

14 Feb 18:44
a32b10e
Compare
Choose a tag to compare
v0.3.0

Expose `delegate` package for building up GRPC options from URLs. (#5)

Rename to go-grpc-kit

03 Feb 22:57
63f63c4
Compare
Choose a tag to compare

Adding kit to the repo name to make it clear it is tooling around gRPC.

Initial Release

03 Feb 21:25
2ad29aa
Compare
Choose a tag to compare

This release includes the duplex helpers to register a http json and gRPC server served on the same port.