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: e9f9d0c
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: ce1389e
Choose a head ref
  • 3 commits
  • 27 files changed
  • 2 contributors

Commits on Nov 7, 2022

  1. fix: Dont use reflection in reverse transformer (#360)

    There is no need for reflection in reverse transformer as it's already an array.
    yevgenypats authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    9c85c1a View commit details
    Browse the repository at this point in the history
  2. chore: Start SDK semantic versioning from v1 (#362)

    This doesn't really break anything but it starts versioning the sdk
    appropriately so it will be easier to update all plugins once we change
    to `v2` because this change will require us to update everything to
    `/v1` (just search and replace, as no functionally/API changes )
    
    Release-As: 1.0.0
    yevgenypats authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    40041c8 View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v1.0.0 (#361)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.0.0](v0.13.23...v1.0.0) (2022-11-07)
    
    
    ### Bug Fixes
    
    * Dont use reflection in reverse transformer ([#360](#360)) ([9c85c1a](9c85c1a))
    
    
    ### Miscellaneous Chores
    
    * Start SDK semantic versioning from v1 ([#362](#362)) ([40041c8](40041c8))
    
    ---
    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 7, 2022
    Configuration menu
    Copy the full SHA
    ce1389e View commit details
    Browse the repository at this point in the history
Loading