-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: cloudquery/plugin-sdk
base: v4.45.5
head repository: cloudquery/plugin-sdk
compare: v4.45.6
- 5 commits
- 13 files changed
- 2 contributors
Commits on Jun 19, 2024
-
chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.…
…45.5 (#1750) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.45.4` -> `v4.45.5` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.45.5`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.45.5) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.45.4...v4.45.5) ##### Bug Fixes - Send parent in migrate message ([#​1742](https://togithub.com/cloudquery/plugin-sdk/issues/1742)) ([a862f4a](https://togithub.com/cloudquery/plugin-sdk/commit/a862f4a2488b794cf5346977716262fa2da6ca9e)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
2Configuration menu - View commit details
-
Copy full SHA for a0c32f4 - Browse repository at this point
Copy the full SHA a0c32f4View commit details -
fix(deps): Update dependency go to v1.21.11 (#1752)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | golang | patch | `1.21.5` -> `1.21.11` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJubyBhdXRvbWVyZ2UiXX0=-->
1Configuration menu - View commit details
-
Copy full SHA for abcb2d4 - Browse repository at this point
Copy the full SHA abcb2d4View commit details -
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.20.2 (
#1754) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-pb-go](https://togithub.com/cloudquery/plugin-pb-go) | require | patch | `v1.20.1` -> `v1.20.2` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary> ### [`v1.20.2`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.20.2) [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.20.1...v1.20.2) ##### Bug Fixes - **deps:** Update dependency go to v1.21.11 ([#​344](https://togithub.com/cloudquery/plugin-pb-go/issues/344)) ([be685c9](https://togithub.com/cloudquery/plugin-pb-go/commit/be685c99f51e5cd9fdf0672f5d417fac1fcf8f04)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1Configuration menu - View commit details
-
Copy full SHA for 6288710 - Browse repository at this point
Copy the full SHA 6288710View commit details
Commits on Jun 20, 2024
-
fix: Account for bytes limit properly when batching records for writi…
…ng (#1719) Fixes https://github.com/cloudquery/cloudquery-issues/issues/1567 Fixes https://github.com/cloudquery/cloudquery-issues/issues/1655 The new `batch` package provides a reusable logic for batching, accounting both for the bytes & rows limits.
1Configuration menu - View commit details
-
Copy full SHA for 25e554e - Browse repository at this point
Copy the full SHA 25e554eView commit details -
chore(main): Release v4.45.6 (#1753)
🤖 I have created a release *beep* *boop* --- ## [4.45.6](v4.45.5...v4.45.6) (2024-06-20) ### Bug Fixes * Account for bytes limit properly when batching records for writing ([#1719](#1719)) ([25e554e](25e554e)) * **deps:** Update dependency go to v1.21.11 ([#1752](#1752)) ([abcb2d4](abcb2d4)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.20.2 ([#1754](#1754)) ([6288710](6288710)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
2Configuration menu - View commit details
-
Copy full SHA for c5eeb4c - Browse repository at this point
Copy the full SHA c5eeb4cView commit details
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.45.5...v4.45.6