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.87.2
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.87.3
Choose a head ref
  • 6 commits
  • 22 files changed
  • 3 contributors

Commits on Jul 9, 2025

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

    …87.2 (#2227)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk/v4](https://redirect.github.com/cloudquery/plugin-sdk) | require | patch | `v4.87.1` -> `v4.87.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.87.2`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.87.2)
    
    [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.87.1...v4.87.2)
    
    ##### Bug Fixes
    
    -   **deps:** Update module github.com/cloudquery/codegen to v0.3.31 ([#&#8203;2224](https://redirect.github.com/cloudquery/plugin-sdk/issues/2224)) ([c4b5329](https://redirect.github.com/cloudquery/plugin-sdk/commit/c4b5329614ad573a1e28332eadd60bf56b9daa3f))
    -   Handle nil internal buffer ([#&#8203;2226](https://redirect.github.com/cloudquery/plugin-sdk/issues/2226)) ([0d79bb6](https://redirect.github.com/cloudquery/plugin-sdk/commit/0d79bb6ae149498e4aaa45f4cb81561141dccfd5))
    
    </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 Jul 9, 2025
    Configuration menu
    Copy the full SHA
    dec7897 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. fix: Upgrade golangci-lint to v2 (#2228)

    This PR upgrades golangci-lint and it's corresponding configuration file to v2 format since development environment versions have already received the updates.
    murarustefaan authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    7fc238c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2025

  1. fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/license…

    …manager to v1.32.0 (#2230)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/aws/aws-sdk-go-v2/service/licensemanager](https://redirect.github.com/aws/aws-sdk-go-v2) | require | minor | `v1.31.3` -> `v1.32.0` |
    
    ---
    
    ### 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.
    
    🔕 **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 Jul 12, 2025
    Configuration menu
    Copy the full SHA
    28a1479 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. chore: Clean up diff functions (#2231)

    
    
    Cleans up #2226, #2220 and #2217.
    
    I believe I found the issue and the fix is cloudquery/cloudquery#21058
    
    ---
    erezrokah authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    4aaab28 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. fix: Improve telemetry allocations (#2185)

    This PR: 
    - moves OTEL counter initialization to a single place
    - removes startTime and endTime non-counter metrics
    - introduces duration metric
    - removes client-level cardinality from the metrics, preventing memory accumulation
    murarustefaan authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    b07ce76 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. chore(main): Release v4.87.3 (#2229)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.87.3](v4.87.2...v4.87.3) (2025-07-17)
    
    
    ### Bug Fixes
    
    * **deps:** Update module github.com/aws/aws-sdk-go-v2/service/licensemanager to v1.32.0 ([#2230](#2230)) ([28a1479](28a1479))
    * Improve telemetry allocations ([#2185](#2185)) ([b07ce76](b07ce76))
    * Upgrade golangci-lint to v2 ([#2228](#2228)) ([7fc238c](7fc238c))
    
    ---
    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 18, 2025
    Configuration menu
    Copy the full SHA
    70896d8 View commit details
    Browse the repository at this point in the history
Loading