Releases: sudorandom/protoc-gen-connect-openapi
Releases · sudorandom/protoc-gen-connect-openapi
v0.16.1
Changelog
- 722b834 fix: proto names + google.api query param paths
v0.16.0
Changelog
- e30e771 chore: add testing for go1.24, drop go1.21
- 980b814 chore: remove use of deprecated packages, bump versions, improve dev flow
- c1695ac feat: add support for deprecated field annotations in OpenAPI conversion (#76)
v0.15.27
Changelog
- 9e6fd4f fix: fix field resolution for prefex path fields
v0.15.26
Changelog
- 6b6d8b3 fix: support for path variables with prefixes (with slashes)
- 2fafa4a fix: required field behavior name to match options
- 17523dd fix: fixes google.protobuf.Struct output
- e15a726 fix: fix bug in enum handling (#74)
- aacea67 fix: avoid using allOf for message references (#70)
v0.15.25
Changelog
- a097709 fix: handle presence for oneof fields in schema conversion (#68)
v0.15.24
Changelog
- 97e9f3a chore: bump dependency versions
v0.15.23
Changelog
- 87316b9 feat: add path-prefix to add a custome prefix to each http path
- ece8d2b fix: correct the field resolution for (google.api.http).body
v0.15.22
Changelog
- a430ef7 Merge branch 'main' of github.com:sudorandom/protoc-gen-connect-openapi
- 733947f fix: correctly use protobuf names in requires fields if configured
- 333a259 Merge branch 'main' of github.com:sudorandom/protoc-gen-connect-openapi
- 4766c86 fix: protovalidate+googleapi required query params
v0.15.21
Changelog
- 333a259 Merge branch 'main' of github.com:sudorandom/protoc-gen-connect-openapi
- 4766c86 fix: protovalidate+googleapi required query params
- dd4917f chore: adds test code of google.api + gnostic
- a766951 Improve gnostic handling (#64)
- f5c816f fix: improve google.api support for req without body (#61)
- 7436de3 fix: re-implement flattening that we can do with a single protobuf oneOf field
- ee6e8b3 fix: clean up oneOf behavior a little bit
- faa3ef6 fix: improve google.api support for req without body (#58)
- e2089fe Add option for ignoring googleapi http paths (#59)
v0.15.20
Changelog
- dd4917f chore: adds test code of google.api + gnostic
- a766951 Improve gnostic handling (#64)