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-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.6
Choose a base ref
...
head repository: cloudquery/plugin-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.7
Choose a head ref
  • 4 commits
  • 4 files changed
  • 4 contributors

Commits on Oct 16, 2023

  1. Create config.yml

    yevgenypats authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7f618e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. feat: Fix for UUID (#70)

    This corrects the Marshalling for the UUID Scalar.
    Referenced in: cloudquery/cloudquery#14825
    
    It assumes Network-Order Bytes as per https://www.rfc-editor.org/rfc/rfc4122.html#section-4.1.1
    
    This should work as it does pass the tests, but our testing framework is a little incomplete.
    I'm not going to alter the test framework in this commit - But we should have a Marshalling test that confirms the expected bytes are created for each custom object type.
    hydratim authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1fc0cf7 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency pyarrow to v13 (#53)

    Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
    cq-bot and renovate-bot authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    55bed05 View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v0.1.7 (#71)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.1.7](v0.1.6...v0.1.7) (2023-10-23)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency pyarrow to v13 ([#53](#53)) ([55bed05](55bed05))
    * Properly handle `uuid.UUID` values in scalars ([#70](#70)), closes (cloudquery/cloudquery#14825) ([1fc0cf7](1fc0cf7))
    
    ---
    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 Oct 23, 2023
    Configuration menu
    Copy the full SHA
    55b8e4e View commit details
    Browse the repository at this point in the history
Loading