Support the new Opaque API in openapiv2 generated files
This release contains breaking changes from v2.25.0, in that the previously deprecated EnumDescriptor
and Descriptor
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 #5088
Full Changelog: v2.25.0...v2.25.1