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: v3.2.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: v3.3.0
Choose a head ref
  • 3 commits
  • 77 files changed
  • 2 contributors

Commits on May 15, 2023

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

    …#874)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-pb-go](https://togithub.com/cloudquery/plugin-pb-go) | require | patch | `v1.0.6` -> `v1.0.8` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-pb-go</summary>
    
    ### [`v1.0.8`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.0.8)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.0.7...v1.0.8)
    
    **Full Changelog**: cloudquery/plugin-pb-go@v1.0.7...v1.0.8
    
    ### [`v1.0.7`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.0.7)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.0.6...v1.0.7)
    
    **Full Changelog**: cloudquery/plugin-pb-go@v1.0.6...v1.0.7
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNS44Mi4wIiwidXBkYXRlZEluVmVyIjoiMzUuODIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    cq-bot authored May 15, 2023
    1 Configuration menu
    Copy the full SHA
    56c0e84 View commit details
    Browse the repository at this point in the history
  2. feat: Support sources in SDK V3 (#864)

    Few notes:
    
    - Most of the code here was removed in #854 to prevent accidental use before it was ready
    - Sources moved to use the new `schema.Table` which means use of `arrow.DataType` instead of our old `ValueType`
    - Protocol in sources and destinations are upgraded to use native arrow format (sources v2 and dest v1) - https://github.com/cloudquery/plugin-pb-go
    - Introduces a new `scalar` package which is mostly used by our "managed" sources and basically our old cqtypes just now using arrow types (which also support nesting). This will hopefully go upstream one day but I don't think we should block on that as the upstream package is not a fit right now and will take time for such refactor to make it upstream. 
    
    Follow-up PRs with example sources and dest will follow soon.
    
    IMPORTANT: all destinations should be released first as we decided new sources will work only with new destination to avoid un-necessary backward compatibility maintenance.  
    
    Example PRs:
    - PostgreSQL: cloudquery/cloudquery#10783
    - GCP: cloudquery/cloudquery#10784
    - CLI: cloudquery/cloudquery#10785
    yevgenypats authored May 15, 2023
    1 Configuration menu
    Copy the full SHA
    a49abcb View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v3.3.0 (#875)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [3.3.0](v3.2.1...v3.3.0) (2023-05-15)
    
    
    ### Features
    
    * Support sources in SDK V3 ([#864](#864)) ([a49abcb](a49abcb))
    
    
    ### Bug Fixes
    
    * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.0.8 ([#874](#874)) ([56c0e84](56c0e84))
    
    ---
    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 May 15, 2023
    1 Configuration menu
    Copy the full SHA
    2298e90 View commit details
    Browse the repository at this point in the history
Loading