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: v1.11.2
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: v1.12.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 4 contributors

Commits on Dec 9, 2022

  1. feat: Add handling for json.Number in faker (#481)

    When faking data, it is useful if `json.Number` is faked with a number, otherwise json marshalling fails later with `"test string" is not a number`.
    hermanschaaf authored Dec 9, 2022
    1 Configuration menu
    Copy the full SHA
    ad20787 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. fix: Allow both 'yml' and 'yaml' extensions (#476)

    
    
    <!--
    Explain what problem this PR addresses
    -->
    
    ---
    shimonp21 authored Dec 11, 2022
    1 Configuration menu
    Copy the full SHA
    52c4c56 View commit details
    Browse the repository at this point in the history
  2. fix(errors): Remove usage of codes.Internal (#485)

    
    
    Related to #462 and also #477.
    Two reasons for this change:
    1. We shouldn't be using `codes.Internal` as it's generated internally by gRPC so we won't be able to distinguish between gRPC protocol errors and application level errors, see https://github.com/grpc/grpc-go/blob/eeb9afa1f6b6388152955eeca8926e36ca94c768/codes/codes.go#L166.
    2. We don't really do anything with the code at the moment, it's only printed in a confusing way (see #477)
    
    ---
    erezrokah authored Dec 11, 2022
    1 Configuration menu
    Copy the full SHA
    62692b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. chore(main): Release v1.12.0 (#482)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.12.0](v1.11.2...v1.12.0) (2022-12-11)
    
    
    ### Features
    
    * Add handling for json.Number in faker ([#481](#481)) ([ad20787](ad20787))
    
    
    ### Bug Fixes
    
    * Allow both 'yml' and 'yaml' extensions ([#476](#476)) ([52c4c56](52c4c56))
    * **errors:** Remove usage of `codes.Internal` ([#485](#485)) ([62692b9](62692b9))
    
    ---
    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 Dec 12, 2022
    1 Configuration menu
    Copy the full SHA
    1e2b708 View commit details
    Browse the repository at this point in the history
Loading