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.0.3
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.0.4
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Nov 8, 2022

  1. fix: Make path a required config parameter (#368)

    This updates (and replaces) this earlier PR for making `path` a required config parameter: #265
    
    We have received numerous user reports of the distinction between name and path being confusing, so rather than infer path from name in some circumstances (and not in some others), this change makes things consistent by always requiring both. I've also added a small hint for users running into this error when upgrading from earlier versions.
    
    We will not consider this a breaking SDK change, as it doesn't change any protocols, but it will be a breaking CLI change.
    
    - relates to #317 
    - closes #256
    hermanschaaf authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    77fdaf8 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v1.0.4 (#371)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.0.4](v1.0.3...v1.0.4) (2022-11-08)
    
    
    ### Bug Fixes
    
    * Make path a required config parameter ([#368](#368)) ([77fdaf8](77fdaf8))
    
    ---
    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 Nov 8, 2022
    Configuration menu
    Copy the full SHA
    6aaa6a9 View commit details
    Browse the repository at this point in the history
Loading