Skip to content

Releases: sudorandom/protoc-gen-connect-openapi

v0.8.9

09 Aug 17:06
055cfff
Compare
Choose a tag to compare

Changelog

  • 055cfff fix: support for editions

v0.8.8

07 Aug 19:17
Compare
Choose a tag to compare

Changelog

  • df44d47 Correctly apply required protovalidate fields for non-scalar types

v0.8.7

07 Aug 18:10
Compare
Choose a tag to compare

Full Changelog: v0.8.6...v0.8.7

v0.8.6

11 Jul 15:23
Compare
Choose a tag to compare
  • fix: issue with HTTP routes that have segments starting a period.

Full Changelog: v0.8.5...v0.8.6

v0.8.5

09 Jul 18:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.4...v0.8.5

v0.8.4

13 Jun 06:55
Compare
Choose a tag to compare

Changelog

  • b7bb0ce Update to v2 buf config format in README
  • 0f594ac Add workflow for publishing binaries

v0.8.3

05 Jun 15:58
3fc0289
Compare
Choose a tag to compare

What's Changed

  • Skip rendering gnostic servers on empty slice by @smulube in #16

Full Changelog: v0.8.2...v0.8.3

v0.8.2

03 Jun 18:30
24057ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.6...v0.8.2

v0.5.6

03 Jun 12:13
0cf65c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.5.6

v0.8.1

25 May 11:21
449637e
Compare
Choose a tag to compare

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 indirection
    • google.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