Skip to content

Commit 13e515f

Browse files
authored
chore(main): Release v4.84.2 (#2188)
🤖 I have created a release *beep* *boop* --- ## [4.84.2](v4.84.1...v4.84.2) (2025-06-18) ### Bug Fixes * Add time delay in DeleteStaleAll test for destinations ([#2191](#2191)) ([d98a293](d98a293)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/config to v1.29.15 ([#2189](#2189)) ([9860e20](9860e20)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/service/licensemanager to v1.31.1 ([#2186](#2186)) ([7647d77](7647d77)) * **deps:** Update module google.golang.org/grpc to v1.72.2 ([#2187](#2187)) ([a999c81](a999c81)) * **deps:** Update module google.golang.org/grpc to v1.73.0 ([#2190](#2190)) ([2e3c192](2e3c192)) * Error handling in StreamingBatchWriter ([#1921](#1921)) ([6d71fb1](6d71fb1)) --- 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 d98a293 commit 13e515f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-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.84.1"
2+
".": "4.84.2"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.84.2](https://github.com/cloudquery/plugin-sdk/compare/v4.84.1...v4.84.2) (2025-06-18)
9+
10+
11+
### Bug Fixes
12+
13+
* Add time delay in DeleteStaleAll test for destinations ([#2191](https://github.com/cloudquery/plugin-sdk/issues/2191)) ([d98a293](https://github.com/cloudquery/plugin-sdk/commit/d98a29334ac8d34fb2e85cea5600bf326c7c90ea))
14+
* **deps:** Update module github.com/aws/aws-sdk-go-v2/config to v1.29.15 ([#2189](https://github.com/cloudquery/plugin-sdk/issues/2189)) ([9860e20](https://github.com/cloudquery/plugin-sdk/commit/9860e20cb37ca3be41b1b7723cfe2e980469b88c))
15+
* **deps:** Update module github.com/aws/aws-sdk-go-v2/service/licensemanager to v1.31.1 ([#2186](https://github.com/cloudquery/plugin-sdk/issues/2186)) ([7647d77](https://github.com/cloudquery/plugin-sdk/commit/7647d778e746ab2b016a5912b311f053746cd85a))
16+
* **deps:** Update module google.golang.org/grpc to v1.72.2 ([#2187](https://github.com/cloudquery/plugin-sdk/issues/2187)) ([a999c81](https://github.com/cloudquery/plugin-sdk/commit/a999c818c057c34468b0ad2c865c31dbf57fb7ad))
17+
* **deps:** Update module google.golang.org/grpc to v1.73.0 ([#2190](https://github.com/cloudquery/plugin-sdk/issues/2190)) ([2e3c192](https://github.com/cloudquery/plugin-sdk/commit/2e3c192ff2f2455de31f51f0b6d4c16577d15c41))
18+
* Error handling in StreamingBatchWriter ([#1921](https://github.com/cloudquery/plugin-sdk/issues/1921)) ([6d71fb1](https://github.com/cloudquery/plugin-sdk/commit/6d71fb1099792438f6527f5854a6dc37eaf298ec))
19+
820
## [4.84.1](https://github.com/cloudquery/plugin-sdk/compare/v4.84.0...v4.84.1) (2025-05-30)
921

1022

0 commit comments

Comments
 (0)