feat: Make state client versioning the default, remove option#1938
Merged
kodiakhq[bot] merged 2 commits intomainfrom Oct 18, 2024
Merged
feat: Make state client versioning the default, remove option#1938kodiakhq[bot] merged 2 commits intomainfrom
kodiakhq[bot] merged 2 commits intomainfrom
Conversation
erezrokah
commented
Oct 17, 2024
| } | ||
|
|
||
| type ClientOptions struct { | ||
| Versioned bool |
Member
Author
There was a problem hiding this comment.
This will break compilation for few plugins, I'll fix them once the SDK it released
marianogappa
approved these changes
Oct 18, 2024
Contributor
marianogappa
left a comment
There was a problem hiding this comment.
This doesn't apply to Python plugins, which do support backend options, and I'm pretty certain versioning is not supported.
kodiakhq bot
pushed a commit
that referenced
this pull request
Oct 18, 2024
🤖 I have created a release *beep* *boop* --- ## [4.67.0](v4.66.1...v4.67.0) (2024-10-18) ### Features * Make state client versioning the default, remove option ([#1938](#1938)) ([f105651](f105651)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.23.0 ([#1934](#1934)) ([ea8b17a](ea8b17a)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.23.1 ([#1936](#1936)) ([0b152ba](0b152ba)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.24.0 ([#1937](#1937)) ([d9e6f47](d9e6f47)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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
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.
Summary
Fixes https://github.com/cloudquery/cloudquery-issues/issues/2435
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)