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.85.0
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.86.0
Choose a head ref
  • 7 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 27, 2025

  1. feat: Make more data dynamic (#2197)

    #### Summary
    
    This PR makes more fields dynamic, based on the random number seed. The data stays deterministic, but enables each row to have a different value
    bbernays authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    57d0285 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update module github.com/apache/arrow-go/v18 to v18.3.1 (#…

    …2199)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/apache/arrow-go/v18](https://redirect.github.com/apache/arrow-go) | require | patch | `v18.3.0` -> `v18.3.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>apache/arrow-go (github.com/apache/arrow-go/v18)</summary>
    
    ### [`v18.3.1`](https://redirect.github.com/apache/arrow-go/releases/tag/v18.3.1)
    
    [Compare Source](https://redirect.github.com/apache/arrow-go/compare/v18.3.0...v18.3.1)
    
    ##### What's Changed
    
    -   feat(arrow/cdata): Add ReleaseCArrowArrayStream function by [@&#8203;karsov](https://redirect.github.com/karsov) in [https://github.com/apache/arrow-go/pull/373](https://redirect.github.com/apache/arrow-go/pull/373)
    -   chore: Bump golang.org/x/sync from 0.13.0 to 0.14.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/368](https://redirect.github.com/apache/arrow-go/pull/368)
    -   fix: TestDeltaByteArray implementation and fix by [@&#8203;MetalBlueberry](https://redirect.github.com/MetalBlueberry) in [https://github.com/apache/arrow-go/pull/369](https://redirect.github.com/apache/arrow-go/pull/369)
    -   chore: Bump golang.org/x/tools from 0.32.0 to 0.33.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/376](https://redirect.github.com/apache/arrow-go/pull/376)
    -   chore: Bump actions/setup-go from 5.4.0 to 5.5.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/377](https://redirect.github.com/apache/arrow-go/pull/377)
    -   chore: move .github/ISSUE_TEMPLATE/config.yaml to config.yml as currently does not work by [@&#8203;raulcd](https://redirect.github.com/raulcd) in [https://github.com/apache/arrow-go/pull/383](https://redirect.github.com/apache/arrow-go/pull/383)
    -   chore: Bump google.golang.org/grpc from 1.72.0 to 1.72.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/arrow-go/pull/381](https://redirect.github.com/apache/arrow-go/pull/381)
    -   fix: list_columns.parquet testing by [@&#8203;MetalBlueberry](https://redirect.github.com/MetalBlueberry) in [https://github.com/apache/arrow-go/pull/378](https://redirect.github.com/apache/arrow-go/pull/378)
    
    ##### New Contributors
    
    -   [@&#8203;karsov](https://redirect.github.com/karsov) made their first contribution in [https://github.com/apache/arrow-go/pull/373](https://redirect.github.com/apache/arrow-go/pull/373)
    
    **Full Changelog**: apache/arrow-go@v18.3.0...v18.3.1
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Monday" (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://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cq-bot authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    7f27c56 View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v…

    …1.13.10 (#2200)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/cloudquery-api-go](https://redirect.github.com/cloudquery/cloudquery-api-go) | require | patch | `v1.13.9` -> `v1.13.10` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary>
    
    ### [`v1.13.10`](https://redirect.github.com/cloudquery/cloudquery-api-go/releases/tag/v1.13.10)
    
    [Compare Source](https://redirect.github.com/cloudquery/cloudquery-api-go/compare/v1.13.9...v1.13.10)
    
    ##### Bug Fixes
    
    -   Generate CloudQuery Go API Client from `spec.json` ([#&#8203;295](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/295)) ([93d1444](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/93d1444f3497066bf41b761b8ae953813113fe1d))
    -   Generate CloudQuery Go API Client from `spec.json` ([#&#8203;297](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/297)) ([57ee37d](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/57ee37d0133b774de13d2c81f8e8ec4faadb587e))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), 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://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cq-bot authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    a9f5dc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2025

  1. fix(deps): Update aws-sdk-go-v2 monorepo (#2201)

    This PR contains the following updates:
    
    | Package | Type | Update | Change | Pending |
    |---|---|---|---|---|
    | [github.com/aws/aws-sdk-go-v2](https://redirect.github.com/aws/aws-sdk-go-v2) | require | patch | `v1.36.4` -> `v1.36.5` |  |
    | [github.com/aws/aws-sdk-go-v2/config](https://redirect.github.com/aws/aws-sdk-go-v2) | require | patch | `v1.29.16` -> `v1.29.17` |  |
    | [github.com/aws/aws-sdk-go-v2/service/licensemanager](https://redirect.github.com/aws/aws-sdk-go-v2) | require | patch | `v1.31.2` -> `v1.31.3` | `v1.32.0` |
    | [github.com/aws/aws-sdk-go-v2/service/marketplacemetering](https://redirect.github.com/aws/aws-sdk-go-v2) | require | patch | `v1.29.1` -> `v1.29.2` |  |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)</summary>
    
    ### [`v1.36.5`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.36.4...v1.36.5)
    
    [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.36.4...v1.36.5)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Saturday" (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.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cq-bot authored Jun 28, 2025
    Configuration menu
    Copy the full SHA
    aad5137 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.…

    …85.0 (#2202)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk/v4](https://redirect.github.com/cloudquery/plugin-sdk) | require | minor | `v4.84.2` -> `v4.85.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.85.0`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.85.0)
    
    [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.84.2...v4.85.0)
    
    ##### Features
    
    -   Add handling of error messages to sdk ([#&#8203;2195](https://redirect.github.com/cloudquery/plugin-sdk/issues/2195)) ([c5273da](https://redirect.github.com/cloudquery/plugin-sdk/commit/c5273da9f82e289452a9bfa54bb02b9f5c615a01))
    
    ##### Bug Fixes
    
    -   **deps:** Update aws-sdk-go-v2 monorepo ([#&#8203;2193](https://redirect.github.com/cloudquery/plugin-sdk/issues/2193)) ([d220f63](https://redirect.github.com/cloudquery/plugin-sdk/commit/d220f6354c0d2a901eba541126580137254b82b0))
    -   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.13 ([#&#8203;2196](https://redirect.github.com/cloudquery/plugin-sdk/issues/2196)) ([140b6f3](https://redirect.github.com/cloudquery/plugin-sdk/commit/140b6f3d90e2b0d37f74308a50ff5f61cfeaf20c))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), 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://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cq-bot authored Jun 28, 2025
    Configuration menu
    Copy the full SHA
    65ab38c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.26.…

    …14 (#2203)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-pb-go](https://redirect.github.com/cloudquery/plugin-pb-go) | require | patch | `v1.26.13` -> `v1.26.14` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary>
    
    ### [`v1.26.14`](https://redirect.github.com/cloudquery/plugin-pb-go/releases/tag/v1.26.14)
    
    [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-go/compare/v1.26.13...v1.26.14)
    
    ##### Bug Fixes
    
    -   **deps:** Update module github.com/apache/arrow-go/v18 to v18.3.1 ([#&#8203;510](https://redirect.github.com/cloudquery/plugin-pb-go/issues/510)) ([8c381ff](https://redirect.github.com/cloudquery/plugin-pb-go/commit/8c381ffa6e0134f6df81ff0e2ad6d62501a1468b))
    -   **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.10 ([#&#8203;511](https://redirect.github.com/cloudquery/plugin-pb-go/issues/511)) ([ec8aaac](https://redirect.github.com/cloudquery/plugin-pb-go/commit/ec8aaac138a6852631ea3ec577f06a5fb7f5a7de))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), 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://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cq-bot authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    29d53f3 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v4.86.0 (#2198)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.86.0](v4.85.0...v4.86.0) (2025-06-30)
    
    
    ### Features
    
    * Make more data dynamic ([#2197](#2197)) ([57d0285](57d0285))
    
    
    ### Bug Fixes
    
    * **deps:** Update aws-sdk-go-v2 monorepo ([#2201](#2201)) ([aad5137](aad5137))
    * **deps:** Update module github.com/apache/arrow-go/v18 to v18.3.1 ([#2199](#2199)) ([7f27c56](7f27c56))
    * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.10 ([#2200](#2200)) ([a9f5dc1](a9f5dc1))
    * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.14 ([#2203](#2203)) ([29d53f3](29d53f3))
    
    ---
    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 Jun 30, 2025
    Configuration menu
    Copy the full SHA
    272b028 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy