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.12.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: v1.13.0
Choose a head ref
  • 4 commits
  • 79 files changed
  • 4 contributors

Commits on Dec 20, 2022

  1. chore(go): Rename interface{} to any for readability (#517)

    #### Summary
    
    `any` is an alias to `interface{}` introduced in Go 1.18. It's shorter
    and using it instead of `interface{}` improves readability a lot.
    
    Marking this PR as a chore, as the functionality is left intact.
    
    ---
    
    Use the following steps to ensure your PR is ready to be reviewed
    
    - [x] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md)
    🧑‍🎓
    - [x] Run `go fmt` to format your code 🖊
    - [x] Lint your changes via `golangci-lint run` 🚨 (install golangci-lint
    [here](https://golangci-lint.run/usage/install/#local-installation))
    - [x] Update or add tests 🧪
    - [x] Ensure the status checks below are successful ✅
    candiduslynx authored Dec 20, 2022
    1 Configuration menu
    Copy the full SHA
    8dcbe8d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. chore(ci): Upgrade golangci-lint to v1.50.1 (#522)

    I think this should fix the `interface{}/any` check
    hermanschaaf authored Dec 21, 2022
    2 Configuration menu
    Copy the full SHA
    1fe91cb View commit details
    Browse the repository at this point in the history
  2. feat: Add managed API for destination plugins (#521)

    This adds a managed API for destination plugins. 
    
    
    Closes #518 as it got destroyed with conflicts.
    
    This should go with that: cloudquery/cloudquery#5805
    yevgenypats authored Dec 21, 2022
    1 Configuration menu
    Copy the full SHA
    3df6129 View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v1.13.0 (#523)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.13.0](v1.12.7...v1.13.0) (2022-12-21)
    
    
    ### Features
    
    * Add managed API for destination plugins ([#521](#521)) ([3df6129](3df6129))
    
    ---
    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 21, 2022
    1 Configuration menu
    Copy the full SHA
    e7517ee View commit details
    Browse the repository at this point in the history
Loading