github grpc-ecosystem/grpc-gateway v2.8.0

latest releases: v2.19.1, v2.19.0, v2.18.1...
2 years ago

Overview

This release introduces the new WithHealthzEndpoint which makes it easy to forward your gRPC health check endpoint to your gRPC-gateway server, and fixes a long standing bug in protoc-gen-openapiv2 where path parameters were included in both the path and the body of the generated spec (#1670 and #1015).

What's Changed

  • Include Package in Service Tags when Option is Enabled by @dkiswanto in #2519
  • Add WithHealthzEndpoint as ServeMuxOption to register a /healthzendpoint by @brumhard in #2319
  • protoc-gen-openapiv2: remove path parameters from body parameters by @oyvindwe in #2553

New Contributors

Full Changelog: v2.7.3...v2.8.0

Don't miss a new grpc-gateway release

NewReleases is sending notifications on new releases.