Conversation
erezrokah
left a comment
There was a problem hiding this comment.
Maybe we can bring back #1142? That should resolve https://github.com/cloudquery/cloudquery-issues/issues/2500
I have no problem with this |
There was a problem hiding this comment.
We'll need to do a follow up in the FIPS plugins but I think that's fine.
One thing I'm not sure about is classifying this as a breaking change, that would require a bit of work for our plugins to do the major version bump. The potential breaking change here is the grpcnotrace flag, which plugins authors can override now
I am fine making it a non-breaking change, but the reason why it is breaking change is because it removes the ability for the plugin to generate markdown docs... Lines 46 to 51 in 948fce1 |
Ah yeah that hasn't been used for a long time I believe and we were the only users |
|
So just to be clear you are good with me marking this as a non breaking change? |
|
BTW #1142 removes docs generation altogether, do we need JSON docs? Can be done in another PR |
Yes, I do not think the potential impact this change has warrants a major SDK version bump.
Nope. But since the changeset for removing doc generation completely is bigger, we'd be better off having that in a separate PR. |
🤖 I have created a release *beep* *boop* --- ## [4.81.0](v4.80.3...v4.81.0) (2025-05-19) ### Features * Remove reflect methods ([#2129](#2129)) ([bd277cc](bd277cc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Summary
Use the following steps to ensure your PR is ready to be reviewed
go fmtto format your code 🖊golangci-lint run🚨 (install golangci-lint here)