-
Notifications
You must be signed in to change notification settings - Fork 26
feat!: Update to SDK V4 #984
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yevgenypats
pushed a commit
that referenced
this pull request
Jun 26, 2023
🤖 I have created a release *beep* *boop* --- ## [4.0.0-rc1](v3.10.6...v4.0.0-rc1) (2023-06-26) ### ⚠ BREAKING CHANGES * Update to SDK V4 ([#984](#984)) ### Features * Update to SDK V4 ([#984](#984)) ([24b19c9](24b19c9)) ### Bug Fixes * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 0656028 ([#991](#991)) ([bc9e6e1](bc9e6e1)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 1e68c51 ([#973](#973)) ([f5cdc95](f5cdc95)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 43638cb ([#978](#978)) ([fb76304](fb76304)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 4d76231 ([#970](#970)) ([646cbc0](646cbc0)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 8366a22 ([#981](#981)) ([097621f](097621f)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 95d3199 ([#980](#980)) ([b7bcd93](b7bcd93)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 9a09f72 ([#974](#974)) ([5acec96](5acec96)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to b0832be ([#976](#976)) ([3d95166](3d95166)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to d01ed41 ([#975](#975)) ([19dae31](19dae31)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to d864719 ([#972](#972)) ([9e25cc4](9e25cc4)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to f060192 ([#989](#989)) ([47c4fce](47c4fce)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to f0dffc6 ([#979](#979)) ([3579590](3579590)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.1.0 ([#977](#977)) ([e0f8009](e0f8009)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.2.0 ([#983](#983)) ([8ce6e06](8ce6e06)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.2.1 ([#985](#985)) ([ade3b63](ade3b63)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.3.0 ([#987](#987)) ([e1a2aec](e1a2aec)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.3.2 ([#988](#988)) ([28076a7](28076a7)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.3.3 ([#990](#990)) ([1f5e87c](1f5e87c)) ### Miscellaneous Chores * release 4.0.0-rc1 ([21e11bf](21e11bf)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Instead of this #915 (fix rebase conflicts)
This introduce a single API for both destination and sources. Now plugins should be able to both read and write.
This also goes together with a proto upgrade https://github.com/cloudquery/plugin-pb-go/tree/main/pb/plugin/v3