Skip to content

Releases: solo-io/protoc-gen-openapi

v0.2.5

07 Aug 20:20
fe69f4a
Compare
Choose a tag to compare

What's Changed

  • Allow the user to provide a list of specific kube markers to be ignored by @jjamroga in #27

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4

31 May 17:24
22e66cd
Compare
Choose a tag to compare

What's Changed

  • Respect Type=object when kubebuilder markers are disabled by @arianaw66 in #25
  • Fix disableKubeMarkers description by @arianaw66 in #26

Full Changelog: v0.2.3...v0.2.4

v0.2.3

30 May 21:38
e56fc6b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

19 Apr 16:27
f9b57d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

08 Apr 16:45
872d84b
Compare
Choose a tag to compare

What's Changed

  • fix oneOf rendering when the oneOf field value is a proto Struct/Value by @shashankram in #21

Full Changelog: v0.2.0...v0.2.1

v0.2.0

04 Apr 20:53
510e2d5
Compare
Choose a tag to compare

What's Changed

  • support proto oneof, multi-line descriptions with yaml, native int schemas, validation markers by @shashankram in #19

Full Changelog: v0.1.2...v0.2.0

v0.1.2

03 Apr 17:18
0617ff6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

09 Aug 21:58
7164e5b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

17 Jun 14:54
34a2606
Compare
Choose a tag to compare
Merge pull request #4 from solo-io/configure-types-to-skip-schemas

Configure types to skip schemas

v0.0.4

18 Feb 16:46
41ace51
Compare
Choose a tag to compare
Remove `type:object` from google.protobuf.Value

`type:object` restricts google.protobuf.Value to be only objects, when it can be any valid yaml value.