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: 9575a24
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: 8fbb8ef
Choose a head ref
  • 5 commits
  • 13 files changed
  • 4 contributors

Commits on Sep 19, 2022

  1. feat!: Idiomatic serve interface (#126)

    * feat!: Idiomatic serve interface
    
    This is a breaking change for the serve interface so we can easily add more options without breaking the interface and move errors to compile time instead of runtime.
    
    * chore: Fix lint error
    
    Co-authored-by: erezrokah <erezrokah@users.noreply.github.com>
    yevgenypats and erezrokah authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    5f848de View commit details
    Browse the repository at this point in the history
  2. feat: Use JSON tag for column name when applicable (#112)

    Use JSON tag to define field name when applicable
    candiduslynx authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    3aa795b View commit details
    Browse the repository at this point in the history
  3. test: Bring back spec_reader tests (#110)

    
    
    Replaces #104
    
    ---
    erezrokah authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    4e370c8 View commit details
    Browse the repository at this point in the history
  4. feat: Add version flag (#127)

    
    Fixes #121. Setting the `Version` on the root command enables the `--version` flag at the top level (e.g. `./test --version -> plugin version development`)
    
    ---
    erezrokah authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    7e7f1ba View commit details
    Browse the repository at this point in the history
  5. chore(main): Release v0.7.0 (#130)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.7.0](v0.6.4...v0.7.0) (2022-09-19)
    
    
    ### ⚠ BREAKING CHANGES
    
    * Idiomatic serve interface (#126)
    
    ### Features
    
    * Add version flag ([#127](#127)) ([7e7f1ba](7e7f1ba))
    * Idiomatic serve interface ([#126](#126)) ([5f848de](5f848de))
    * Use JSON tag for column name when applicable ([#112](#112)) ([3aa795b](3aa795b))
    
    ---
    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 Sep 19, 2022
    Configuration menu
    Copy the full SHA
    8fbb8ef View commit details
    Browse the repository at this point in the history
Loading