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: v2.7.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: v3.0.0
Choose a head ref
  • 3 commits
  • 106 files changed
  • 3 contributors

Commits on May 9, 2023

  1. feat!: Upgrade to SDK V3 make Column.Type an arrow.DataType (#854)

    This upgrades the SDK to v3 so `schema.Column.Type` now holds
    `arrow.DataType` and removes all CQTypes.
    
    This also removes `source plugins because this will come in a follow-up
    PR (This will ensure this sdk wont be merged into sources).
    
    Instead of #832
    yevgenypats authored May 9, 2023
    1 Configuration menu
    Copy the full SHA
    1265554 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. 3 Configuration menu
    Copy the full SHA
    9cacb00 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. chore(main): Release v3.0.0 (#856)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [3.0.0](v2.7.0...v3.0.0) (2023-05-09)
    
    
    ### ⚠ BREAKING CHANGES
    
    * Upgrade to SDK V3 make Column.Type an arrow.DataType ([#854](#854))
    
    ### Features
    
    * Upgrade to SDK V3 make Column.Type an arrow.DataType ([#854](#854)) ([1265554](1265554))
    
    ---
    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 11, 2023
    1 Configuration menu
    Copy the full SHA
    b796467 View commit details
    Browse the repository at this point in the history
Loading