-
Notifications
You must be signed in to change notification settings - Fork 25
Comparing changes
Open a pull request
base repository: cloudquery/plugin-sdk
base: v4.8.1-rc1
head repository: cloudquery/plugin-sdk
compare: v4.0.0
- 7 commits
- 9 files changed
- 3 contributors
Commits on Jul 6, 2023
-
fix: Use background ctx in batchwriter worker (#1079)
<!-- Explain what problem this PR addresses --> ---
Configuration menu - View commit details
-
Copy full SHA for dea8168 - Browse repository at this point
Copy the full SHA dea8168View commit details
Commits on Jul 10, 2023
-
fix(deps): Update github.com/cloudquery/arrow/go/v13 digest to 0a52533 (
#1083) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/arrow/go/v13](https://togithub.com/cloudquery/arrow) | replace | digest | `df3b664` -> `0a52533` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Configuration menu - View commit details
-
Copy full SHA for 0370294 - Browse repository at this point
Copy the full SHA 0370294View commit details -
fix(deps): Update github.com/cloudquery/arrow/go/v13 digest to a2a76eb (
#1084) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/arrow/go/v13](https://togithub.com/cloudquery/arrow) | replace | digest | `0a52533` -> `a2a76eb` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Configuration menu - View commit details
-
Copy full SHA for 26df75f - Browse repository at this point
Copy the full SHA 26df75fView commit details
Commits on Jul 12, 2023
-
We should merge this PR once we're ready to release `v4.0.0` BEGIN_COMMIT_OVERRIDE chore: release 4.0.0 Release-As: 4.0.0 END_COMMIT_OVERRIDE
Configuration menu - View commit details
-
Copy full SHA for a80ee69 - Browse repository at this point
Copy the full SHA a80ee69View commit details -
chore(ci): Bring back unittest-post, scope runners names to SDK (#1087)
This PR brings back the tests benchmarks, and also renames the runners so they are scoped for the SDK repo. ---
1Configuration menu - View commit details
-
Copy full SHA for 38d8c0a - Browse repository at this point
Copy the full SHA 38d8c0aView commit details -
fix(types-inet): Align logic with scalar package, set
net.IPNet`IP……` field after parsing `ParseCIDR` (#982) Discovered this while working on the PostgreSQL source v4 migration. When we set string values to the `inet` scalar we set the `IP` field on the resulting `net.IPNet`: https://github.com/cloudquery/plugin-sdk/blob/097621f02e4fe1258290c3bfdd744a8fc3ab1c15/scalar/inet.go#L85 However the `inet` arrow type loses that information when returning the value: https://github.com/cloudquery/plugin-sdk/blob/097621f02e4fe1258290c3bfdd744a8fc3ab1c15/types/inet.go#L159 This means that if you create an arrow `inet` type from the string `192.168.0.1/24`, then call `ValueStr` you get back `192.168.0.0/24` This PR sets the IP data on the resulting `net.IPNet` so it is not lost ---
1Configuration menu - View commit details
-
Copy full SHA for fa07032 - Browse repository at this point
Copy the full SHA fa07032View commit details -
chore(main): Release v4.0.0 (#1080)
🤖 I have created a release *beep* *boop* --- ## [4.0.0](v4.8.1-rc1...v4.0.0) (2023-07-12) ### Bug Fixes * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 0a52533 ([#1083](#1083)) ([0370294](0370294)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to a2a76eb ([#1084](#1084)) ([26df75f](26df75f)) * **types-inet:** Align logic with scalar package, set `net.IPNet` `IP` field after parsing `ParseCIDR` ([#982](#982)) ([fa07032](fa07032)) * Use background ctx in batchwriter worker ([#1079](#1079)) ([dea8168](dea8168)) ### Miscellaneous Chores * release 4.0.0 ([a80ee69](a80ee69)) --- 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 6238bfb - Browse repository at this point
Copy the full SHA 6238bfbView 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.8.1-rc1...v4.0.0