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.5.4
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: v2.6.0
Choose a head ref
  • 3 commits
  • 109 files changed
  • 3 contributors

Commits on May 8, 2023

  1. chore(tests): Ensure interface contract between `types.XArray.ValueSt…

    …r` & `types.XBuilder.AppendValueFromString` (#849)
    
    Follow-up to apache/arrow#35457
    
    BEGIN_COMMIT_OVERRIDE
    chore(tests): Ensure interface contract between `types.XArray.ValueStr` & `types.XBuilder.AppendValueFromString` (#849)
    
    feat(arrow): Add `types.XBuilder.NewXArray` helpers
    END_COMMIT_OVERRIDE
    candiduslynx authored May 8, 2023
    1 Configuration menu
    Copy the full SHA
    2df4413 View commit details
    Browse the repository at this point in the history
  2. feat: Move proto to external repository (#844)

    This removes protobuf files and generated code to https://github.com/cloudquery/plugin-pb/ and https://github.com/cloudquery/plugin-pb-go/.
    
    This will make it possible for the CLI not import the plugin-sdk (any other clients) as well as decouple version upgrade from protobuf updates and SDK updates.
    
    This is ready for first review but Im still working on a PR for the CLI to test that it all works properly before merging.
    yevgenypats authored May 8, 2023
    1 Configuration menu
    Copy the full SHA
    3cd3ba7 View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v2.6.0 (#850)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.6.0](v2.5.4...v2.6.0) (2023-05-08)
    
    
    ### Features
    
    * **arrow:** Add `types.XBuilder.NewXArray` helpers ([2df4413](2df4413))
    * Move proto to external repository ([#844](#844)) ([3cd3ba7](3cd3ba7))
    
    ---
    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 8, 2023
    1 Configuration menu
    Copy the full SHA
    fb5d5c6 View commit details
    Browse the repository at this point in the history
Loading