From 3418b7488a6dda849fa2b314aad7d8a24af435e0 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Tue, 3 Dec 2024 05:51:12 +0000 Subject: [PATCH] Release 2024-12-03 --- .changelog/0b35e0f7825543d7a73bb2a00f51e460.json | 8 -------- .changelog/12faa025f62d466ebdddb0032bc6ba5a.json | 8 -------- .changelog/3b18c5dae00d432fb0c317978c710516.json | 8 -------- CHANGELOG.md | 13 +++++++++++++ example/service/dynamodb/scanItems/go.mod | 4 ++-- example/service/s3/usingPrivateLink/go.mod | 2 +- feature/dynamodb/attributevalue/CHANGELOG.md | 4 ++++ feature/dynamodb/attributevalue/go.mod | 2 +- .../dynamodb/attributevalue/go_module_metadata.go | 2 +- feature/dynamodb/expression/CHANGELOG.md | 4 ++++ feature/dynamodb/expression/go.mod | 4 ++-- feature/dynamodb/expression/go_module_metadata.go | 2 +- feature/dynamodbstreams/attributevalue/CHANGELOG.md | 4 ++++ feature/dynamodbstreams/attributevalue/go.mod | 2 +- .../attributevalue/go_module_metadata.go | 2 +- service/bedrockruntime/CHANGELOG.md | 4 ++++ service/bedrockruntime/go_module_metadata.go | 2 +- service/dynamodbstreams/CHANGELOG.md | 4 ++++ service/dynamodbstreams/go_module_metadata.go | 2 +- service/elasticbeanstalk/CHANGELOG.md | 4 ++++ service/elasticbeanstalk/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 4 ++-- service/s3control/CHANGELOG.md | 4 ++++ service/s3control/go_module_metadata.go | 2 +- service/sagemakermetrics/CHANGELOG.md | 4 ++++ service/sagemakermetrics/go_module_metadata.go | 2 +- service/socialmessaging/CHANGELOG.md | 4 ++++ service/socialmessaging/go_module_metadata.go | 2 +- 28 files changed, 67 insertions(+), 42 deletions(-) delete mode 100644 .changelog/0b35e0f7825543d7a73bb2a00f51e460.json delete mode 100644 .changelog/12faa025f62d466ebdddb0032bc6ba5a.json delete mode 100644 .changelog/3b18c5dae00d432fb0c317978c710516.json diff --git a/.changelog/0b35e0f7825543d7a73bb2a00f51e460.json b/.changelog/0b35e0f7825543d7a73bb2a00f51e460.json deleted file mode 100644 index ea494784ad7..00000000000 --- a/.changelog/0b35e0f7825543d7a73bb2a00f51e460.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "0b35e0f7-8255-43d7-a73b-b2a00f51e460", - "type": "feature", - "description": "Added support for passing role arn corresponding to the supported event destination", - "modules": [ - "service/socialmessaging" - ] -} \ No newline at end of file diff --git a/.changelog/12faa025f62d466ebdddb0032bc6ba5a.json b/.changelog/12faa025f62d466ebdddb0032bc6ba5a.json deleted file mode 100644 index 8e920c936fb..00000000000 --- a/.changelog/12faa025f62d466ebdddb0032bc6ba5a.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "12faa025-f62d-466e-bddd-b0032bc6ba5a", - "type": "feature", - "description": "It allows customers to pass CRC64NVME as a header in S3 Batch Operations copy requests", - "modules": [ - "service/s3control" - ] -} \ No newline at end of file diff --git a/.changelog/3b18c5dae00d432fb0c317978c710516.json b/.changelog/3b18c5dae00d432fb0c317978c710516.json deleted file mode 100644 index c9937d31c12..00000000000 --- a/.changelog/3b18c5dae00d432fb0c317978c710516.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "3b18c5da-e00d-432f-b0c3-17978c710516", - "type": "feature", - "description": "Add an API parameter that allows customers to set performance configuration for invoking a model.", - "modules": [ - "service/bedrockruntime" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b43f493fbf6..493178875a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# Release (2024-12-03) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/bedrockruntime`: [v1.21.0](service/bedrockruntime/CHANGELOG.md#v1210-2024-12-03) + * **Feature**: Add an API parameter that allows customers to set performance configuration for invoking a model. +* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.52.0](service/s3control/CHANGELOG.md#v1520-2024-12-03) + * **Feature**: It allows customers to pass CRC64NVME as a header in S3 Batch Operations copy requests +* `github.com/aws/aws-sdk-go-v2/service/socialmessaging`: [v1.1.0](service/socialmessaging/CHANGELOG.md#v110-2024-12-03) + * **Feature**: Added support for passing role arn corresponding to the supported event destination + # Release (2024-12-02) ## General Highlights diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index 0a19670ee75..93a2bafa3a7 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.32.6 github.com/aws/aws-sdk-go-v2/config v1.28.6 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.18 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.19 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.37.2 ) @@ -15,7 +15,7 @@ require ( github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.7 // indirect + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.8 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.6 // indirect github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index 1752712d62f..a73f927d5b9 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -6,7 +6,7 @@ require ( github.com/aws/aws-sdk-go-v2 v1.32.6 github.com/aws/aws-sdk-go-v2/config v1.28.6 github.com/aws/aws-sdk-go-v2/service/s3 v1.70.0 - github.com/aws/aws-sdk-go-v2/service/s3control v1.51.0 + github.com/aws/aws-sdk-go-v2/service/s3control v1.52.0 ) require ( diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index fa491986724..746056d8654 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.19 (2024-12-03) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.18 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/attributevalue/go.mod b/feature/dynamodb/attributevalue/go.mod index 9792936210e..0f75a537601 100644 --- a/feature/dynamodb/attributevalue/go.mod +++ b/feature/dynamodb/attributevalue/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.32.6 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.37.2 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.7 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.8 ) require github.com/aws/smithy-go v1.22.1 // indirect diff --git a/feature/dynamodb/attributevalue/go_module_metadata.go b/feature/dynamodb/attributevalue/go_module_metadata.go index 8c457fbdff9..299887fc859 100644 --- a/feature/dynamodb/attributevalue/go_module_metadata.go +++ b/feature/dynamodb/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.18" +const goModuleVersion = "1.15.19" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index 8ea3aa47c79..7a3078c4fc2 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.54 (2024-12-03) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.53 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/expression/go.mod b/feature/dynamodb/expression/go.mod index 46f69098386..7f32137af7a 100644 --- a/feature/dynamodb/expression/go.mod +++ b/feature/dynamodb/expression/go.mod @@ -4,14 +4,14 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.18 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.19 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.37.2 ) require ( github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.7 // indirect + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.8 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.6 // indirect github.com/aws/smithy-go v1.22.1 // indirect diff --git a/feature/dynamodb/expression/go_module_metadata.go b/feature/dynamodb/expression/go_module_metadata.go index 00916058b53..dbd2c84e31f 100644 --- a/feature/dynamodb/expression/go_module_metadata.go +++ b/feature/dynamodb/expression/go_module_metadata.go @@ -3,4 +3,4 @@ package expression // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.53" +const goModuleVersion = "1.7.54" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index cbe0ba6fc9a..8bb83f8576b 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.54 (2024-12-03) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.53 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodbstreams/attributevalue/go.mod b/feature/dynamodbstreams/attributevalue/go.mod index 553c53bd12a..9fb269a0acb 100644 --- a/feature/dynamodbstreams/attributevalue/go.mod +++ b/feature/dynamodbstreams/attributevalue/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.32.6 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.37.2 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.7 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.8 ) require github.com/aws/smithy-go v1.22.1 // indirect diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index abc11763657..84930e9856d 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.53" +const goModuleVersion = "1.14.54" diff --git a/service/bedrockruntime/CHANGELOG.md b/service/bedrockruntime/CHANGELOG.md index 1268ed81a2b..2c2480b1434 100644 --- a/service/bedrockruntime/CHANGELOG.md +++ b/service/bedrockruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.0 (2024-12-03) + +* **Feature**: Add an API parameter that allows customers to set performance configuration for invoking a model. + # v1.20.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/bedrockruntime/go_module_metadata.go b/service/bedrockruntime/go_module_metadata.go index 3f6d79583d3..7738c38c03b 100644 --- a/service/bedrockruntime/go_module_metadata.go +++ b/service/bedrockruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.2" +const goModuleVersion = "1.21.0" diff --git a/service/dynamodbstreams/CHANGELOG.md b/service/dynamodbstreams/CHANGELOG.md index 3c6b694a60b..7fab37d14ff 100644 --- a/service/dynamodbstreams/CHANGELOG.md +++ b/service/dynamodbstreams/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-12-03) + +* No change notes available for this release. + # v1.24.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dynamodbstreams/go_module_metadata.go b/service/dynamodbstreams/go_module_metadata.go index 7c74116abf1..2e698b2fcae 100644 --- a/service/dynamodbstreams/go_module_metadata.go +++ b/service/dynamodbstreams/go_module_metadata.go @@ -3,4 +3,4 @@ package dynamodbstreams // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.7" +const goModuleVersion = "1.24.8" diff --git a/service/elasticbeanstalk/CHANGELOG.md b/service/elasticbeanstalk/CHANGELOG.md index 0bdefcbc75a..22e72bfe12b 100644 --- a/service/elasticbeanstalk/CHANGELOG.md +++ b/service/elasticbeanstalk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.7 (2024-12-03) + +* No change notes available for this release. + # v1.28.6 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticbeanstalk/go_module_metadata.go b/service/elasticbeanstalk/go_module_metadata.go index 0618c024780..47673e09377 100644 --- a/service/elasticbeanstalk/go_module_metadata.go +++ b/service/elasticbeanstalk/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticbeanstalk // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.6" +const goModuleVersion = "1.28.7" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 37d01f3dbb3..a6d32aaa9bb 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -34,7 +34,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/ecs v1.52.1 github.com/aws/aws-sdk-go-v2/service/efs v1.34.1 github.com/aws/aws-sdk-go-v2/service/elasticache v1.44.1 - github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.28.6 + github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.28.7 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.28.6 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.43.1 github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.32.7 @@ -63,7 +63,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/route53domains v1.27.7 github.com/aws/aws-sdk-go-v2/service/route53resolver v1.34.2 github.com/aws/aws-sdk-go-v2/service/s3 v1.70.0 - github.com/aws/aws-sdk-go-v2/service/s3control v1.51.0 + github.com/aws/aws-sdk-go-v2/service/s3control v1.52.0 github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.7 github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.32.7 github.com/aws/aws-sdk-go-v2/service/ses v1.29.1 diff --git a/service/s3control/CHANGELOG.md b/service/s3control/CHANGELOG.md index ada51b9e4e3..5d334989f07 100644 --- a/service/s3control/CHANGELOG.md +++ b/service/s3control/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.52.0 (2024-12-03) + +* **Feature**: It allows customers to pass CRC64NVME as a header in S3 Batch Operations copy requests + # v1.51.0 (2024-12-02) * **Feature**: Amazon S3 introduces support for AWS Dedicated Local Zones diff --git a/service/s3control/go_module_metadata.go b/service/s3control/go_module_metadata.go index 21dde6232b0..726269d9233 100644 --- a/service/s3control/go_module_metadata.go +++ b/service/s3control/go_module_metadata.go @@ -3,4 +3,4 @@ package s3control // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.51.0" +const goModuleVersion = "1.52.0" diff --git a/service/sagemakermetrics/CHANGELOG.md b/service/sagemakermetrics/CHANGELOG.md index e4c96bd142d..08425b81857 100644 --- a/service/sagemakermetrics/CHANGELOG.md +++ b/service/sagemakermetrics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.7 (2024-12-03) + +* No change notes available for this release. + # v1.12.6 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakermetrics/go_module_metadata.go b/service/sagemakermetrics/go_module_metadata.go index 970d6999bfe..42a8694b848 100644 --- a/service/sagemakermetrics/go_module_metadata.go +++ b/service/sagemakermetrics/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemakermetrics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.6" +const goModuleVersion = "1.12.7" diff --git a/service/socialmessaging/CHANGELOG.md b/service/socialmessaging/CHANGELOG.md index cb8fa2f3382..533cb6e76a8 100644 --- a/service/socialmessaging/CHANGELOG.md +++ b/service/socialmessaging/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.0 (2024-12-03) + +* **Feature**: Added support for passing role arn corresponding to the supported event destination + # v1.0.5 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/socialmessaging/go_module_metadata.go b/service/socialmessaging/go_module_metadata.go index 4310baad898..e56a8783809 100644 --- a/service/socialmessaging/go_module_metadata.go +++ b/service/socialmessaging/go_module_metadata.go @@ -3,4 +3,4 @@ package socialmessaging // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.5" +const goModuleVersion = "1.1.0"