Releases: sudorandom/protoc-gen-connect-openapi
Releases · sudorandom/protoc-gen-connect-openapi
v0.8.9
v0.8.8
v0.8.7
- Fixes #21
Full Changelog: v0.8.6...v0.8.7
v0.8.6
- fix: issue with HTTP routes that have segments starting a period.
Full Changelog: v0.8.5...v0.8.6
v0.8.5
What's Changed
- fix: updates libopenapi version to v0.16.9 by @dylanrayboss in #19
New Contributors
- @dylanrayboss made their first contribution in #19
Full Changelog: v0.8.4...v0.8.5
v0.8.4
v0.8.3
What's Changed
Full Changelog: v0.8.2...v0.8.3
v0.8.2
v0.5.6
v0.8.1
What's Changed
- Major Refactor! Migrate to pb33f/libopenapi by @sudorandom in #13
- The order of everything is all switches up but from now on paths and schema properties will appear in the same order as they are defined in the protobuf file as methods and fields.
components.requestBody
is no longer used. The bodies are simply defined in This simplified a lot of things by not having an extra point of indirectiongoogle.protobuf.Empty
is now closer to the actual behavior in JSON (an empty object,{}
)- Adds more support for gnostic annotations, notably all the
components
tree - Adds support for:
- google.protobuf.NullValue
- google.protobuf.StringValue
- google.protobuf.BytesValue
- google.protobuf.BoolValue
- google.protobuf.DoubleValue
- google.protobuf.Int64Value
- google.protobuf.Uint64Value
- google.protobuf.FloatValue
- google.protobuf.Int32Value
Full Changelog: v0.7.2...v0.8.1