From eb96051d5b9f85e74e8371384b3d8e8e0d7370cf Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Fri, 1 Nov 2024 18:26:55 +0000 Subject: [PATCH] Release 2024-11-01 --- .changelog/0790da34336941248b6dfe534128c706.json | 8 -------- .changelog/5aa88137279f4ff0a6e06078941cde89.json | 8 -------- .changelog/7a29a2ddd020438c83027067f3a6846f.json | 8 -------- .changelog/89c5bee88806411e9394da44776b6ba6.json | 8 -------- .changelog/f2df419d89d44856b08d3e5afb013b83.json | 12 ------------ CHANGELOG.md | 10 ++++++++++ feature/dynamodbstreams/attributevalue/CHANGELOG.md | 4 ++++ .../attributevalue/go_module_metadata.go | 2 +- service/bedrockagent/CHANGELOG.md | 4 ++++ service/bedrockagent/go_module_metadata.go | 2 +- service/docdbelastic/CHANGELOG.md | 4 ++++ service/docdbelastic/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 2 +- service/rekognition/CHANGELOG.md | 4 ++++ service/rekognition/go_module_metadata.go | 2 +- service/taxsettings/CHANGELOG.md | 4 ++++ service/taxsettings/go_module_metadata.go | 2 +- 17 files changed, 36 insertions(+), 50 deletions(-) delete mode 100644 .changelog/0790da34336941248b6dfe534128c706.json delete mode 100644 .changelog/5aa88137279f4ff0a6e06078941cde89.json delete mode 100644 .changelog/7a29a2ddd020438c83027067f3a6846f.json delete mode 100644 .changelog/89c5bee88806411e9394da44776b6ba6.json delete mode 100644 .changelog/f2df419d89d44856b08d3e5afb013b83.json diff --git a/.changelog/0790da34336941248b6dfe534128c706.json b/.changelog/0790da34336941248b6dfe534128c706.json deleted file mode 100644 index 91ccc7c399d..00000000000 --- a/.changelog/0790da34336941248b6dfe534128c706.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "0790da34-3369-4124-8b6d-fe534128c706", - "type": "feature", - "description": "Amazon Bedrock Knowledge Bases now supports using application inference profiles to increase throughput and improve resilience.", - "modules": [ - "service/bedrockagent" - ] -} \ No newline at end of file diff --git a/.changelog/5aa88137279f4ff0a6e06078941cde89.json b/.changelog/5aa88137279f4ff0a6e06078941cde89.json deleted file mode 100644 index 56c616991a6..00000000000 --- a/.changelog/5aa88137279f4ff0a6e06078941cde89.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "5aa88137-279f-4ff0-a6e0-6078941cde89", - "type": "feature", - "description": "This release introduces an improvement in PutLogEvents", - "modules": [ - "service/cloudwatchlogs" - ] -} \ No newline at end of file diff --git a/.changelog/7a29a2ddd020438c83027067f3a6846f.json b/.changelog/7a29a2ddd020438c83027067f3a6846f.json deleted file mode 100644 index 82c1e205cba..00000000000 --- a/.changelog/7a29a2ddd020438c83027067f3a6846f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "7a29a2dd-d020-438c-8302-7067f3a6846f", - "type": "feature", - "description": "Amazon DocumentDB Elastic Clusters adds support for pending maintenance actions feature with APIs GetPendingMaintenanceAction, ListPendingMaintenanceActions and ApplyPendingMaintenanceAction", - "modules": [ - "service/docdbelastic" - ] -} \ No newline at end of file diff --git a/.changelog/89c5bee88806411e9394da44776b6ba6.json b/.changelog/89c5bee88806411e9394da44776b6ba6.json deleted file mode 100644 index 20c7acf5c25..00000000000 --- a/.changelog/89c5bee88806411e9394da44776b6ba6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "89c5bee8-8806-411e-9394-da44776b6ba6", - "type": "feature", - "description": "Add support for supplemental tax registrations via these new APIs: PutSupplementalTaxRegistration, ListSupplementalTaxRegistrations, and DeleteSupplementalTaxRegistration.", - "modules": [ - "service/taxsettings" - ] -} \ No newline at end of file diff --git a/.changelog/f2df419d89d44856b08d3e5afb013b83.json b/.changelog/f2df419d89d44856b08d3e5afb013b83.json deleted file mode 100644 index 35b8f658b91..00000000000 --- a/.changelog/f2df419d89d44856b08d3e5afb013b83.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "id": "f2df419d-89d4-4856-b08d-3e5afb013b83", - "type": "dependency", - "description": "Update Smithy to 1.52.1 and update tests", - "modules": [ - "internal/protocoltest/awsrestjson", - "internal/protocoltest/jsonrpc", - "internal/protocoltest/jsonrpc10", - "internal/protocoltest/restxml", - "internal/protocoltest/smithyrpcv2cbor" - ] -} diff --git a/CHANGELOG.md b/CHANGELOG.md index b95a39be294..6b6845917cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2024-11-01) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.26.0](service/bedrockagent/CHANGELOG.md#v1260-2024-11-01) + * **Feature**: Amazon Bedrock Knowledge Bases now supports using application inference profiles to increase throughput and improve resilience. +* `github.com/aws/aws-sdk-go-v2/service/docdbelastic`: [v1.14.0](service/docdbelastic/CHANGELOG.md#v1140-2024-11-01) + * **Feature**: Amazon DocumentDB Elastic Clusters adds support for pending maintenance actions feature with APIs GetPendingMaintenanceAction, ListPendingMaintenanceActions and ApplyPendingMaintenanceAction +* `github.com/aws/aws-sdk-go-v2/service/taxsettings`: [v1.6.0](service/taxsettings/CHANGELOG.md#v160-2024-11-01) + * **Feature**: Add support for supplemental tax registrations via these new APIs: PutSupplementalTaxRegistration, ListSupplementalTaxRegistrations, and DeleteSupplementalTaxRegistration. + # Release (2024-10-31) ## Module Highlights diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 7a967e361b5..942f105b3c6 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.48 (2024-11-01) + +* No change notes available for this release. + # v1.14.47 (2024-10-31) * 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 04358c081d7..52407fd74d9 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.15.13" +const goModuleVersion = "1.14.48" diff --git a/service/bedrockagent/CHANGELOG.md b/service/bedrockagent/CHANGELOG.md index e83c0701f88..0f466d97b83 100644 --- a/service/bedrockagent/CHANGELOG.md +++ b/service/bedrockagent/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.0 (2024-11-01) + +* **Feature**: Amazon Bedrock Knowledge Bases now supports using application inference profiles to increase throughput and improve resilience. + # v1.25.1 (2024-10-28) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/bedrockagent/go_module_metadata.go b/service/bedrockagent/go_module_metadata.go index 3c3ea609550..212bd36fbc5 100644 --- a/service/bedrockagent/go_module_metadata.go +++ b/service/bedrockagent/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockagent // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.1" +const goModuleVersion = "1.26.0" diff --git a/service/docdbelastic/CHANGELOG.md b/service/docdbelastic/CHANGELOG.md index 8d91a210a73..1cbfb0e9122 100644 --- a/service/docdbelastic/CHANGELOG.md +++ b/service/docdbelastic/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.0 (2024-11-01) + +* **Feature**: Amazon DocumentDB Elastic Clusters adds support for pending maintenance actions feature with APIs GetPendingMaintenanceAction, ListPendingMaintenanceActions and ApplyPendingMaintenanceAction + # v1.13.3 (2024-10-28) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/docdbelastic/go_module_metadata.go b/service/docdbelastic/go_module_metadata.go index b88618e6525..329d25c10ab 100644 --- a/service/docdbelastic/go_module_metadata.go +++ b/service/docdbelastic/go_module_metadata.go @@ -3,4 +3,4 @@ package docdbelastic // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.3" +const goModuleVersion = "1.14.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index e38eebc7599..5a871a2850d 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -59,7 +59,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/polly v1.45.3 github.com/aws/aws-sdk-go-v2/service/rds v1.89.0 github.com/aws/aws-sdk-go-v2/service/redshift v1.51.0 - github.com/aws/aws-sdk-go-v2/service/rekognition v1.45.3 + github.com/aws/aws-sdk-go-v2/service/rekognition v1.45.4 github.com/aws/aws-sdk-go-v2/service/route53 v1.46.0 github.com/aws/aws-sdk-go-v2/service/route53domains v1.27.3 github.com/aws/aws-sdk-go-v2/service/route53resolver v1.33.1 diff --git a/service/rekognition/CHANGELOG.md b/service/rekognition/CHANGELOG.md index 2cd8c3ef902..9d0fe9a3163 100644 --- a/service/rekognition/CHANGELOG.md +++ b/service/rekognition/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.4 (2024-11-01) + +* No change notes available for this release. + # v1.45.3 (2024-10-28) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rekognition/go_module_metadata.go b/service/rekognition/go_module_metadata.go index cd3bcdacfed..03faefc9c82 100644 --- a/service/rekognition/go_module_metadata.go +++ b/service/rekognition/go_module_metadata.go @@ -3,4 +3,4 @@ package rekognition // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.45.3" +const goModuleVersion = "1.45.4" diff --git a/service/taxsettings/CHANGELOG.md b/service/taxsettings/CHANGELOG.md index 91067bed095..52709c6a384 100644 --- a/service/taxsettings/CHANGELOG.md +++ b/service/taxsettings/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.0 (2024-11-01) + +* **Feature**: Add support for supplemental tax registrations via these new APIs: PutSupplementalTaxRegistration, ListSupplementalTaxRegistrations, and DeleteSupplementalTaxRegistration. + # v1.5.3 (2024-10-28) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/taxsettings/go_module_metadata.go b/service/taxsettings/go_module_metadata.go index c8c29dee29c..32054268270 100644 --- a/service/taxsettings/go_module_metadata.go +++ b/service/taxsettings/go_module_metadata.go @@ -3,4 +3,4 @@ package taxsettings // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.5.3" +const goModuleVersion = "1.6.0"