This release contains a new annotation that allows you to configure the path parameter names generated in your swagger.json, which can be useful in some circumstances. Please see https://grpc-ecosystem.github.io/grpc-gateway/docs/mapping/customizing_openapi_output/#path-parameters for documentation on how to use this new capability.
Note that in order to take advantage of the new annotation, you will need to update your vendored dependency, or update your buf.build/grpc-ecosystem/grpc-gateway
dependency to at least f85c60ac38544f2d8f346491c9d916e5. This can be accomplished by running buf mod update
in the folder where you have your buf.yaml
.
What's Changed
- Add delimiter after response stream error message (#2591) by @stelcodes in #2596
- protoc-gen-openapiv2: support overriding path parameter names by @oyvindwe in #2562
New Contributors
- @stelcodes made their first contribution in #2596
Full Changelog: v2.9.0...v2.10.0