diff --git a/.changelog/27cb809a8442497f985f3058a1bf55f0.json b/.changelog/27cb809a8442497f985f3058a1bf55f0.json deleted file mode 100644 index 94c74cf2877..00000000000 --- a/.changelog/27cb809a8442497f985f3058a1bf55f0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "27cb809a-8442-497f-985f-3058a1bf55f0", - "type": "feature", - "description": "Mark service/nimble as deprecated. This service is no longer available for use. See https://aws.amazon.com/nimble-studio/faqs/.", - "modules": [ - "service/nimble" - ] -} \ No newline at end of file diff --git a/.changelog/5702f383099a47a5860f5ab25cda67a1.json b/.changelog/5702f383099a47a5860f5ab25cda67a1.json deleted file mode 100644 index 8b452bf4490..00000000000 --- a/.changelog/5702f383099a47a5860f5ab25cda67a1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "5702f383-099a-47a5-860f-5ab25cda67a1", - "type": "bugfix", - "description": "Update presign post URL resolution to use the exact result from EndpointResolverV2", - "modules": [ - "service/s3" - ] -} \ No newline at end of file diff --git a/.changelog/7ebb81903b724db8ba097b92ed5d5006.json b/.changelog/7ebb81903b724db8ba097b92ed5d5006.json deleted file mode 100644 index 0cf7aa676ec..00000000000 --- a/.changelog/7ebb81903b724db8ba097b92ed5d5006.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "7ebb8190-3b72-4db8-ba09-7b92ed5d5006", - "type": "feature", - "description": "Adding inferred token name for dynamic tokens in Anomalies.", - "modules": [ - "service/cloudwatchlogs" - ] -} \ No newline at end of file diff --git a/.changelog/d3294fd418624660881b97ced3532c49.json b/.changelog/d3294fd418624660881b97ced3532c49.json deleted file mode 100644 index 42505dba6b3..00000000000 --- a/.changelog/d3294fd418624660881b97ced3532c49.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d3294fd4-1862-4660-881b-97ced3532c49", - "type": "feature", - "description": "Add support of new model types for Bedrock Agents, Adding inference profile support for Flows and Prompt Management, Adding new field to configure additional inference configurations for Flows and Prompt Management", - "modules": [ - "service/bedrockagent" - ] -} \ No newline at end of file diff --git a/.changelog/dc2a927cd9994c76b2a38a90f1511fb3.json b/.changelog/dc2a927cd9994c76b2a38a90f1511fb3.json deleted file mode 100644 index 977aaf22aa4..00000000000 --- a/.changelog/dc2a927cd9994c76b2a38a90f1511fb3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "dc2a927c-d999-4c76-b2a3-8a90f1511fb3", - "type": "feature", - "description": "AWS CodeBuild now supports automatically retrying failed builds", - "modules": [ - "service/codebuild" - ] -} \ No newline at end of file diff --git a/.changelog/e071abd094cc43e99f3941b4c6dc9ba8.json b/.changelog/e071abd094cc43e99f3941b4c6dc9ba8.json deleted file mode 100644 index 80f3aa7fe6e..00000000000 --- a/.changelog/e071abd094cc43e99f3941b4c6dc9ba8.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e071abd0-94cc-43e9-9f39-41b4c6dc9ba8", - "type": "feature", - "description": "Add TagsError field in Lambda GetFunctionResponse. The TagsError field contains details related to errors retrieving tags.", - "modules": [ - "service/lambda" - ] -} \ No newline at end of file diff --git a/.changelog/f2ad1ab93532422ab86817d8be4ec645.json b/.changelog/f2ad1ab93532422ab86817d8be4ec645.json deleted file mode 100644 index 0143a1c8fb5..00000000000 --- a/.changelog/f2ad1ab93532422ab86817d8be4ec645.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "f2ad1ab9-3532-422a-b868-17d8be4ec645", - "type": "feature", - "description": "API doc updates, and also support showing error message on a failed instance", - "modules": [ - "service/supplychain" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b8333dcb11..bec56ccede8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# Release (2024-10-25) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.25.0](service/bedrockagent/CHANGELOG.md#v1250-2024-10-25) + * **Feature**: Add support of new model types for Bedrock Agents, Adding inference profile support for Flows and Prompt Management, Adding new field to configure additional inference configurations for Flows and Prompt Management +* `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs`: [v1.42.0](service/cloudwatchlogs/CHANGELOG.md#v1420-2024-10-25) + * **Feature**: Adding inferred token name for dynamic tokens in Anomalies. +* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.47.0](service/codebuild/CHANGELOG.md#v1470-2024-10-25) + * **Feature**: AWS CodeBuild now supports automatically retrying failed builds +* `github.com/aws/aws-sdk-go-v2/service/lambda`: [v1.64.0](service/lambda/CHANGELOG.md#v1640-2024-10-25) + * **Feature**: Add TagsError field in Lambda GetFunctionResponse. The TagsError field contains details related to errors retrieving tags. +* `github.com/aws/aws-sdk-go-v2/service/nimble`: [v1.29.0](service/nimble/CHANGELOG.md#v1290-2024-10-25) + * **Feature**: Mark service/nimble as deprecated. This service is no longer available for use. See https://aws.amazon.com/nimble-studio/faqs/. +* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.66.1](service/s3/CHANGELOG.md#v1661-2024-10-25) + * **Bug Fix**: Update presign post URL resolution to use the exact result from EndpointResolverV2 +* `github.com/aws/aws-sdk-go-v2/service/supplychain`: [v1.10.0](service/supplychain/CHANGELOG.md#v1100-2024-10-25) + * **Feature**: API doc updates, and also support showing error message on a failed instance + # Release (2024-10-24) ## Module Highlights diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index 90e04c63fac..79f46a1b3bd 100644 --- a/example/service/s3/listObjects/go.mod +++ b/example/service/s3/listObjects/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2/config v1.28.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.66.0 + github.com/aws/aws-sdk-go-v2/service/s3 v1.66.1 ) require ( diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index 37414426706..0b7ae43492d 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.32.2 github.com/aws/aws-sdk-go-v2/config v1.28.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.66.0 + github.com/aws/aws-sdk-go-v2/service/s3 v1.66.1 github.com/aws/aws-sdk-go-v2/service/s3control v1.49.2 ) diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 6b2d8f8fc37..7bb215b6bcd 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.43 (2024-10-25) + +* No change notes available for this release. + # v1.14.42 (2024-10-24) * 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 7a98a199477..63b8da63e8e 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.12" +const goModuleVersion = "1.14.43" diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 986f515ec8b..812e0af13f4 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.34 (2024-10-25) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.33 (2024-10-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index c16e5884cdc..7bd0c0e8c46 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.32.2 github.com/aws/aws-sdk-go-v2/config v1.28.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.66.0 + github.com/aws/aws-sdk-go-v2/service/s3 v1.66.1 github.com/aws/smithy-go v1.22.0 ) diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index c8f49cfc004..ac09f316e34 100644 --- a/feature/s3/manager/go_module_metadata.go +++ b/feature/s3/manager/go_module_metadata.go @@ -3,4 +3,4 @@ package manager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.33" +const goModuleVersion = "1.17.34" diff --git a/service/bedrockagent/CHANGELOG.md b/service/bedrockagent/CHANGELOG.md index a00532b20b8..acfb32c0cc1 100644 --- a/service/bedrockagent/CHANGELOG.md +++ b/service/bedrockagent/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.0 (2024-10-25) + +* **Feature**: Add support of new model types for Bedrock Agents, Adding inference profile support for Flows and Prompt Management, Adding new field to configure additional inference configurations for Flows and Prompt Management + # v1.24.0 (2024-10-17) * **Feature**: Removing support for topK property in PromptModelInferenceConfiguration object, Making PromptTemplateConfiguration property as required, Limiting the maximum PromptVariant to 1 diff --git a/service/bedrockagent/go_module_metadata.go b/service/bedrockagent/go_module_metadata.go index 190eb01b3d4..d5b68d1f8f8 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.24.0" +const goModuleVersion = "1.25.0" diff --git a/service/cloudwatchlogs/CHANGELOG.md b/service/cloudwatchlogs/CHANGELOG.md index 8e86b78a482..f9cddb9d96b 100644 --- a/service/cloudwatchlogs/CHANGELOG.md +++ b/service/cloudwatchlogs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.42.0 (2024-10-25) + +* **Feature**: Adding inferred token name for dynamic tokens in Anomalies. + # v1.41.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatchlogs/go_module_metadata.go b/service/cloudwatchlogs/go_module_metadata.go index 1fcf0bfab7d..970947d0e0b 100644 --- a/service/cloudwatchlogs/go_module_metadata.go +++ b/service/cloudwatchlogs/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudwatchlogs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.41.2" +const goModuleVersion = "1.42.0" diff --git a/service/codebuild/CHANGELOG.md b/service/codebuild/CHANGELOG.md index ecd6cfd04e5..6d348a80e62 100644 --- a/service/codebuild/CHANGELOG.md +++ b/service/codebuild/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.47.0 (2024-10-25) + +* **Feature**: AWS CodeBuild now supports automatically retrying failed builds + # v1.46.0 (2024-10-15) * **Feature**: Enable proxy for reserved capacity fleet. diff --git a/service/codebuild/go_module_metadata.go b/service/codebuild/go_module_metadata.go index 59d0dfe557d..615b8e22b9d 100644 --- a/service/codebuild/go_module_metadata.go +++ b/service/codebuild/go_module_metadata.go @@ -3,4 +3,4 @@ package codebuild // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.46.0" +const goModuleVersion = "1.47.0" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index cdce1ab606a..d0901243a5f 100644 --- a/service/internal/benchmark/go.mod +++ b/service/internal/benchmark/go.mod @@ -7,7 +7,7 @@ require ( github.com/aws/aws-sdk-go-v2 v1.32.2 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.2 github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.24.2 - github.com/aws/aws-sdk-go-v2/service/s3 v1.66.0 + github.com/aws/aws-sdk-go-v2/service/s3 v1.66.1 github.com/aws/aws-sdk-go-v2/service/schemas v1.28.3 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 516c241ecbf..cb0f6a15c95 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest require ( github.com/aws/aws-sdk-go-v2 v1.32.2 github.com/aws/aws-sdk-go-v2/config v1.28.0 - github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.33 + github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.34 github.com/aws/aws-sdk-go-v2/service/acm v1.30.2 github.com/aws/aws-sdk-go-v2/service/apigateway v1.27.2 github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.33.2 @@ -16,7 +16,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.27.3 github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.44.2 github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.42.2 - github.com/aws/aws-sdk-go-v2/service/codebuild v1.46.0 + github.com/aws/aws-sdk-go-v2/service/codebuild v1.47.0 github.com/aws/aws-sdk-go-v2/service/codecommit v1.27.2 github.com/aws/aws-sdk-go-v2/service/codedeploy v1.29.2 github.com/aws/aws-sdk-go-v2/service/codepipeline v1.36.0 @@ -51,7 +51,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/iot v1.59.2 github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.2 github.com/aws/aws-sdk-go-v2/service/kms v1.37.2 - github.com/aws/aws-sdk-go-v2/service/lambda v1.63.2 + github.com/aws/aws-sdk-go-v2/service/lambda v1.64.0 github.com/aws/aws-sdk-go-v2/service/lightsail v1.42.2 github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.24.2 github.com/aws/aws-sdk-go-v2/service/neptune v1.35.2 @@ -63,7 +63,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/route53 v1.45.2 github.com/aws/aws-sdk-go-v2/service/route53domains v1.27.2 github.com/aws/aws-sdk-go-v2/service/route53resolver v1.33.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.66.0 + github.com/aws/aws-sdk-go-v2/service/s3 v1.66.1 github.com/aws/aws-sdk-go-v2/service/s3control v1.49.2 github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.2 github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.32.2 diff --git a/service/lambda/CHANGELOG.md b/service/lambda/CHANGELOG.md index 20e91a16d1a..3615df7b7f2 100644 --- a/service/lambda/CHANGELOG.md +++ b/service/lambda/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.64.0 (2024-10-25) + +* **Feature**: Add TagsError field in Lambda GetFunctionResponse. The TagsError field contains details related to errors retrieving tags. + # v1.63.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lambda/go_module_metadata.go b/service/lambda/go_module_metadata.go index 3db1f2aa257..7a350f72bfe 100644 --- a/service/lambda/go_module_metadata.go +++ b/service/lambda/go_module_metadata.go @@ -3,4 +3,4 @@ package lambda // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.63.2" +const goModuleVersion = "1.64.0" diff --git a/service/mediapackagevod/CHANGELOG.md b/service/mediapackagevod/CHANGELOG.md index 5a3dcddf00b..52186f15f6e 100644 --- a/service/mediapackagevod/CHANGELOG.md +++ b/service/mediapackagevod/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.3 (2024-10-25) + +* No change notes available for this release. + # v1.34.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediapackagevod/go_module_metadata.go b/service/mediapackagevod/go_module_metadata.go index 93264a36aab..56d9e63c545 100644 --- a/service/mediapackagevod/go_module_metadata.go +++ b/service/mediapackagevod/go_module_metadata.go @@ -3,4 +3,4 @@ package mediapackagevod // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.2" +const goModuleVersion = "1.34.3" diff --git a/service/nimble/CHANGELOG.md b/service/nimble/CHANGELOG.md index 14e7f0f5a2f..ff12e2baab5 100644 --- a/service/nimble/CHANGELOG.md +++ b/service/nimble/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.0 (2024-10-25) + +* **Feature**: Mark service/nimble as deprecated. This service is no longer available for use. See https://aws.amazon.com/nimble-studio/faqs/. + # v1.28.3 (2024-10-24) * No change notes available for this release. diff --git a/service/nimble/go_module_metadata.go b/service/nimble/go_module_metadata.go index 31bea2148e5..d0d6f4ddb84 100644 --- a/service/nimble/go_module_metadata.go +++ b/service/nimble/go_module_metadata.go @@ -3,4 +3,4 @@ package nimble // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.3" +const goModuleVersion = "1.29.0" diff --git a/service/redshiftserverless/CHANGELOG.md b/service/redshiftserverless/CHANGELOG.md index f2d90e8e771..6c92939560d 100644 --- a/service/redshiftserverless/CHANGELOG.md +++ b/service/redshiftserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2024-10-25) + +* No change notes available for this release. + # v1.23.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/redshiftserverless/go_module_metadata.go b/service/redshiftserverless/go_module_metadata.go index 71488045c67..7de7d78ad1d 100644 --- a/service/redshiftserverless/go_module_metadata.go +++ b/service/redshiftserverless/go_module_metadata.go @@ -3,4 +3,4 @@ package redshiftserverless // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/s3/CHANGELOG.md b/service/s3/CHANGELOG.md index ee2c4271cdc..f2a11c448c6 100644 --- a/service/s3/CHANGELOG.md +++ b/service/s3/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.66.1 (2024-10-25) + +* **Bug Fix**: Update presign post URL resolution to use the exact result from EndpointResolverV2 + # v1.66.0 (2024-10-16) * **Feature**: Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response. diff --git a/service/s3/go_module_metadata.go b/service/s3/go_module_metadata.go index 3a1881aca92..7eafe989277 100644 --- a/service/s3/go_module_metadata.go +++ b/service/s3/go_module_metadata.go @@ -3,4 +3,4 @@ package s3 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.66.0" +const goModuleVersion = "1.66.1" diff --git a/service/supplychain/CHANGELOG.md b/service/supplychain/CHANGELOG.md index 32f454636d7..a1b246d4f24 100644 --- a/service/supplychain/CHANGELOG.md +++ b/service/supplychain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.0 (2024-10-25) + +* **Feature**: API doc updates, and also support showing error message on a failed instance + # v1.9.0 (2024-10-14) * **Feature**: This release adds AWS Supply Chain instance management functionality. Specifically adding CreateInstance, DeleteInstance, GetInstance, ListInstances, and UpdateInstance APIs. diff --git a/service/supplychain/go_module_metadata.go b/service/supplychain/go_module_metadata.go index b97b2bf9d2b..02d47fa1ef8 100644 --- a/service/supplychain/go_module_metadata.go +++ b/service/supplychain/go_module_metadata.go @@ -3,4 +3,4 @@ package supplychain // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.0" +const goModuleVersion = "1.10.0"