-
Notifications
You must be signed in to change notification settings - Fork 26
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: v4.17.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: cloudquery/plugin-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.17.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 3 files changed
- 2 contributors
Commits on Oct 30, 2023
-
chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.…
…17.0 (#1338) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.16.1` -> `v4.17.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.17.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.17.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.16.1...v4.17.0) ##### Features - Add IsPaid flag to table definition ([#​1327](https://togithub.com/cloudquery/plugin-sdk/issues/1327)) ([ffd14bf](https://togithub.com/cloudquery/plugin-sdk/commit/ffd14bf398fb8fd6831da34e3b99be0eb1a618ab)) - Add OnBeforeSend hook ([#​1325](https://togithub.com/cloudquery/plugin-sdk/issues/1325)) ([023ebbc](https://togithub.com/cloudquery/plugin-sdk/commit/023ebbc522959e1826a6bf2480395cb38c27aea0)) - Adding a batch updater to allow usage updates to be batched ([#​1326](https://togithub.com/cloudquery/plugin-sdk/issues/1326)) ([0301ed7](https://togithub.com/cloudquery/plugin-sdk/commit/0301ed75928a6e8bc50984cb5ec29880396cbc4f)) - Adding quota monitoring for premium plugins ([#​1333](https://togithub.com/cloudquery/plugin-sdk/issues/1333)) ([b7a2ca5](https://togithub.com/cloudquery/plugin-sdk/commit/b7a2ca547a3d819eff7283d8a3afa312335617a9)) - Allow sync to be cancelled when in progress ([#​1334](https://togithub.com/cloudquery/plugin-sdk/issues/1334)) ([6d7be0b](https://togithub.com/cloudquery/plugin-sdk/commit/6d7be0bd9e25710d0e92407f34fe38a11c3f8dad)) ##### Bug Fixes - **deps:** Update github.com/cloudquery/arrow/go/v14 digest to [`50d3871`](https://togithub.com/cloudquery/plugin-sdk/commit/50d3871) ([#​1337](https://togithub.com/cloudquery/plugin-sdk/issues/1337)) ([f15a89d](https://togithub.com/cloudquery/plugin-sdk/commit/f15a89d64e604642455951895bf3db3e04ae4afe)) - **deps:** Update github.com/cloudquery/arrow/go/v14 digest to [`f46436f`](https://togithub.com/cloudquery/plugin-sdk/commit/f46436f) ([#​1329](https://togithub.com/cloudquery/plugin-sdk/issues/1329)) ([ee24384](https://togithub.com/cloudquery/plugin-sdk/commit/ee243848baa2e6c6e5737233c926c44897de0ef0)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.4.2 ([#​1335](https://togithub.com/cloudquery/plugin-sdk/issues/1335)) ([2ecd2a1](https://togithub.com/cloudquery/plugin-sdk/commit/2ecd2a1f47ac6ad3d529da0aded01fcdd8f8cb18)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.13.0 ([#​1332](https://togithub.com/cloudquery/plugin-sdk/issues/1332)) ([5553f85](https://togithub.com/cloudquery/plugin-sdk/commit/5553f8556a7dda0be9425c70f9694140c7afb103)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.13.1 ([#​1336](https://togithub.com/cloudquery/plugin-sdk/issues/1336)) ([b782ee7](https://togithub.com/cloudquery/plugin-sdk/commit/b782ee714e87cac8901eac4f032e51fd4362a997)) - **deps:** Update module google.golang.org/grpc to v1.58.3 \[SECURITY] ([#​1331](https://togithub.com/cloudquery/plugin-sdk/issues/1331)) ([43f60c2](https://togithub.com/cloudquery/plugin-sdk/commit/43f60c2d229dc4947cb4a020bd6a54b9b4d8325e)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1Configuration menu - View commit details
-
Copy full SHA for f174810 - Browse repository at this point
Copy the full SHA f174810View commit details
Commits on Oct 31, 2023
-
fix: Fix nil pointer dereference when remaining rows not set (#1339)
If remaining rows is not set, it indicates an infinite number of remaining rows (ie. the plugin is free)
1Configuration menu - View commit details
-
Copy full SHA for 36a9d35 - Browse repository at this point
Copy the full SHA 36a9d35View commit details -
chore(main): Release v4.17.1 (#1340)
🤖 I have created a release *beep* *boop* --- ## [4.17.1](v4.17.0...v4.17.1) (2023-10-31) ### Bug Fixes * Fix nil pointer dereference when remaining rows not set ([#1339](#1339)) ([36a9d35](36a9d35)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1Configuration menu - View commit details
-
Copy full SHA for f0cb727 - Browse repository at this point
Copy the full SHA f0cb727View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.17.0...v4.17.1