From 41575dcadaa71269bccf571506e1d47b67a27c19 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Wed, 7 Aug 2024 18:23:08 +0000 Subject: [PATCH] Release 2024-08-07 --- .changelog/1e04c4269eb1413cbd32038d217c29cf.json | 8 -------- .changelog/7668478078764990b2f9280d97c96cc1.json | 8 -------- .changelog/94ae46745e1744c9b93d2af2bfe1f76d.json | 8 -------- CHANGELOG.md | 8 ++++++++ feature/dynamodbstreams/attributevalue/CHANGELOG.md | 4 ++++ .../dynamodbstreams/attributevalue/go_module_metadata.go | 2 +- service/appintegrations/CHANGELOG.md | 4 ++++ service/appintegrations/go_module_metadata.go | 2 +- service/glue/CHANGELOG.md | 4 ++++ service/glue/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 2 +- 11 files changed, 24 insertions(+), 28 deletions(-) delete mode 100644 .changelog/1e04c4269eb1413cbd32038d217c29cf.json delete mode 100644 .changelog/7668478078764990b2f9280d97c96cc1.json delete mode 100644 .changelog/94ae46745e1744c9b93d2af2bfe1f76d.json diff --git a/.changelog/1e04c4269eb1413cbd32038d217c29cf.json b/.changelog/1e04c4269eb1413cbd32038d217c29cf.json deleted file mode 100644 index 30423c9eb5c..00000000000 --- a/.changelog/1e04c4269eb1413cbd32038d217c29cf.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "1e04c426-9eb1-413c-bd32-038d217c29cf", - "type": "feature", - "description": "Introducing AWS Glue Data Quality anomaly detection, a new functionality that uses ML-based solutions to detect data anomalies users have not explicitly defined rules for.", - "modules": [ - "service/glue" - ] -} \ No newline at end of file diff --git a/.changelog/7668478078764990b2f9280d97c96cc1.json b/.changelog/7668478078764990b2f9280d97c96cc1.json deleted file mode 100644 index 89321c3d607..00000000000 --- a/.changelog/7668478078764990b2f9280d97c96cc1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "76684780-7876-4990-b2f9-280d97c96cc1", - "type": "bugfix", - "description": "Use blessed strings that don't trigger our internal scanners", - "modules": [ - "credentials" - ] -} \ No newline at end of file diff --git a/.changelog/94ae46745e1744c9b93d2af2bfe1f76d.json b/.changelog/94ae46745e1744c9b93d2af2bfe1f76d.json deleted file mode 100644 index b5edb4422d3..00000000000 --- a/.changelog/94ae46745e1744c9b93d2af2bfe1f76d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "94ae4674-5e17-44c9-b93d-2af2bfe1f76d", - "type": "feature", - "description": "Updated CreateDataIntegration and CreateDataIntegrationAssociation API to support bulk data export from Amazon Connect Customer Profiles to the customer S3 bucket.", - "modules": [ - "service/appintegrations" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 53acfc77619..3284d8a3741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Release (2024-08-07) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/appintegrations`: [v1.28.0](service/appintegrations/CHANGELOG.md#v1280-2024-08-07) + * **Feature**: Updated CreateDataIntegration and CreateDataIntegrationAssociation API to support bulk data export from Amazon Connect Customer Profiles to the customer S3 bucket. +* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.92.0](service/glue/CHANGELOG.md#v1920-2024-08-07) + * **Feature**: Introducing AWS Glue Data Quality anomaly detection, a new functionality that uses ML-based solutions to detect data anomalies users have not explicitly defined rules for. + # Release (2024-08-06) ## Module Highlights diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index c652861310e..77487eed8f0 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.59 (2024-08-07) + +* No change notes available for this release. + # v1.13.58 (2024-08-06) * No change notes available for this release. diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index 505e79ec5c4..60342bba452 100644 --- a/feature/dynamodbstreams/attributevalue/go_module_metadata.go +++ b/feature/dynamodbstreams/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.10" +const goModuleVersion = "1.13.59" diff --git a/service/appintegrations/CHANGELOG.md b/service/appintegrations/CHANGELOG.md index 94f931455b3..5d4d28b94d8 100644 --- a/service/appintegrations/CHANGELOG.md +++ b/service/appintegrations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.0 (2024-08-07) + +* **Feature**: Updated CreateDataIntegration and CreateDataIntegrationAssociation API to support bulk data export from Amazon Connect Customer Profiles to the customer S3 bucket. + # v1.27.3 (2024-07-10.2) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appintegrations/go_module_metadata.go b/service/appintegrations/go_module_metadata.go index b295444544f..93590a97896 100644 --- a/service/appintegrations/go_module_metadata.go +++ b/service/appintegrations/go_module_metadata.go @@ -3,4 +3,4 @@ package appintegrations // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.3" +const goModuleVersion = "1.28.0" diff --git a/service/glue/CHANGELOG.md b/service/glue/CHANGELOG.md index 9bb47c0d077..659863e1d44 100644 --- a/service/glue/CHANGELOG.md +++ b/service/glue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.92.0 (2024-08-07) + +* **Feature**: Introducing AWS Glue Data Quality anomaly detection, a new functionality that uses ML-based solutions to detect data anomalies users have not explicitly defined rules for. + # v1.91.0 (2024-07-10.2) * **Feature**: Add recipe step support for recipe node diff --git a/service/glue/go_module_metadata.go b/service/glue/go_module_metadata.go index 2b78fe6ccac..616fa41fd5d 100644 --- a/service/glue/go_module_metadata.go +++ b/service/glue/go_module_metadata.go @@ -3,4 +3,4 @@ package glue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.91.0" +const goModuleVersion = "1.92.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 7f845ab0ce1..c3ed9e5b84a 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -46,7 +46,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/firehose v1.32.0 github.com/aws/aws-sdk-go-v2/service/gamelift v1.33.3 github.com/aws/aws-sdk-go-v2/service/glacier v1.24.3 - github.com/aws/aws-sdk-go-v2/service/glue v1.91.0 + github.com/aws/aws-sdk-go-v2/service/glue v1.92.0 github.com/aws/aws-sdk-go-v2/service/health v1.26.3 github.com/aws/aws-sdk-go-v2/service/iam v1.34.3 github.com/aws/aws-sdk-go-v2/service/inspector v1.23.3