Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudquery/plugin-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.0-rc1
Choose a base ref
...
head repository: cloudquery/plugin-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.1-rc1
Choose a head ref
  • 9 commits
  • 8 files changed
  • 3 contributors

Commits on Jun 30, 2023

  1. chore: Try larger runners (#1029)

    Trying large runner. CI is quite slow here which becomes a bit of a
    bottlenack on version upgrade when we have a lot of PRs. maybe caching
    is also a problem.
    yevgenypats authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    4739972 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. fix(deps): Update github.com/apache/arrow/go/v13 digest to 5a06b2e (#…

    …1032)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/apache/arrow/go/v13](https://togithub.com/apache/arrow) | require | digest | `ec413b7` -> `5a06b2e` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjE1MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    d369262 View commit details
    Browse the repository at this point in the history
  2. fix: State add flush and fix migration bug (#1039)

    This fixes a bug in state backend where table weren't created.  
    
    I also tested it with
    cloudquery/cloudquery#11855 which seems to work
    with minor modifications (will open a PR shortly to the CLI PR)
    yevgenypats authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    8c10291 View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update golang.org/x/exp digest to 97b1e66 (#1033)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | golang.org/x/exp | require | digest | `2e198f4` -> `97b1e66` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjE1MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    791e60a View commit details
    Browse the repository at this point in the history
  4. fix(deps): Update google.golang.org/genproto/googleapis/rpc digest to…

    … 9506855 (#1034)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [google.golang.org/genproto/googleapis/rpc](https://togithub.com/googleapis/go-genproto) | indirect | digest | `e85fd2c` -> `9506855` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjE1MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    6999d11 View commit details
    Browse the repository at this point in the history
  5. fix(deps): Update module github.com/goccy/go-json to v0.10.2 (#1035)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/goccy/go-json](https://togithub.com/goccy/go-json) | require | patch | `v0.10.0` -> `v0.10.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>goccy/go-json (github.com/goccy/go-json)</summary>
    
    ### [`v0.10.2`](https://togithub.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0102---20230320)
    
    [Compare Source](https://togithub.com/goccy/go-json/compare/v0.10.1...v0.10.2)
    
    ##### New features
    
    -   Support DebugDOT option for debugging encoder ( [#&#8203;440](https://togithub.com/goccy/go-json/issues/440) )
    
    ##### Fix bugs
    
    -   Fix combination of embedding structure and omitempty option ( [#&#8203;442](https://togithub.com/goccy/go-json/issues/442) )
    
    ### [`v0.10.1`](https://togithub.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0101---20230313)
    
    [Compare Source](https://togithub.com/goccy/go-json/compare/v0.10.0...v0.10.1)
    
    ##### Fix bugs
    
    -   Fix checkptr error for array decoder ( [#&#8203;415](https://togithub.com/goccy/go-json/issues/415) )
    -   Fix added buffer size check when decoding key ( [#&#8203;430](https://togithub.com/goccy/go-json/issues/430) )
    -   Fix handling of anonymous fields other than struct ( [#&#8203;431](https://togithub.com/goccy/go-json/issues/431) )
    -   Fix to not optimize when lower conversion can't handle byte-by-byte ( [#&#8203;432](https://togithub.com/goccy/go-json/issues/432) )
    -   Fix a problem that MarshalIndent does not work when UnorderedMap is specified ( [#&#8203;435](https://togithub.com/goccy/go-json/issues/435) )
    -   Fix mapDecoder.DecodeStream() for empty objects containing whitespace ( [#&#8203;425](https://togithub.com/goccy/go-json/issues/425) )
    -   Fix an issue that could not set the correct NextField for fields in the embedded structure ( [#&#8203;438](https://togithub.com/goccy/go-json/issues/438) )
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjE1MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    521eb13 View commit details
    Browse the repository at this point in the history
  6. fix(deps): Update module github.com/klauspost/compress to v1.16.6 (#1036

    )
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/klauspost/compress](https://togithub.com/klauspost/compress) | indirect | patch | `v1.16.0` -> `v1.16.6` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>klauspost/compress (github.com/klauspost/compress)</summary>
    
    ### [`v1.16.6`](https://togithub.com/klauspost/compress/releases/tag/v1.16.6)
    
    [Compare Source](https://togithub.com/klauspost/compress/compare/v1.16.5...v1.16.6)
    
    #### What's Changed
    
    -   zstd: correctly ignore WithEncoderPadding(1) by [@&#8203;ianlancetaylor](https://togithub.com/ianlancetaylor) in [https://github.com/klauspost/compress/pull/806](https://togithub.com/klauspost/compress/pull/806)
    -   gzhttp: Handle informational headers by [@&#8203;rtribotte](https://togithub.com/rtribotte) in [https://github.com/klauspost/compress/pull/815](https://togithub.com/klauspost/compress/pull/815)
    -   zstd: Add amd64 match length assembly by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/824](https://togithub.com/klauspost/compress/pull/824)
    -   s2: Improve Better compression slightly by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/663](https://togithub.com/klauspost/compress/pull/663)
    -   s2: Clean up matchlen assembly by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/825](https://togithub.com/klauspost/compress/pull/825)
    
    #### New Contributors
    
    -   [@&#8203;rtribotte](https://togithub.com/rtribotte) made their first contribution in [https://github.com/klauspost/compress/pull/815](https://togithub.com/klauspost/compress/pull/815)
    -   [@&#8203;dveeden](https://togithub.com/dveeden) made their first contribution in [https://github.com/klauspost/compress/pull/816](https://togithub.com/klauspost/compress/pull/816)
    
    **Full Changelog**: klauspost/compress@v1.16.5...v1.16.6
    
    ### [`v1.16.5`](https://togithub.com/klauspost/compress/releases/tag/v1.16.5)
    
    [Compare Source](https://togithub.com/klauspost/compress/compare/v1.16.4...v1.16.5)
    
    #### What's Changed
    
    -   zstd: readByte needs to use io.ReadFull by [@&#8203;jnoxon](https://togithub.com/jnoxon) in [https://github.com/klauspost/compress/pull/802](https://togithub.com/klauspost/compress/pull/802)
    -   gzip: Fix WriterTo after initial read by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/804](https://togithub.com/klauspost/compress/pull/804)
    
    #### New Contributors
    
    -   [@&#8203;jnoxon](https://togithub.com/jnoxon) made their first contribution in [https://github.com/klauspost/compress/pull/802](https://togithub.com/klauspost/compress/pull/802)
    
    **Full Changelog**: klauspost/compress@v1.16.4...v1.16.5
    
    ### [`v1.16.4`](https://togithub.com/klauspost/compress/releases/tag/v1.16.4)
    
    [Compare Source](https://togithub.com/klauspost/compress/compare/v1.16.3...v1.16.4)
    
    #### What's Changed
    
    -   s2: Fix huge block overflow by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/779](https://togithub.com/klauspost/compress/pull/779)
    -   s2: Allow CustomEncoder fallback by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/780](https://togithub.com/klauspost/compress/pull/780)
    -   zstd: Fix amd64 not always detecting corrupt data by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/785](https://togithub.com/klauspost/compress/pull/785)
    -   zstd: Improve zstd best efficiency by [@&#8203;klauspost](https://togithub.com/klauspost) and [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/784](https://togithub.com/klauspost/compress/pull/784)
    -   zstd: Make load(32|64)32 safer and smaller by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/788](https://togithub.com/klauspost/compress/pull/788)
    -   zstd: Fix quick reject on long backmatches by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/787](https://togithub.com/klauspost/compress/pull/787)
    -   zstd: Revert table size change  by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/789](https://togithub.com/klauspost/compress/pull/789)
    -   zstd: Respect WithAllLitEntropyCompression by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/792](https://togithub.com/klauspost/compress/pull/792)
    -   zstd: Fix back-referenced offset by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/793](https://togithub.com/klauspost/compress/pull/793)
    -   zstd: Load source value at start of loop by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/794](https://togithub.com/klauspost/compress/pull/794)
    -   zstd: Shorten checksum code by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/795](https://togithub.com/klauspost/compress/pull/795)
    -   zstd: Fix fallback on incompressible block by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/798](https://togithub.com/klauspost/compress/pull/798)
    -   gzhttp: Suppport ResponseWriter Unwrap() in gzhttp handler by [@&#8203;jgimenez](https://togithub.com/jgimenez) in [https://github.com/klauspost/compress/pull/799](https://togithub.com/klauspost/compress/pull/799)
    
    #### New Contributors
    
    -   [@&#8203;jgimenez](https://togithub.com/jgimenez) made their first contribution in [https://github.com/klauspost/compress/pull/799](https://togithub.com/klauspost/compress/pull/799)
    
    **Full Changelog**: klauspost/compress@v1.16.3...v1.16.4
    
    ### [`v1.16.3`](https://togithub.com/klauspost/compress/releases/tag/v1.16.3)
    
    [Compare Source](https://togithub.com/klauspost/compress/compare/v1.16.2...v1.16.3)
    
    **Full Changelog**: klauspost/compress@v1.16.2...v1.16.3
    
    ### [`v1.16.2`](https://togithub.com/klauspost/compress/releases/tag/v1.16.2)
    
    [Compare Source](https://togithub.com/klauspost/compress/compare/v1.16.1...v1.16.2)
    
    #### What's Changed
    
    -   Fix Goreleaser permissions by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/777](https://togithub.com/klauspost/compress/pull/777)
    
    **Full Changelog**: klauspost/compress@v1.16.1...v1.16.2
    
    ### [`v1.16.1`](https://togithub.com/klauspost/compress/releases/tag/v1.16.1)
    
    [Compare Source](https://togithub.com/klauspost/compress/compare/v1.16.0...v1.16.1)
    
    #### What's Changed
    
    -   zstd: Speed up + improve best encoder by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/776](https://togithub.com/klauspost/compress/pull/776)
    -   s2: Add Intel LZ4s converter by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/766](https://togithub.com/klauspost/compress/pull/766)
    -   gzhttp: Add BREACH mitigation by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/762](https://togithub.com/klauspost/compress/pull/762)
    -   gzhttp: Remove a few unneeded allocs by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/768](https://togithub.com/klauspost/compress/pull/768)
    -   gzhttp: Fix crypto/rand.Read usage by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/770](https://togithub.com/klauspost/compress/pull/770)
    -   gzhttp: Use SHA256 as paranoid option by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/769](https://togithub.com/klauspost/compress/pull/769)
    -   gzhttp: Use strings for randomJitter to skip a copy by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/767](https://togithub.com/klauspost/compress/pull/767)
    -   zstd: Fix ineffective block size check by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/771](https://togithub.com/klauspost/compress/pull/771)
    -   zstd: Check FSE init values by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/772](https://togithub.com/klauspost/compress/pull/772)
    -   zstd: Report EOF from byteBuf.readBig by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/773](https://togithub.com/klauspost/compress/pull/773)
    -   huff0: Speed up compress1xDo by [@&#8203;greatroar](https://togithub.com/greatroar) in [https://github.com/klauspost/compress/pull/774](https://togithub.com/klauspost/compress/pull/774)
    -   tests: Remove fuzz printing by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/775](https://togithub.com/klauspost/compress/pull/775)
    -   tests: Add CICD Fuzz testing by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/763](https://togithub.com/klauspost/compress/pull/763)
    -   ci: set minimal permissions to GitHub Workflows by [@&#8203;diogoteles08](https://togithub.com/diogoteles08) in [https://github.com/klauspost/compress/pull/765](https://togithub.com/klauspost/compress/pull/765)
    
    #### New Contributors
    
    -   [@&#8203;diogoteles08](https://togithub.com/diogoteles08) made their first contribution in [https://github.com/klauspost/compress/pull/765](https://togithub.com/klauspost/compress/pull/765)
    
    **Full Changelog**: klauspost/compress@v1.16.0...v1.16.1
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjE1MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    76bfc85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee873c9 View commit details
    Browse the repository at this point in the history
  8. chore(main): Release v4.4.1-rc1 (#1040)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.4.1-rc1](v4.4.0-rc1...v4.4.1-rc1) (2023-07-01)
    
    
    ### Bug Fixes
    
    * **deps:** Update github.com/apache/arrow/go/v13 digest to 5a06b2e ([#1032](#1032)) ([d369262](d369262))
    * **deps:** Update golang.org/x/exp digest to 97b1e66 ([#1033](#1033)) ([791e60a](791e60a))
    * **deps:** Update google.golang.org/genproto/googleapis/rpc digest to 9506855 ([#1034](#1034)) ([6999d11](6999d11))
    * **deps:** Update module github.com/goccy/go-json to v0.10.2 ([#1035](#1035)) ([521eb13](521eb13))
    * **deps:** Update module github.com/klauspost/compress to v1.16.6 ([#1036](#1036)) ([76bfc85](76bfc85))
    * **serve:** Confusing message ([#1031](#1031)) ([ee873c9](ee873c9))
    * State add flush and fix migration bug ([#1039](#1039)) ([8c10291](8c10291))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    cq-bot authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    c5b81a4 View commit details
    Browse the repository at this point in the history
Loading