v2.8.0
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
asServeMuxOption
to register a/healthz
endpoint by @brumhard in #2319 - protoc-gen-openapiv2: remove path parameters from body parameters by @oyvindwe in #2553
New Contributors
- @dkiswanto made their first contribution in #2519
- @brumhard made their first contribution in #2319
- @oyvindwe made their first contribution in #2553
Full Changelog: v2.7.3...v2.8.0