Skip to content

Tags: sudorandom/protoc-gen-connect-openapi

Tags

v0.15.2

Toggle v0.15.2's commit message
fix: improve int64/uint64 to use multiple types instead of oneOf

v0.15.1

Toggle v0.15.1's commit message
fix: merge gnostic responses with the existing instead of overwritting

v0.15.0

Toggle v0.15.0's commit message
chore: fix tests

v0.14.4

Toggle v0.14.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: improve trim unused types behavior (#43)

v0.14.3

Toggle v0.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add support for full merge of base document (#38)

* add support for full merge of base document

* add back gen code

* fix spacing

* revert base update

* update based off feedback

* remove unused config param

* revert buf.gen.yml

* update tests

v0.14.2

Toggle v0.14.2's commit message

Verified

This commit was signed with the committer’s verified signature.
sudorandom Kevin McDonald
chore: add titles to numeric oneOf

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was signed with the committer’s verified signature.
sudorandom Kevin McDonald
fix: de-duplicate required fields

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `with-proto-annotations` option (#40)

* fix: check for nil example (#37)

* feat: add protobuf annotations to field descriptions

Adjust numeric types -> openAPI to be more accurate

---------

Co-authored-by: Fabien Kleinbourg <freebien@gmail.com>

v0.13.1

Toggle v0.13.1's commit message
Merge branch 'main' of github.com:sudorandom/protoc-gen-connect-openapi

v0.13.0

Toggle v0.13.0's commit message
feat: improve representation of enums/messages; add more tests, fix c…

…onvert.Generate