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.72.6
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.73.0
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Jan 7, 2025

  1. chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.…

    …72.6 (#2045)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.72.5` -> `v4.72.6` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.72.6`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.72.6)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.72.5...v4.72.6)
    
    ##### Bug Fixes
    
    -   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.4 ([#&#8203;2044](https://togithub.com/cloudquery/plugin-sdk/issues/2044)) ([c7bd2d2](https://togithub.com/cloudquery/plugin-sdk/commit/c7bd2d26b6ad3d298f77f46812b365ff40e6cf25))
    -   **deps:** Update module github.com/goccy/go-json to v0.10.4 ([#&#8203;2040](https://togithub.com/cloudquery/plugin-sdk/issues/2040)) ([f6e0201](https://togithub.com/cloudquery/plugin-sdk/commit/f6e0201f18745a8d96bb2fbae92b9cfcffdb646a))
    -   **deps:** Update module google.golang.org/protobuf to v1.36.1 ([#&#8203;2043](https://togithub.com/cloudquery/plugin-sdk/issues/2043)) ([13437c2](https://togithub.com/cloudquery/plugin-sdk/commit/13437c25d40dd7b2d0b32efa560d65b6f7a5af1d))
    -   **deps:** Update opentelemetry-go monorepo ([#&#8203;2042](https://togithub.com/cloudquery/plugin-sdk/issues/2042)) ([e6123c3](https://togithub.com/cloudquery/plugin-sdk/commit/e6123c3c14920bd60c723e37bf600e15821c87f1))
    -   Log warning instead of erroring out of PK component validation failure ([#&#8203;2039](https://togithub.com/cloudquery/plugin-sdk/issues/2039)) ([c98b5c5](https://togithub.com/cloudquery/plugin-sdk/commit/c98b5c5e23af1246f6ed8a47b57a79300d403f10))
    -   Validate missing PK components ([#&#8203;2037](https://togithub.com/cloudquery/plugin-sdk/issues/2037)) ([d2cff6b](https://togithub.com/cloudquery/plugin-sdk/commit/d2cff6b5fb90ebdd7063384166115a50ce2132f4))
    
    </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://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jan 7, 2025
    Copy the full SHA
    3878f90 View commit details

Commits on Jan 8, 2025

  1. feat: Enable storing _cq_client_id. (#2046)

    We need to be able to store `_cq_client_id` on every table for certain
    use cases where we need to know where a row came from in terms of
    multiplexed clients.
    
    This PR adds the ability for the SDK and all its schedulers to store
    `_cq_client_id` on all tables.
    
    I added this feature to the example plugin in the SDK and it does store
    it properly:
    
    <img width="861" alt="Screenshot 2025-01-08 at 10 45 04"
    src="https://github.com/user-attachments/assets/58705cf2-3e61-4585-bfbc-63abbccef555"
    />
    
    If you want to try this yourself, please note that, very unfortunately,
    the simple plugin also stores a `client_id` column that is unrelated
    (and doesn't work, since it thinks it's supposed to be an integer).
    marianogappa authored Jan 8, 2025
    Copy the full SHA
    3b28991 View commit details
  2. chore(main): Release v4.73.0 (#2047)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.73.0](v4.72.6...v4.73.0) (2025-01-08)
    
    
    ### Features
    
    * Enable storing _cq_client_id. ([#2046](#2046)) ([3b28991](3b28991))
    
    ---
    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 Jan 8, 2025
    Copy the full SHA
    7cc2dca View commit details
Loading