Skip to content

Commit 387a5c0

Browse files
authored
chore(main): Release v4.89.0 (#2247)
🤖 I have created a release *beep* *boop* --- ## [4.89.0](v4.88.1...v4.89.0) (2025-08-19) ### Features * Make getColumnChangeSummary public for use in plugins ([#2260](#2260)) ([5c0a06e](5c0a06e)) ### Bug Fixes * **deps:** Update aws-sdk-go-v2 monorepo ([#2256](#2256)) ([0b64895](0b64895)) * **deps:** Update aws-sdk-go-v2 monorepo ([#2257](#2257)) ([b546297](b546297)) * **deps:** Update golang.org/x/exp digest to 645b1fa ([#2250](#2250)) ([ab469c1](ab469c1)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.0 ([#2246](#2246)) ([291b0d9](291b0d9)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.1 ([#2254](#2254)) ([fb148a1](fb148a1)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.16 ([#2245](#2245)) ([5223700](5223700)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.17 ([#2248](#2248)) ([3b8a166](3b8a166)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.18 ([#2249](#2249)) ([8e35433](8e35433)) * **deps:** Update module github.com/grpc-ecosystem/go-grpc-middleware/v2 to v2.3.2 ([#2251](#2251)) ([a76d1c2](a76d1c2)) * **deps:** Update module github.com/spf13/cobra to v1.9.1 ([#2252](#2252)) ([3db1576](3db1576)) * **deps:** Update module google.golang.org/grpc to v1.74.2 ([#2255](#2255)) ([5d8368f](5d8368f)) * **deps:** Update module google.golang.org/protobuf to v1.36.7 ([#2258](#2258)) ([cd611d3](cd611d3)) * Require Row count to be greater than 0 ([#2259](#2259)) ([8721bdc](8721bdc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 5c0a06e commit 387a5c0

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.88.1"
2+
".": "4.89.0"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.89.0](https://github.com/cloudquery/plugin-sdk/compare/v4.88.1...v4.89.0) (2025-08-19)
9+
10+
11+
### Features
12+
13+
* Make getColumnChangeSummary public for use in plugins ([#2260](https://github.com/cloudquery/plugin-sdk/issues/2260)) ([5c0a06e](https://github.com/cloudquery/plugin-sdk/commit/5c0a06ef60a1ee576b4222e3eb5cac8aad338c36))
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** Update aws-sdk-go-v2 monorepo ([#2256](https://github.com/cloudquery/plugin-sdk/issues/2256)) ([0b64895](https://github.com/cloudquery/plugin-sdk/commit/0b64895bac95452bc6f9ae00618050b9201eef65))
19+
* **deps:** Update aws-sdk-go-v2 monorepo ([#2257](https://github.com/cloudquery/plugin-sdk/issues/2257)) ([b546297](https://github.com/cloudquery/plugin-sdk/commit/b5462974de129450f50b0333830810203c831620))
20+
* **deps:** Update golang.org/x/exp digest to 645b1fa ([#2250](https://github.com/cloudquery/plugin-sdk/issues/2250)) ([ab469c1](https://github.com/cloudquery/plugin-sdk/commit/ab469c12bd91a322f189426353da8449282c7ac1))
21+
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.0 ([#2246](https://github.com/cloudquery/plugin-sdk/issues/2246)) ([291b0d9](https://github.com/cloudquery/plugin-sdk/commit/291b0d9aff6ad1a3b9aab8b4764463937bc4f59b))
22+
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.1 ([#2254](https://github.com/cloudquery/plugin-sdk/issues/2254)) ([fb148a1](https://github.com/cloudquery/plugin-sdk/commit/fb148a1e180aa94ad0fa816e0a88d2fef4e27623))
23+
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.16 ([#2245](https://github.com/cloudquery/plugin-sdk/issues/2245)) ([5223700](https://github.com/cloudquery/plugin-sdk/commit/5223700c37b646825c7f2e41c46f07c61b3b4a31))
24+
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.17 ([#2248](https://github.com/cloudquery/plugin-sdk/issues/2248)) ([3b8a166](https://github.com/cloudquery/plugin-sdk/commit/3b8a1668687bb1b471c5f15a1f6e23ebfb78aa05))
25+
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.18 ([#2249](https://github.com/cloudquery/plugin-sdk/issues/2249)) ([8e35433](https://github.com/cloudquery/plugin-sdk/commit/8e354333c60518df08bfd17d8c0961d55acd170e))
26+
* **deps:** Update module github.com/grpc-ecosystem/go-grpc-middleware/v2 to v2.3.2 ([#2251](https://github.com/cloudquery/plugin-sdk/issues/2251)) ([a76d1c2](https://github.com/cloudquery/plugin-sdk/commit/a76d1c2c34e4c48c4fc38dcef3960365c9639c1f))
27+
* **deps:** Update module github.com/spf13/cobra to v1.9.1 ([#2252](https://github.com/cloudquery/plugin-sdk/issues/2252)) ([3db1576](https://github.com/cloudquery/plugin-sdk/commit/3db1576eda360fcf9eeac7674295f54c0822cf92))
28+
* **deps:** Update module google.golang.org/grpc to v1.74.2 ([#2255](https://github.com/cloudquery/plugin-sdk/issues/2255)) ([5d8368f](https://github.com/cloudquery/plugin-sdk/commit/5d8368fa82ea32bfc46d361dfed4b58f4cc9701b))
29+
* **deps:** Update module google.golang.org/protobuf to v1.36.7 ([#2258](https://github.com/cloudquery/plugin-sdk/issues/2258)) ([cd611d3](https://github.com/cloudquery/plugin-sdk/commit/cd611d350e9ce1b81461142f8262fa5e4f68dae6))
30+
* Require Row count to be greater than 0 ([#2259](https://github.com/cloudquery/plugin-sdk/issues/2259)) ([8721bdc](https://github.com/cloudquery/plugin-sdk/commit/8721bdc9d861ccd7f21e7e1a67658a3c37acce24))
31+
832
## [4.88.1](https://github.com/cloudquery/plugin-sdk/compare/v4.88.0...v4.88.1) (2025-07-29)
933

1034

0 commit comments

Comments
 (0)