-
Notifications
You must be signed in to change notification settings - Fork 26
feat: Remove reflect methods #2129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 fmt
to format your code πgolangci-lint run
π¨ (install golangci-lint here)