diff --git a/.changelog/3672fdf11c2743989e7254ad1c2e8cba.json b/.changelog/3672fdf11c2743989e7254ad1c2e8cba.json deleted file mode 100644 index 9455e9af856..00000000000 --- a/.changelog/3672fdf11c2743989e7254ad1c2e8cba.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "3672fdf1-1c27-4398-9e72-54ad1c2e8cba", - "type": "feature", - "description": "This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs.", - "modules": [ - "service/bedrockagentruntime" - ] -} \ No newline at end of file diff --git a/.changelog/61adf37e7fdf4e4baf712c269039ce53.json b/.changelog/61adf37e7fdf4e4baf712c269039ce53.json deleted file mode 100644 index 4f4b79ad021..00000000000 --- a/.changelog/61adf37e7fdf4e4baf712c269039ce53.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "61adf37e-7fdf-4e4b-af71-2c269039ce53", - "type": "feature", - "description": "Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load", - "modules": [ - "service/elasticache" - ] -} \ No newline at end of file diff --git a/.changelog/6735ddeb23174bc89b4bc0468320bde6.json b/.changelog/6735ddeb23174bc89b4bc0468320bde6.json deleted file mode 100644 index 4ce1cf67637..00000000000 --- a/.changelog/6735ddeb23174bc89b4bc0468320bde6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6735ddeb-2317-4bc8-9b4b-c0468320bde6", - "type": "feature", - "description": "This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS", - "modules": [ - "service/batch" - ] -} \ No newline at end of file diff --git a/.changelog/ad5f3bb92e1a4d26971394acd6257b6f.json b/.changelog/ad5f3bb92e1a4d26971394acd6257b6f.json deleted file mode 100644 index eadf8f81135..00000000000 --- a/.changelog/ad5f3bb92e1a4d26971394acd6257b6f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ad5f3bb9-2e1a-4d26-9713-94acd6257b6f", - "type": "feature", - "description": "This changes introduces metadata documents statistics and also updates the documentation for bedrock agent.", - "modules": [ - "service/bedrockagent" - ] -} \ No newline at end of file diff --git a/.changelog/b10e52f2e872402f88d66c0c778b373e.json b/.changelog/b10e52f2e872402f88d66c0c778b373e.json deleted file mode 100644 index 136970dd821..00000000000 --- a/.changelog/b10e52f2e872402f88d66c0c778b373e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b10e52f2-e872-402f-88d6-6c0c778b373e", - "type": "documentation", - "description": "Documentation updates for Secrets Manager", - "modules": [ - "service/secretsmanager" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 59dc4c70442..989f96d693e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Release (2024-03-27) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/batch`: [v1.36.0](service/batch/CHANGELOG.md#v1360-2024-03-27) + * **Feature**: This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS +* `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.5.0](service/bedrockagent/CHANGELOG.md#v150-2024-03-27) + * **Feature**: This changes introduces metadata documents statistics and also updates the documentation for bedrock agent. +* `github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime`: [v1.6.0](service/bedrockagentruntime/CHANGELOG.md#v160-2024-03-27) + * **Feature**: This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs. +* `github.com/aws/aws-sdk-go-v2/service/elasticache`: [v1.38.0](service/elasticache/CHANGELOG.md#v1380-2024-03-27) + * **Feature**: Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load +* `github.com/aws/aws-sdk-go-v2/service/secretsmanager`: [v1.28.5](service/secretsmanager/CHANGELOG.md#v1285-2024-03-27) + * **Documentation**: Documentation updates for Secrets Manager + # Release (2024-03-26) ## Module Highlights diff --git a/service/batch/CHANGELOG.md b/service/batch/CHANGELOG.md index f7d259c136a..b7c65433136 100644 --- a/service/batch/CHANGELOG.md +++ b/service/batch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.0 (2024-03-27) + +* **Feature**: This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS + # v1.35.1 (2024-03-18) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/batch/go_module_metadata.go b/service/batch/go_module_metadata.go index 698da9c9a54..7db18b34492 100644 --- a/service/batch/go_module_metadata.go +++ b/service/batch/go_module_metadata.go @@ -3,4 +3,4 @@ package batch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.35.1" +const goModuleVersion = "1.36.0" diff --git a/service/bedrockagent/CHANGELOG.md b/service/bedrockagent/CHANGELOG.md index 78ddcf87276..4d5b9491b20 100644 --- a/service/bedrockagent/CHANGELOG.md +++ b/service/bedrockagent/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.0 (2024-03-27) + +* **Feature**: This changes introduces metadata documents statistics and also updates the documentation for bedrock agent. + # v1.4.3 (2024-03-18) * **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 b1dd9780ad1..dcffc64b303 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.4.3" +const goModuleVersion = "1.5.0" diff --git a/service/bedrockagentruntime/CHANGELOG.md b/service/bedrockagentruntime/CHANGELOG.md index 6b1aa3add2e..634cadcd9ff 100644 --- a/service/bedrockagentruntime/CHANGELOG.md +++ b/service/bedrockagentruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.0 (2024-03-27) + +* **Feature**: This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs. + # v1.5.0 (2024-03-26) * **Feature**: This release adds support to customize prompts sent through the RetrieveAndGenerate API in Agents for Amazon Bedrock. diff --git a/service/bedrockagentruntime/go_module_metadata.go b/service/bedrockagentruntime/go_module_metadata.go index f5232f3f4eb..499e6fa51eb 100644 --- a/service/bedrockagentruntime/go_module_metadata.go +++ b/service/bedrockagentruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockagentruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.5.0" +const goModuleVersion = "1.6.0" diff --git a/service/elasticache/CHANGELOG.md b/service/elasticache/CHANGELOG.md index d582d1a675a..93ad303ebdd 100644 --- a/service/elasticache/CHANGELOG.md +++ b/service/elasticache/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.0 (2024-03-27) + +* **Feature**: Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load + # v1.37.4 (2024-03-18) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticache/go_module_metadata.go b/service/elasticache/go_module_metadata.go index 5b344ad3922..e3f02e2bd28 100644 --- a/service/elasticache/go_module_metadata.go +++ b/service/elasticache/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticache // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.37.4" +const goModuleVersion = "1.38.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 73d5901a436..4a930dabb80 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -11,7 +11,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/appstream v1.34.3 github.com/aws/aws-sdk-go-v2/service/athena v1.40.3 github.com/aws/aws-sdk-go-v2/service/autoscaling v1.40.4 - github.com/aws/aws-sdk-go-v2/service/batch v1.35.1 + github.com/aws/aws-sdk-go-v2/service/batch v1.36.0 github.com/aws/aws-sdk-go-v2/service/cloudformation v1.48.0 github.com/aws/aws-sdk-go-v2/service/cloudfront v1.35.3 github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.21.3 @@ -36,7 +36,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/ecr v1.27.3 github.com/aws/aws-sdk-go-v2/service/ecs v1.41.5 github.com/aws/aws-sdk-go-v2/service/efs v1.28.3 - github.com/aws/aws-sdk-go-v2/service/elasticache v1.37.4 + github.com/aws/aws-sdk-go-v2/service/elasticache v1.38.0 github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.23.3 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.24.3 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.30.4 @@ -69,7 +69,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/route53resolver v1.27.3 github.com/aws/aws-sdk-go-v2/service/s3 v1.53.0 github.com/aws/aws-sdk-go-v2/service/s3control v1.44.3 - github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.28.4 + github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.28.5 github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.28.3 github.com/aws/aws-sdk-go-v2/service/ses v1.22.3 github.com/aws/aws-sdk-go-v2/service/sfn v1.26.3 diff --git a/service/mediaconvert/CHANGELOG.md b/service/mediaconvert/CHANGELOG.md index 952f85d6da0..e76da35b005 100644 --- a/service/mediaconvert/CHANGELOG.md +++ b/service/mediaconvert/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.52.4 (2024-03-27) + +* No change notes available for this release. + # v1.52.3 (2024-03-18) * **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 1db32fb9597..705d702b9ec 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.52.3" +const goModuleVersion = "1.52.4" diff --git a/service/medialive/CHANGELOG.md b/service/medialive/CHANGELOG.md index 4abbcdc9693..331b91d8d99 100644 --- a/service/medialive/CHANGELOG.md +++ b/service/medialive/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.49.1 (2024-03-27) + +* No change notes available for this release. + # v1.49.0 (2024-03-25) * **Feature**: Exposing TileMedia H265 options diff --git a/service/medialive/go_module_metadata.go b/service/medialive/go_module_metadata.go index e7a0ff0c5d0..59063f5b5c6 100644 --- a/service/medialive/go_module_metadata.go +++ b/service/medialive/go_module_metadata.go @@ -3,4 +3,4 @@ package medialive // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.49.0" +const goModuleVersion = "1.49.1" diff --git a/service/secretsmanager/CHANGELOG.md b/service/secretsmanager/CHANGELOG.md index ff35a76361c..33fe874b9b2 100644 --- a/service/secretsmanager/CHANGELOG.md +++ b/service/secretsmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.5 (2024-03-27) + +* **Documentation**: Documentation updates for Secrets Manager + # v1.28.4 (2024-03-18) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/secretsmanager/go_module_metadata.go b/service/secretsmanager/go_module_metadata.go index fb0c1009232..c543adfad3b 100644 --- a/service/secretsmanager/go_module_metadata.go +++ b/service/secretsmanager/go_module_metadata.go @@ -3,4 +3,4 @@ package secretsmanager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.4" +const goModuleVersion = "1.28.5"