Skip to content

Releases: sudorandom/protoc-gen-connect-openapi

v0.16.1

22 Feb 07:09
Compare
Choose a tag to compare

Changelog

  • 722b834 fix: proto names + google.api query param paths

v0.16.0

20 Feb 08:28
Compare
Choose a tag to compare

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

17 Feb 19:48
Compare
Choose a tag to compare

Changelog

  • 9e6fd4f fix: fix field resolution for prefex path fields

v0.15.26

16 Feb 14:21
Compare
Choose a tag to compare

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

07 Feb 14:43
a097709
Compare
Choose a tag to compare

Changelog

  • a097709 fix: handle presence for oneof fields in schema conversion (#68)

v0.15.24

06 Feb 14:39
Compare
Choose a tag to compare

Changelog

  • 97e9f3a chore: bump dependency versions

v0.15.23

06 Feb 14:30
Compare
Choose a tag to compare

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

06 Feb 07:24
Compare
Choose a tag to compare

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

03 Feb 15:01
333a259
Compare
Choose a tag to compare

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

02 Feb 12:37
Compare
Choose a tag to compare

Changelog

  • dd4917f chore: adds test code of google.api + gnostic
  • a766951 Improve gnostic handling (#64)