-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: cloudquery/codegen
base: v0.3.37
head repository: cloudquery/codegen
compare: v0.4.0
- 10 commits
- 19 files changed
- 2 contributors
Commits on Feb 24, 2026
-
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.94…
….3 (#410) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://redirect.github.com/cloudquery/plugin-sdk) | require | patch | `v4.94.2` -> `v4.94.3` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.94.3`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.94.3) [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.94.2...v4.94.3) ##### Bug Fixes - Better Go build flags for plugins packaging ([#​2415](https://redirect.github.com/cloudquery/plugin-sdk/issues/2415)) ([934226b](https://redirect.github.com/cloudquery/plugin-sdk/commit/934226b27bb83c4d7f411678c3887ffafc621329)) - **deps:** Update module github.com/cloudquery/codegen to v0.3.37 ([#​2410](https://redirect.github.com/cloudquery/plugin-sdk/issues/2410)) ([c812b39](https://redirect.github.com/cloudquery/plugin-sdk/commit/c812b39c2e3760d4eb702be3edc89dc870b696f9)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.7 ([#​2414](https://redirect.github.com/cloudquery/plugin-sdk/issues/2414)) ([51f4d60](https://redirect.github.com/cloudquery/plugin-sdk/commit/51f4d60ec1dc0d8f67c042ceef67a3247ae7b6e3)) - **deps:** Update module google.golang.org/grpc to v1.79.1 ([#​2412](https://redirect.github.com/cloudquery/plugin-sdk/issues/2412)) ([f617806](https://redirect.github.com/cloudquery/plugin-sdk/commit/f6178065380e07ccf62e3fbca4c35f4e86af33fc)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Configuration menu - View commit details
-
Copy full SHA for 144ce71 - Browse repository at this point
Copy the full SHA 144ce71View commit details
Commits on Mar 1, 2026
-
fix(deps): Update golang.org/x/exp digest to 3dfff04 (#412)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/exp | require | digest | `716be56` -> `3dfff04` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Configuration menu - View commit details
-
Copy full SHA for 28e9880 - Browse repository at this point
Copy the full SHA 28e9880View commit details -
chore(deps): Update dependency golangci/golangci-lint to v2.10.1 (#413)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | minor | `v2.8.0` -> `v2.10.1` | --- ### Release Notes <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v2.10.1`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2101) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.10.0...v2.10.1) *Released on 2026-02-17* 1. Fixes - buildssa panic ### [`v2.10.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2100) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.9.0...v2.10.0) *Released on 2026-02-17* 1. Linters new features or changes - `ginkgolinter`: from 0.22.0 to 0.23.0 - `gosec`: from 2.22.11 to 2.23.0 (new rules: `G117`, `G602`, `G701`, `G702`, `G703`, `G704`, `G705`, `G706`) - `staticcheck`: from 0.6.1 to 0.7.0 2. Linters bug fixes - `godoclint`: from 0.11.1 to 0.11.2 ### [`v2.9.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v290) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.8.0...v2.9.0) *Released on 2026-02-10* 1. Enhancements - 🎉 go1.26 support 2. Linters new features or changes - `arangolint`: from 0.3.1 to 0.4.0 (new rule: detect potential query injections) - `ginkgolinter`: from 0.21.2 to 0.22.0 (support for wrappers) - `golines`: from 0.14.0 to 0.15.0 - `misspell`: from 0.7.0 to 0.8.0 - `revive`: from v1.13.0 to v1.14.0 (new rules: `epoch-naming`, `use-slices-sort`) - `unqueryvet`: from 1.4.0 to 1.5.3 (new options: `check-n1`, `check-sql-injection`, `check-tx-leaks`, `allow`, `custom-rules`) - `wsl_v5`: from 5.3.0 to 5.6.0 (new rule: `after-block`) 3. Linters bug fixes - `modernize`: from 0.41.0 to 0.42.0 - `prealloc`: from 1.0.1 to 1.0.2 - `protogetter`: from 0.3.18 to 0.3.20 4. Misc. - Log information about files when configuration verification - Emit an error when no linters enabled - Do not collect VCS information when loading code </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Configuration menu - View commit details
-
Copy full SHA for 9451931 - Browse repository at this point
Copy the full SHA 9451931View commit details
Commits on Mar 9, 2026
-
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.94…
….4 (#415) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://redirect.github.com/cloudquery/plugin-sdk) | `v4.94.3` → `v4.94.4` |  |  | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.94.4`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.94.4) [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.94.3...v4.94.4) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#​2431](https://redirect.github.com/cloudquery/plugin-sdk/issues/2431)) ([bf81478](https://redirect.github.com/cloudquery/plugin-sdk/commit/bf81478b6636b656a5e6610c03f00f1fec991124)) - **deps:** Update module github.com/apache/arrow-go/v18 to v18.5.2 ([#​2432](https://redirect.github.com/cloudquery/plugin-sdk/issues/2432)) ([ea6f657](https://redirect.github.com/cloudquery/plugin-sdk/commit/ea6f657f85546de25e78bf7c4a810723f716f332)) - **deps:** Update module github.com/getsentry/sentry-go to v0.42.0 ([#​2421](https://redirect.github.com/cloudquery/plugin-sdk/issues/2421)) ([62c0e08](https://redirect.github.com/cloudquery/plugin-sdk/commit/62c0e08e83076dbed96b8e5ec50d98b732ee015a)) - **deps:** Update module go.opentelemetry.io/otel/sdk to v1.40.0 \[SECURITY] ([#​2428](https://redirect.github.com/cloudquery/plugin-sdk/issues/2428)) ([5886105](https://redirect.github.com/cloudquery/plugin-sdk/commit/588610538d24219a0dfe2f8ec7a87715a4633daa)) - **deps:** Update module golang.org/x/oauth2 to v0.35.0 ([#​2422](https://redirect.github.com/cloudquery/plugin-sdk/issues/2422)) ([d6c5def](https://redirect.github.com/cloudquery/plugin-sdk/commit/d6c5defcc0bb718f4449e9e7dab6782e075348c3)) - **deps:** Update module golang.org/x/text to v0.34.0 ([#​2423](https://redirect.github.com/cloudquery/plugin-sdk/issues/2423)) ([99c9a8c](https://redirect.github.com/cloudquery/plugin-sdk/commit/99c9a8c9f3b6d8d07ab3fa0fd4093b94759e45fb)) - **deps:** Update opentelemetry-go monorepo ([#​2424](https://redirect.github.com/cloudquery/plugin-sdk/issues/2424)) ([7fc6dd6](https://redirect.github.com/cloudquery/plugin-sdk/commit/7fc6dd6b83153f82b8388a394b9e1098b82e65d6)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40Ni42IiwidXBkYXRlZEluVmVyIjoiNDMuNDYuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Configuration menu - View commit details
-
Copy full SHA for 35c026e - Browse repository at this point
Copy the full SHA 35c026eView commit details -
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.94…
….5 (#416) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://redirect.github.com/cloudquery/plugin-sdk) | `v4.94.4` → `v4.94.5` |  |  | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.94.5`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.94.5) [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.94.4...v4.94.5) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.8 ([#​2435](https://redirect.github.com/cloudquery/plugin-sdk/issues/2435)) ([b8b665e](https://redirect.github.com/cloudquery/plugin-sdk/commit/b8b665e6ac08eef4d0d38dbee735ccb9dfd1476c)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40Ni42IiwidXBkYXRlZEluVmVyIjoiNDMuNDYuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Configuration menu - View commit details
-
Copy full SHA for 4586c6d - Browse repository at this point
Copy the full SHA 4586c6dView commit details
Commits on Mar 19, 2026
-
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.94…
….6 (#417) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://redirect.github.com/cloudquery/plugin-sdk) | `v4.94.5` → `v4.94.6` |  |  | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.94.6`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.94.6) [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.94.5...v4.94.6) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#​2438](https://redirect.github.com/cloudquery/plugin-sdk/issues/2438)) ([15eb7ab](https://redirect.github.com/cloudquery/plugin-sdk/commit/15eb7abb9188fcbbcc1aa7ceeeaa5bd6486fea07)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.10 ([#​2445](https://redirect.github.com/cloudquery/plugin-sdk/issues/2445)) ([4222ea8](https://redirect.github.com/cloudquery/plugin-sdk/commit/4222ea8dd1c5fcd3f4bbbb999628ab51bbce2617)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.9 ([#​2444](https://redirect.github.com/cloudquery/plugin-sdk/issues/2444)) ([2fa661d](https://redirect.github.com/cloudquery/plugin-sdk/commit/2fa661d431ece2b259c446f5c00886623b32399c)) - **deps:** Update module google.golang.org/grpc to v1.79.2 ([#​2439](https://redirect.github.com/cloudquery/plugin-sdk/issues/2439)) ([3389f5c](https://redirect.github.com/cloudquery/plugin-sdk/commit/3389f5c5a71f73038397e21070c939bfd1dfa1c5)) - **deps:** Update module google.golang.org/grpc to v1.79.3 \[SECURITY] ([#​2442](https://redirect.github.com/cloudquery/plugin-sdk/issues/2442)) ([bb4ccdc](https://redirect.github.com/cloudquery/plugin-sdk/commit/bb4ccdc7a26494820a39d2a80e0cf3c8d93c235d)) - **deps:** Update module google.golang.org/grpc to v1.79.3 \[SECURITY] ([#​2443](https://redirect.github.com/cloudquery/plugin-sdk/issues/2443)) ([c3d6d7c](https://redirect.github.com/cloudquery/plugin-sdk/commit/c3d6d7c2f4857a9a02b465d8b7a24dfd86e06e74)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Configuration menu - View commit details
-
Copy full SHA for 16902da - Browse repository at this point
Copy the full SHA 16902daView commit details
Commits on Mar 23, 2026
-
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.94…
….7 (#418) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://redirect.github.com/cloudquery/plugin-sdk) | `v4.94.6` → `v4.94.7` |  |  | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.94.7`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.94.7) [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.94.6...v4.94.7) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#​2447](https://redirect.github.com/cloudquery/plugin-sdk/issues/2447)) ([318fd0e](https://redirect.github.com/cloudquery/plugin-sdk/commit/318fd0efc47ea8b3f4b48b295f589bf4567463c8)) - **deps:** Update module github.com/buger/jsonparser to v1.1.2 \[SECURITY] ([#​2449](https://redirect.github.com/cloudquery/plugin-sdk/issues/2449)) ([5aa562f](https://redirect.github.com/cloudquery/plugin-sdk/commit/5aa562f886f03ace8d8cc10417868cde1318b4f5)) - Update filetypes ([#​2451](https://redirect.github.com/cloudquery/plugin-sdk/issues/2451)) ([8dc3248](https://redirect.github.com/cloudquery/plugin-sdk/commit/8dc3248e91070b3dffa469adff4d25fd4db17103)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Configuration menu - View commit details
-
Copy full SHA for 71d532b - Browse repository at this point
Copy the full SHA 71d532bView commit details
Commits on Mar 24, 2026
-
feat: Implement type flattener (#419)
* feat: Implement structs package to allow flattening an autogenerated struct * feat: Add tests * feat: Add cmd for go:generate commands * chore: lint * fix: Handle code review comments * fix: Allow multiname type params
Configuration menu - View commit details
-
Copy full SHA for de8ece6 - Browse repository at this point
Copy the full SHA de8ece6View commit details -
fix(deps): Update dependency go to v1.26.0 (#414)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | golang | minor | `1.25.5` → `1.26.0` | `1.26.1` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwibm8gYXV0b21lcmdlIl19--> --- release-as: 0.4.0
Configuration menu - View commit details
-
Copy full SHA for 94c3c5f - Browse repository at this point
Copy the full SHA 94c3c5fView commit details -
chore(main): Release v0.4.0 (#411)
🤖 I have created a release *beep* *boop* --- ## [0.4.0](v0.3.37...v0.4.0) (2026-03-24) ### Features * Implement type flattener ([#419](#419)) ([de8ece6](de8ece6)) ### Bug Fixes * **deps:** Update dependency go to v1.26.0 ([#414](#414)) ([94c3c5f](94c3c5f)) * **deps:** Update golang.org/x/exp digest to 3dfff04 ([#412](#412)) ([28e9880](28e9880)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.3 ([#410](#410)) ([144ce71](144ce71)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.4 ([#415](#415)) ([35c026e](35c026e)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.5 ([#416](#416)) ([4586c6d](4586c6d)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.6 ([#417](#417)) ([16902da](16902da)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.7 ([#418](#418)) ([71d532b](71d532b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 360d3d3 - Browse repository at this point
Copy the full SHA 360d3d3View 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 v0.3.37...v0.4.0