-
Notifications
You must be signed in to change notification settings - Fork 126
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
Add format version to all missing logging providers #97
Add format version to all missing logging providers #97
Conversation
@sethvargo this is technically a breaking change because the function signature for getting all BigQuery logging endpoints has changed. What needs to be done before we can merge this PR. Do we have to update the CHANGELOG.md and bump the version? What would you recommend? Thanks |
@philippschulte - let's update the CHANGELOG (0.4.3 has been running along, but might want to cross-check with commits) and tag a new version (go mod and go dep all use tags). Then we can merge this. I don't think we need to tag a new version right after merging, but after we merge, we should update the changelog to note the breaking change and start the 0.5 series. WDYT? |
@trentrosenbaum Created a new PR (#113) instead of rebasing this one. Closing this one as duplicated |
@matpimenta, I reopened this PR because #113 doesn't cover the changes in this PR. |
…or all logging endpoints BREAKING CHANGE: #GetBigQuery was renamed to #ListBigQueries and the response is sorted.
Apologies for the confusion @philippschulte, #109 was the one to be closed duplicated. I'll review this one |
This solves #94.