diff --git a/.changelog/4f1a5df097014c589a7be6825b3a6029.json b/.changelog/4f1a5df097014c589a7be6825b3a6029.json deleted file mode 100644 index 5f29b54a29f..00000000000 --- a/.changelog/4f1a5df097014c589a7be6825b3a6029.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "4f1a5df0-9701-4c58-9a7b-e6825b3a6029", - "type": "feature", - "description": "Minor fix to ARN validation for Lambda functions passed to S3 Batch Operations", - "modules": [ - "service/s3control" - ] -} \ No newline at end of file diff --git a/.changelog/b90d9bffe85c42a398b8ca228dbe071b.json b/.changelog/b90d9bffe85c42a398b8ca228dbe071b.json deleted file mode 100644 index d6311d3fdee..00000000000 --- a/.changelog/b90d9bffe85c42a398b8ca228dbe071b.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b90d9bff-e85c-42a3-98b8-ca228dbe071b", - "type": "feature", - "description": "Raised the documentParameters size limit to 30 KB for AWS IoT Device Management - Jobs.", - "modules": [ - "service/iot" - ] -} \ No newline at end of file diff --git a/.changelog/c4b5f0b9224b470ba8dc2ebc34a90ed0.json b/.changelog/c4b5f0b9224b470ba8dc2ebc34a90ed0.json deleted file mode 100644 index 40b20fac233..00000000000 --- a/.changelog/c4b5f0b9224b470ba8dc2ebc34a90ed0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "c4b5f0b9-224b-470b-a8dc-2ebc34a90ed0", - "type": "feature", - "description": "This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes.", - "modules": [ - "service/mediaconvert" - ] -} \ No newline at end of file diff --git a/.changelog/f752ec028d0941838308933593f5016e.json b/.changelog/f752ec028d0941838308933593f5016e.json deleted file mode 100644 index b7533491c24..00000000000 --- a/.changelog/f752ec028d0941838308933593f5016e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "f752ec02-8d09-4183-8308-933593f5016e", - "type": "feature", - "description": "Add support for the prompt caching feature for Bedrock Prompt Management", - "modules": [ - "service/bedrockagent" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 363c2857d01..97308f0c8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2025-01-27) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.34.0](service/bedrockagent/CHANGELOG.md#v1340-2025-01-27) + * **Feature**: Add support for the prompt caching feature for Bedrock Prompt Management +* `github.com/aws/aws-sdk-go-v2/service/mediaconvert`: [v1.66.0](service/mediaconvert/CHANGELOG.md#v1660-2025-01-27) + * **Feature**: This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes. +* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.53.0](service/s3control/CHANGELOG.md#v1530-2025-01-27) + * **Feature**: Minor fix to ARN validation for Lambda functions passed to S3 Batch Operations + # Release (2025-01-24) ## General Highlights diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index 9f8014f1aad..abc98a95ae9 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.34.0 github.com/aws/aws-sdk-go-v2/config v1.29.2 github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1 - github.com/aws/aws-sdk-go-v2/service/s3control v1.52.7 + github.com/aws/aws-sdk-go-v2/service/s3control v1.53.0 ) require ( diff --git a/service/bedrockagent/CHANGELOG.md b/service/bedrockagent/CHANGELOG.md index 52d579ad071..9ae27a4fb5c 100644 --- a/service/bedrockagent/CHANGELOG.md +++ b/service/bedrockagent/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.0 (2025-01-27) + +* **Feature**: Add support for the prompt caching feature for Bedrock Prompt Management + # v1.33.4 (2025-01-24) * **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 a4de0b08cf2..d458b1d0e13 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.33.4" +const goModuleVersion = "1.34.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index fd6480afa06..2c61a42411a 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -63,7 +63,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/route53domains v1.28.6 github.com/aws/aws-sdk-go-v2/service/route53resolver v1.34.9 github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1 - github.com/aws/aws-sdk-go-v2/service/s3control v1.52.7 + github.com/aws/aws-sdk-go-v2/service/s3control v1.53.0 github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.14 github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.32.12 github.com/aws/aws-sdk-go-v2/service/ses v1.29.7 diff --git a/service/mediaconvert/CHANGELOG.md b/service/mediaconvert/CHANGELOG.md index dbf35b54e5a..a62276f5088 100644 --- a/service/mediaconvert/CHANGELOG.md +++ b/service/mediaconvert/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.66.0 (2025-01-27) + +* **Feature**: This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes. + # v1.65.4 (2025-01-24) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediaconvert/go_module_metadata.go b/service/mediaconvert/go_module_metadata.go index 5f6b7a6382c..10a83ae3579 100644 --- a/service/mediaconvert/go_module_metadata.go +++ b/service/mediaconvert/go_module_metadata.go @@ -3,4 +3,4 @@ package mediaconvert // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.65.4" +const goModuleVersion = "1.66.0" diff --git a/service/s3control/CHANGELOG.md b/service/s3control/CHANGELOG.md index 727e2f32ce9..a7a018ad147 100644 --- a/service/s3control/CHANGELOG.md +++ b/service/s3control/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.53.0 (2025-01-27) + +* **Feature**: Minor fix to ARN validation for Lambda functions passed to S3 Batch Operations + # v1.52.7 (2025-01-24) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3control/go_module_metadata.go b/service/s3control/go_module_metadata.go index 0e6784379ca..27d4cdffe67 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.52.7" +const goModuleVersion = "1.53.0" diff --git a/service/synthetics/CHANGELOG.md b/service/synthetics/CHANGELOG.md index 559855ef3d9..21d210f3656 100644 --- a/service/synthetics/CHANGELOG.md +++ b/service/synthetics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.9 (2025-01-27) + +* No change notes available for this release. + # v1.31.8 (2025-01-24) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/synthetics/go_module_metadata.go b/service/synthetics/go_module_metadata.go index 19ee9ad7998..3821a5c5517 100644 --- a/service/synthetics/go_module_metadata.go +++ b/service/synthetics/go_module_metadata.go @@ -3,4 +3,4 @@ package synthetics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.8" +const goModuleVersion = "1.31.9"