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.52.1
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.53.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 24, 2024

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

    …52.1 (#1820)
    
    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.52.0` -> `v4.52.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.52.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.52.1)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.52.0...v4.52.1)
    
    ##### Bug Fixes
    
    -   Don't panic when trying `ToSnake` on `s` character ([#&#8203;1816](https://togithub.com/cloudquery/plugin-sdk/issues/1816)) ([30e02da](https://togithub.com/cloudquery/plugin-sdk/commit/30e02da227bac041cf4ea0c918ad81d360c05084))
    -   Properly handle map and slice pointers ([#&#8203;1817](https://togithub.com/cloudquery/plugin-sdk/issues/1817)) ([8fe9081](https://togithub.com/cloudquery/plugin-sdk/commit/8fe9081b133892c95fc6dd23223e2a64572a164e))
    -   Reduce JSON column schema nesting ([#&#8203;1819](https://togithub.com/cloudquery/plugin-sdk/issues/1819)) ([2e1112f](https://togithub.com/cloudquery/plugin-sdk/commit/2e1112fd9fc8d7442f1de21c883287e5d314bb32))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jul 24, 2024
    3 Configuration menu
    Copy the full SHA
    987208f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. feat: Add zerolog.Logger to retryablehttp.LeveledLogger adapter s…

    …truct (#1821)
    
    #### Summary
    
    This allows plugins that use https://github.com/hashicorp/go-retryablehttp to easily log retries as plugins use `github.com/rs/zerolog`
    
    ---
    erezrokah authored Jul 25, 2024
    1 Configuration menu
    Copy the full SHA
    5c77cee View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v4.53.0 (#1822)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.53.0](v4.52.1...v4.53.0) (2024-07-25)
    
    
    ### Features
    
    * Add `zerolog.Logger` to `retryablehttp.LeveledLogger` adapter struct ([#1821](#1821)) ([5c77cee](5c77cee))
    
    ---
    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 25, 2024
    1 Configuration menu
    Copy the full SHA
    0daa89e View commit details
    Browse the repository at this point in the history
Loading