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: v0.13.7
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: v0.13.8
Choose a head ref
  • 4 commits
  • 20 files changed
  • 4 contributors

Commits on Oct 13, 2022

  1. chore: Add Issue to public roadmap project (#288)

    #### Summary
    
    <!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 -->
    
    
    Same as cloudquery/cloudquery#2693
    
    ---
    
    Use the following steps to ensure your PR is ready to be reviewed
    
    - [ ] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md)
    🧑‍🎓
    - [ ] Run `go fmt` to format your code 🖊
    - [ ] Lint your changes via `golangci-lint run` 🚨 (install golangci-lint
    [here](https://golangci-lint.run/usage/install/#local-installation))
    - [ ] Update or add tests 🧪
    - [ ] Ensure the status checks below are successful ✅
    erezrokah authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    a65f081 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    48f953a View commit details
    Browse the repository at this point in the history
  2. feat: Support application level protocol message. (#294)

    This will let us make breaking changes to the protocol while ensuring users get the right message on what todo. e.g update plugin or cli (client).
    
    This is needed in general and also is a pre-requisite for the performance issue in destination plugins that will require breaking change in the destination protocol.
    yevgenypats authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    3e1492b View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v0.13.8 (#293)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.13.8](v0.13.7...v0.13.8) (2022-10-14)
    
    
    ### Features
    
    * Support application level protocol message. ([#294](#294)) ([3e1492b](3e1492b))
    
    
    ### Bug Fixes
    
    * **tests:** Parallel plugin testing, remove old faker ([#292](#292)) ([48f953a](48f953a))
    
    ---
    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 14, 2022
    Configuration menu
    Copy the full SHA
    dc7fff1 View commit details
    Browse the repository at this point in the history
Loading