Tag release with #359?
Hi! I work on Buf, but I'm just discovering this repository and the protoc-gen-openapi plugin. Thanks for pushing your schemas to the BSR!
A Buf user ran into a confusing set of issues generating code with protoc-gen-openapi. The solution turned out to be pretty simple - they just needed to use the output_mode=source_relative option introduced in #359. Would you mind tagging a release that includes this feature?
Also, would you be open to a PR that adds Buf configuration examples to the READMEs for protoc-gen-openapi and protoc-gen-jsonschema?
annoying Buf user here. before setting output_mode I also had a problem of truncated openapi.yaml files unless strategy: all was set, but that's no longer needed when using output_mode=source_relative. thanks a lot @akshayjshah for your help, I was completely lost
Hi, have any plans to release a version with #359? because source_relative option is useful