buf icon indicating copy to clipboard operation
buf copied to clipboard

Feature request: buf breaking support for google.api.http options

Open jchadwick-buf opened this issue 1 year ago • 1 comments

It is noted in the documentation that buf breaking does not currently support detecting breaking changes in annotations. From the docs, What we left out:

We did leave out custom options, though. There's no way for buf to know the effects of your custom options, so we cannot reliably determine their compatibility. We may add the google.api options in the future if there is sufficient demand, especially google.api.http.

I'm creating this issue to track this issue, demand for it, future plans or lack therefore of, etc. If you are interested in having this feature, please feel free to star this issue. I believe this issue would be especially of interest to users of grpc-gateway.

jchadwick-buf avatar May 10 '23 19:05 jchadwick-buf

Count me as interested for breaking detection for gogoproto.jsontag. 😞

espadolini avatar May 11 '23 08:05 espadolini

This is something we'd like to roll into custom lint and breaking change plugins, see #29 to follow along on this effort.

bufdev avatar Jun 13 '24 21:06 bufdev