Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.25.0 to 2.25.1
Bumps github.com/grpc-ecosystem/grpc-gateway/v2 from 2.25.0 to 2.25.1.
Release notes
Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.
v2.25.1
Support the new Opaque API in openapiv2 generated files
This release contains breaking changes from v2.25.0, in that the previously deprecated
EnumDescriptor
andDescriptor
methods on the struct types in the openapiv2 options package have been removed. This seems to be a requirement to generate the new Hybrid API. Please open an issue if you were depending on these functions and we'll see what we can do about it.What's Changed
- protoc-gen-openapiv2: generate hybrid files by
@johanbrandhorst
in grpc-ecosystem/grpc-gateway#5088Full Changelog: https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.25.0...v2.25.1
Commits
-
c89fdf7
protoc-gen-openapiv2: generate hybrid files (#5088) -
bb4c906
Update gorelease base - See full diff in compare view