-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: cloudquery/filetypes
base: v4.3.0
head repository: cloudquery/filetypes
compare: v4.4.0
- 11 commits
- 9 files changed
- 3 contributors
Commits on Aug 13, 2024
-
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.60…
….0 (#568) 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.59.0` -> `v4.60.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.60.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.60.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.59.0...v4.60.0) ##### Features - Add RemoteOAuth Token helper to refresh `access_token` from cloud environment ([#​1866](https://togithub.com/cloudquery/plugin-sdk/issues/1866)) ([bcd9081](https://togithub.com/cloudquery/plugin-sdk/commit/bcd9081baf6b1e7311237a8b46e0a13c109ac4ba)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.0 ([#​1864](https://togithub.com/cloudquery/plugin-sdk/issues/1864)) ([382f980](https://togithub.com/cloudquery/plugin-sdk/commit/382f98014ae8b72a5493bd06e72d4e1de8398e88)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 8acf4fa - Browse repository at this point
Copy the full SHA 8acf4faView commit details
Commits on Sep 1, 2024
-
chore(deps): Update dependency golangci/golangci-lint to v1.60.3 (#570)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | minor | `v1.59.1` -> `v1.60.3` | --- ### Release Notes <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v1.60.3`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1603) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.60.2...v1.60.3) 1. Updated linters - `gosec`: from [`81cda2f`](https://togithub.com/golangci/golangci-lint/commit/81cda2f91fbe) to [`ab3f6c1`](https://togithub.com/golangci/golangci-lint/commit/ab3f6c1c83a0) (fix `G115` false positives) 2. Misc. - Check that the Go version use to build is greater or equals to the Go version of the project ### [`v1.60.2`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1602) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.60.1...v1.60.2) 1. Updated linters - `gofmt`: update to HEAD (go1.22) - `gofumpt`: from 0.6.0 to 0.7.0 - `gosec`: fix G602 analyzer - `gosec`: from [`5f0084e`](https://togithub.com/golangci/golangci-lint/commit/5f0084eb01a9) to [`81cda2f`](https://togithub.com/golangci/golangci-lint/commit/81cda2f91fbe) (adds `G115`, `G405`, `G406`, `G506`, `G507`) - `staticcheck`: from 0.5.0 to 0.5.1 - `staticcheck`: propagate Go version - `wrapcheck`: from 2.8.3 to 2.9.0 -
⚠️ `exportloopref`: deprecation ### [`v1.60.1`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1601) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.59.1...v1.60.1) 1. Updated linters - `errorlint`: from 1.5.2 to 1.6.0 - `exhaustruct`: from 3.2.0 to 3.3.0 (recognize custom error values in return) - `fatcontext`: from 0.2.2 to 0.4.0 (fix false positives for context stored in structs) - `gocognit`: from 1.1.2 to 1.1.3 - `gomodguard`: from 1.3.2 to 1.3.3 - `govet` (`printf`): report non-constant format, no args - `lll`: advertise max line length instead of just reporting failure - `revive`: from 1.3.7 to 1.3.9 (new rule: `comments-density`) - `sloglint`: from 0.7.1 to 0.7.2 - `spancheck`: from 0.6.1 to 0.6.2 - `staticcheck`: from 0.4.7 to 0.5.0 - `tenv`: from 1.7.1 to 1.10.0 (remove reports on fuzzing) - `testifylint`: from 1.3.1 to 1.4.3 (new options: `formatter`, `suite-broken-parallel`, `suite-subtest-run`) - `tparallel`: from 0.3.1 to 0.3.2 - `usestdlibvars`: from 1.26.0 to 1.27.0 (fix false-positive with number used inside a mathematical operations) - `wsl`: from 4.2.1 to 4.4.1 - ️⚠️ `unused`: remove `exported-is-used` option 2. Fixes - SARIF: sanitize level property - ️⚠️ `typecheck` issues should never be ignored 3. Documentation - Add link on linter without configuration - Remove 'trusted by' page - `wsl` update documentation of the configuration 4. misc. - 🎉 go1.23 support </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->Configuration menu - View commit details
-
Copy full SHA for a51300d - Browse repository at this point
Copy the full SHA a51300dView commit details
Commits on Sep 3, 2024
-
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.61…
….0 (#571) 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.60.0` -> `v4.61.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.61.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.61.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.60.0...v4.61.0) ##### Features - Add remoteoauth helpers (`TokenAuthTransport` and `TokenAuthEditor`) ([#​1875](https://togithub.com/cloudquery/plugin-sdk/issues/1875)) ([bb1be84](https://togithub.com/cloudquery/plugin-sdk/commit/bb1be8421bbe8086c71c3c02cc4ab281e0eceb5b)) - Add warning on duplicate clients for `round-robin` and `shuffle` schedulers ([#​1878](https://togithub.com/cloudquery/plugin-sdk/issues/1878)) ([d148b94](https://togithub.com/cloudquery/plugin-sdk/commit/d148b940b09dd832f771a7bf229e4900659d7846)) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#​1872](https://togithub.com/cloudquery/plugin-sdk/issues/1872)) ([80eb38a](https://togithub.com/cloudquery/plugin-sdk/commit/80eb38a318bbfd14db2d6a0031e0a2ef467e8a29)) - **deps:** Update golang.org/x/exp digest to [`9b4947d`](https://togithub.com/cloudquery/plugin-sdk/commit/9b4947d) ([#​1881](https://togithub.com/cloudquery/plugin-sdk/issues/1881)) ([bbeb846](https://togithub.com/cloudquery/plugin-sdk/commit/bbeb846aadac0c6f4c8592003a3b4aac2e60b024)) - **deps:** Update module github.com/aws/aws-sdk-go-v2/config to v1.27.30 ([#​1876](https://togithub.com/cloudquery/plugin-sdk/issues/1876)) ([0319ff3](https://togithub.com/cloudquery/plugin-sdk/commit/0319ff3023b3c79f3463e28f0dfc9a19441d5063)) - **deps:** Update module github.com/aws/aws-sdk-go-v2/config to v1.27.31 ([#​1879](https://togithub.com/cloudquery/plugin-sdk/issues/1879)) ([4dc8f41](https://togithub.com/cloudquery/plugin-sdk/commit/4dc8f417d986749565e67f9bce0cb172e789d74f)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.8 ([#​1870](https://togithub.com/cloudquery/plugin-sdk/issues/1870)) ([96a5194](https://togithub.com/cloudquery/plugin-sdk/commit/96a51947cd67a22545fb863c4437fe21de170dfb)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.9 ([#​1873](https://togithub.com/cloudquery/plugin-sdk/issues/1873)) ([76d4f9f](https://togithub.com/cloudquery/plugin-sdk/commit/76d4f9f11b8a4f10327d02894ef109e282f1f58b)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.0 ([#​1874](https://togithub.com/cloudquery/plugin-sdk/issues/1874)) ([e091d8a](https://togithub.com/cloudquery/plugin-sdk/commit/e091d8a7091f9d52da068813efacdaa37b7ae0b5)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.1 ([#​1877](https://togithub.com/cloudquery/plugin-sdk/issues/1877)) ([11aaab4](https://togithub.com/cloudquery/plugin-sdk/commit/11aaab425f9182af49bf0d92d5829a70d624b538)) - **deps:** Update module golang.org/x/oauth2 to v0.22.0 ([#​1883](https://togithub.com/cloudquery/plugin-sdk/issues/1883)) ([2a40306](https://togithub.com/cloudquery/plugin-sdk/commit/2a40306b74e7926078b4576d9f1940e772f0ee1b)) - **deps:** Update module google.golang.org/grpc to v1.66.0 ([#​1880](https://togithub.com/cloudquery/plugin-sdk/issues/1880)) ([a907ea6](https://togithub.com/cloudquery/plugin-sdk/commit/a907ea632a7e5e0803202a1930222eeeaca50d8e)) - **deps:** Update opentelemetry-go monorepo ([#​1884](https://togithub.com/cloudquery/plugin-sdk/issues/1884)) ([9be63fe](https://togithub.com/cloudquery/plugin-sdk/commit/9be63feb754ad6503dedb45d2e921aee2c804ade)) - Fix panic when converting schema changes to string ([#​1885](https://togithub.com/cloudquery/plugin-sdk/issues/1885)) ([8274f17](https://togithub.com/cloudquery/plugin-sdk/commit/8274f172ebf65c085a8d004808404564f7903ffa)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 07c1721 - Browse repository at this point
Copy the full SHA 07c1721View commit details
Commits on Sep 13, 2024
-
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.62…
….0 (#572) 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.61.0` -> `v4.62.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.62.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.62.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.61.0...v4.62.0) ##### Features - Support Contract Listing For AWS Marketplace ([#​1889](https://togithub.com/cloudquery/plugin-sdk/issues/1889)) ([4654866](https://togithub.com/cloudquery/plugin-sdk/commit/4654866cb423d237cddb696384e910f59539e1d9)) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#​1890](https://togithub.com/cloudquery/plugin-sdk/issues/1890)) ([b185e11](https://togithub.com/cloudquery/plugin-sdk/commit/b185e11bad937fbbeb9178f88f0ede749088efc7)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.2 ([#​1887](https://togithub.com/cloudquery/plugin-sdk/issues/1887)) ([a881fac](https://togithub.com/cloudquery/plugin-sdk/commit/a881fac8976ecfb83101c6268d114e28e19bd2f2)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for bff5c4a - Browse repository at this point
Copy the full SHA bff5c4aView commit details
Commits on Sep 18, 2024
-
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.63…
….0 (#573) 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.62.0` -> `v4.63.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.63.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.63.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.62.0...v4.63.0) ##### Features - Add sync sharding ([#​1891](https://togithub.com/cloudquery/plugin-sdk/issues/1891)) ([e1823f8](https://togithub.com/cloudquery/plugin-sdk/commit/e1823f82fd3c457f1f58c266bfd9519b547f31c9)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.3 ([#​1895](https://togithub.com/cloudquery/plugin-sdk/issues/1895)) ([b05d24b](https://togithub.com/cloudquery/plugin-sdk/commit/b05d24b345ec519deef70156377338e6b41d8108)) - **deps:** Update module google.golang.org/grpc to v1.66.2 ([#​1893](https://togithub.com/cloudquery/plugin-sdk/issues/1893)) ([6d70b88](https://togithub.com/cloudquery/plugin-sdk/commit/6d70b88808aa144c4c05e007b291bd8d958858e4)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 680cccb - Browse repository at this point
Copy the full SHA 680cccbView commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for abdbe46 - Browse repository at this point
Copy the full SHA abdbe46View commit details
Commits on Oct 1, 2024
-
chore(deps): Update dependency golangci/golangci-lint to v1.61.0 (#576)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | minor | `v1.60.3` -> `v1.61.0` | --- ### Release Notes <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v1.61.0`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1610) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.60.3...v1.61.0) 1. Enhancements - Add `junit-xml-extended` format - Exclude Swagger Codegen files by default 2. Updated linters - `dupword`: from 0.0.14 to 0.1.1 - `fatcontext`: from 0.4.0 to 0.5.2 - `gci`: from 0.13.4 to 0.13.5 (new option `no-lex-order`) - `go-ruleguard`: from 0.4.2 to [`0fe6f58`](https://togithub.com/golangci/golangci-lint/commit/0fe6f58b47b1) (fix panic with custom linters) - `godot`: from 1.4.16 to 1.4.17 - `gomodguard`: from 1.3.3 to 1.3.5 - `gosec`: disable temporarily `G407` - `gosec`: from [`ab3f6c1`](https://togithub.com/golangci/golangci-lint/commit/ab3f6c1c83a0) to 2.21.2 (partially fix `G115`) - `intrange`: from 0.1.2 to 0.2.0 - `nolintlint`: remove the empty line in the directive replacement 3. Misc. - Improve runtime version parsing 4. Documentation - Add additional info about `typecheck` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 6232a33 - Browse repository at this point
Copy the full SHA 6232a33View commit details
Commits on Oct 2, 2024
-
feat: Handle panics in handlers (#575)
Handle panics in handlers by converting panics to `error`
Configuration menu - View commit details
-
Copy full SHA for ba69c91 - Browse repository at this point
Copy the full SHA ba69c91View commit details -
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.64…
….0 (#577) 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.63.0` -> `v4.64.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.64.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.64.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.63.0...v4.64.0) ##### Features - Add `opts.SchedulerOpts()` helper to convert `plugin.SyncOptions` for scheduler ([#​1900](https://togithub.com/cloudquery/plugin-sdk/issues/1900)) ([242fb55](https://togithub.com/cloudquery/plugin-sdk/commit/242fb55088032f65e1e743dcd861b8f05d8d60ce)) - **remoteoauth:** Add `WithToken` option ([#​1898](https://togithub.com/cloudquery/plugin-sdk/issues/1898)) ([ff7a485](https://togithub.com/cloudquery/plugin-sdk/commit/ff7a485df334cdaa00f8b1a4671595d4fa3fbcdf)) - Update concurrency formula. ([#​1907](https://togithub.com/cloudquery/plugin-sdk/issues/1907)) ([adce99c](https://togithub.com/cloudquery/plugin-sdk/commit/adce99c9613131a3ef160c9127a5c0d33d33e8af)) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#​1903](https://togithub.com/cloudquery/plugin-sdk/issues/1903)) ([ce2a0ef](https://togithub.com/cloudquery/plugin-sdk/commit/ce2a0efa3da3d388be954030153919a5577b586f)) - **deps:** Update aws-sdk-go-v2 monorepo ([#​1908](https://togithub.com/cloudquery/plugin-sdk/issues/1908)) ([bea3b00](https://togithub.com/cloudquery/plugin-sdk/commit/bea3b00a52b65f65e564e679a202d8fbd8108712)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.4 ([#​1912](https://togithub.com/cloudquery/plugin-sdk/issues/1912)) ([c28aabe](https://togithub.com/cloudquery/plugin-sdk/commit/c28aabeb93fb23432069956d3e3b302bae8b6ed9)) - **deps:** Update module golang.org/x/oauth2 to v0.23.0 ([#​1910](https://togithub.com/cloudquery/plugin-sdk/issues/1910)) ([6fe6414](https://togithub.com/cloudquery/plugin-sdk/commit/6fe64140337ba8d5c1af795abf64318e6138bdf3)) - **deps:** Update module google.golang.org/grpc to v1.67.0 ([#​1904](https://togithub.com/cloudquery/plugin-sdk/issues/1904)) ([a349812](https://togithub.com/cloudquery/plugin-sdk/commit/a3498124b325616d085d302fc0faaffb11c77856)) - **deps:** Update opentelemetry-go monorepo ([#​1911](https://togithub.com/cloudquery/plugin-sdk/issues/1911)) ([78e05e1](https://togithub.com/cloudquery/plugin-sdk/commit/78e05e12bfcb38f675dd83dab0b8b442b6227944)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 7b77f7c - Browse repository at this point
Copy the full SHA 7b77f7cView commit details -
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.64…
….1 (#578) 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.64.0` -> `v4.64.1` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.64.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.64.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.64.0...v4.64.1) ##### Bug Fixes - Error handling in StreamingBatchWriter ([#​1913](https://togithub.com/cloudquery/plugin-sdk/issues/1913)) ([d852119](https://togithub.com/cloudquery/plugin-sdk/commit/d8521194dee50d93d74a7156ed607d442ab1db45)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 40c0f19 - Browse repository at this point
Copy the full SHA 40c0f19View commit details
Commits on Oct 3, 2024
-
chore(main): Release v4.4.0 (#569)
🤖 I have created a release *beep* *boop* --- ## [4.4.0](v4.3.0...v4.4.0) (2024-10-02) ### Features * Handle panics in handlers ([#575](#575)) ([ba69c91](ba69c91)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.60.0 ([#568](#568)) ([8acf4fa](8acf4fa)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.61.0 ([#571](#571)) ([07c1721](07c1721)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.62.0 ([#572](#572)) ([bff5c4a](bff5c4a)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.63.0 ([#573](#573)) ([680cccb](680cccb)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.64.0 ([#577](#577)) ([7b77f7c](7b77f7c)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.64.1 ([#578](#578)) ([40c0f19](40c0f19)) --- 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 4e05152 - Browse repository at this point
Copy the full SHA 4e05152View 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.3.0...v4.4.0