-
Notifications
You must be signed in to change notification settings - Fork 26
Comparing changes
Open a pull request
base repository: cloudquery/plugin-sdk
base: v4.94.2
head repository: cloudquery/plugin-sdk
compare: v4.94.3
- 9 commits
- 8 files changed
- 2 contributors
Commits on Feb 6, 2026
-
chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.…
…94.2 (#2406) 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.1` -> `v4.94.2` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.94.2`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.94.2) [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.94.1...v4.94.2) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/codegen to v0.3.36 ([#​2403](https://redirect.github.com/cloudquery/plugin-sdk/issues/2403)) ([b7188f1](https://redirect.github.com/cloudquery/plugin-sdk/commit/b7188f174bcb1286ccd1194d85d7268fb1ecb4ce)) - Fix race condition on batchsender when sending resources from multiple goroutines ([#​2405](https://redirect.github.com/cloudquery/plugin-sdk/issues/2405)) ([a0e2801](https://redirect.github.com/cloudquery/plugin-sdk/commit/a0e28013ec8178bad7e123cd86c1f7701bc27f86)) </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 e1368ef - Browse repository at this point
Copy the full SHA e1368efView commit details
Commits on Feb 9, 2026
-
chore: Update coverage report (#2407)
This PR was created by a scheduled workflow to update the coverage report
Configuration menu - View commit details
-
Copy full SHA for 21b397a - Browse repository at this point
Copy the full SHA 21b397aView commit details
Commits on Feb 16, 2026
-
chore: Update coverage report (#2409)
This PR was created by a scheduled workflow to update the coverage report
Configuration menu - View commit details
-
Copy full SHA for 159b83b - Browse repository at this point
Copy the full SHA 159b83bView commit details
Commits on Feb 17, 2026
-
fix(deps): Update module github.com/cloudquery/codegen to v0.3.37 (#2410
) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/codegen](https://redirect.github.com/cloudquery/codegen) | require | patch | `v0.3.36` -> `v0.3.37` | --- ### Release Notes <details> <summary>cloudquery/codegen (github.com/cloudquery/codegen)</summary> ### [`v0.3.37`](https://redirect.github.com/cloudquery/codegen/releases/tag/v0.3.37) [Compare Source](https://redirect.github.com/cloudquery/codegen/compare/v0.3.36...v0.3.37) ##### Features - Preserve pointer types in generic iterators ([#​409](https://redirect.github.com/cloudquery/codegen/issues/409)) ([d4fe386](https://redirect.github.com/cloudquery/codegen/commit/d4fe386b4fe45ce974e75c37ba837586fb7a7e17)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.2 ([#​407](https://redirect.github.com/cloudquery/codegen/issues/407)) ([41c4bc3](https://redirect.github.com/cloudquery/codegen/commit/41c4bc3194103d04bec8f0d553ebc429bb901475)) </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 c812b39 - Browse repository at this point
Copy the full SHA c812b39View commit details
Commits on Feb 21, 2026
-
fix(deps): Update module google.golang.org/grpc to v1.79.1 (#2412)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | require | minor | `v1.78.0` -> `v1.79.1` | --- ### Release Notes <details> <summary>grpc/grpc-go (google.golang.org/grpc)</summary> ### [`v1.79.1`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.79.1): Release 1.79.1 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.79.0...v1.79.1) ### Bug Fixes - grpc: Remove the `-dev` suffix from the User-Agent header. ([https://github.com/grpc/grpc-go/pull/8902](https://redirect.github.com/grpc/grpc-go/pull/8902)) ### [`v1.79.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.79.0): Release 1.79.0 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.78.0...v1.79.0) ### API Changes - mem: Add experimental API `SetDefaultBufferPool` to change the default buffer pool. ([#​8806](https://redirect.github.com/grpc/grpc-go/issues/8806)) - Special Thanks: [@​vanja-p](https://redirect.github.com/vanja-p) - experimental/stats: Update `MetricsRecorder` to require embedding the new `UnimplementedMetricsRecorder` (a no-op struct) in all implementations for forward compatibility. ([#​8780](https://redirect.github.com/grpc/grpc-go/issues/8780)) ### Behavior Changes - balancer/weightedtarget: Remove handling of `Addresses` and only handle `Endpoints` in resolver updates. ([#​8841](https://redirect.github.com/grpc/grpc-go/issues/8841)) ### New Features - experimental/stats: Add support for asynchronous gauge metrics through the new `AsyncMetricReporter` and `RegisterAsyncReporter` APIs. ([#​8780](https://redirect.github.com/grpc/grpc-go/issues/8780)) - pickfirst: Add support for weighted random shuffling of endpoints, as described in [gRFC A113](https://redirect.github.com/grpc/proposal/pull/535). - This is enabled by default, and can be turned off using the environment variable `GRPC_EXPERIMENTAL_PF_WEIGHTED_SHUFFLING`. ([#​8864](https://redirect.github.com/grpc/grpc-go/issues/8864)) - xds: Implement `:authority` rewriting, as specified in [gRFC A81](https://redirect.github.com/grpc/proposal/blob/master/A81-xds-authority-rewriting.md). ([#​8779](https://redirect.github.com/grpc/grpc-go/issues/8779)) - balancer/randomsubsetting: Implement the `random_subsetting` LB policy, as specified in [gRFC A68](https://redirect.github.com/grpc/proposal/blob/master/A68-random-subsetting.md). ([#​8650](https://redirect.github.com/grpc/grpc-go/issues/8650)) - Special Thanks: [@​marek-szews](https://redirect.github.com/marek-szews) ### Bug Fixes - credentials/tls: Fix a bug where the port was not stripped from the authority override before validation. ([#​8726](https://redirect.github.com/grpc/grpc-go/issues/8726)) - Special Thanks: [@​Atul1710](https://redirect.github.com/Atul1710) - xds/priority: Fix a bug causing delayed failover to lower-priority clusters when a higher-priority cluster is stuck in `CONNECTING` state. ([#​8813](https://redirect.github.com/grpc/grpc-go/issues/8813)) - health: Fix a bug where health checks failed for clients using legacy compression options (`WithDecompressor` or `RPCDecompressor`). ([#​8765](https://redirect.github.com/grpc/grpc-go/issues/8765)) - Special Thanks: [@​sanki92](https://redirect.github.com/sanki92) - transport: Fix an issue where the HTTP/2 server could skip header size checks when terminating a stream early. ([#​8769](https://redirect.github.com/grpc/grpc-go/issues/8769)) - Special Thanks: [@​joybestourous](https://redirect.github.com/joybestourous) - server: Propagate status detail headers, if available, when terminating a stream during request header processing. ([#​8754](https://redirect.github.com/grpc/grpc-go/issues/8754)) - Special Thanks: [@​joybestourous](https://redirect.github.com/joybestourous) ### Performance Improvements - credentials/alts: Optimize read buffer alignment to reduce copies. ([#​8791](https://redirect.github.com/grpc/grpc-go/issues/8791)) - mem: Optimize pooling and creation of `buffer` objects. ([#​8784](https://redirect.github.com/grpc/grpc-go/issues/8784)) - transport: Reduce slice re-allocations by reserving slice capacity. ([#​8797](https://redirect.github.com/grpc/grpc-go/issues/8797)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Saturday" (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 f617806 - Browse repository at this point
Copy the full SHA f617806View commit details
Commits on Feb 23, 2026
-
chore: Update coverage report (#2413)
This PR was created by a scheduled workflow to update the coverage report
Configuration menu - View commit details
-
Copy full SHA for 0851776 - Browse repository at this point
Copy the full SHA 0851776View commit details -
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.27.7 (
#2414) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-pb-go](https://redirect.github.com/cloudquery/plugin-pb-go) | require | patch | `v1.27.6` -> `v1.27.7` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary> ### [`v1.27.7`](https://redirect.github.com/cloudquery/plugin-pb-go/releases/tag/v1.27.7) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-go/compare/v1.27.6...v1.27.7) ##### Bug Fixes - **deps:** Update module google.golang.org/grpc to v1.79.1 ([#​608](https://redirect.github.com/cloudquery/plugin-pb-go/issues/608)) ([db03b0e](https://redirect.github.com/cloudquery/plugin-pb-go/commit/db03b0eeea1f93552e45a9b8f6831f738d15d58b)) - Generate Go Code from `plugin-pb` ([#​606](https://redirect.github.com/cloudquery/plugin-pb-go/issues/606)) ([593613c](https://redirect.github.com/cloudquery/plugin-pb-go/commit/593613c2383771c7aac837806b33a5789058237c)) </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 51f4d60 - Browse repository at this point
Copy the full SHA 51f4d60View commit details -
fix: Better Go build flags for plugins packaging (#2415)
#### Summary `trimpath` and `buildvcs` are better for cache re-usability and reproducible builds (we already include plugins versions in `resources/plugin.Version` so we don't need the VCS data). Also `mod=readonly` ensures `go build` doesn't modify `go.mod` or `go.sum` ---
Configuration menu - View commit details
-
Copy full SHA for 934226b - Browse repository at this point
Copy the full SHA 934226bView commit details -
chore(main): Release v4.94.3 (#2411)
🤖 I have created a release *beep* *boop* --- ## [4.94.3](v4.94.2...v4.94.3) (2026-02-23) ### Bug Fixes * Better Go build flags for plugins packaging ([#2415](#2415)) ([934226b](934226b)) * **deps:** Update module github.com/cloudquery/codegen to v0.3.37 ([#2410](#2410)) ([c812b39](c812b39)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.7 ([#2414](#2414)) ([51f4d60](51f4d60)) * **deps:** Update module google.golang.org/grpc to v1.79.1 ([#2412](#2412)) ([f617806](f617806)) --- 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 adac3a8 - Browse repository at this point
Copy the full SHA adac3a8View 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.94.2...v4.94.3