diff --git a/.changelog/3869f40790004a2c9092eca750a92802.json b/.changelog/3869f40790004a2c9092eca750a92802.json deleted file mode 100644 index a28106f604b..00000000000 --- a/.changelog/3869f40790004a2c9092eca750a92802.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "3869f407-9000-4a2c-9092-eca750a92802", - "type": "feature", - "description": "Add support for runtime in GetCoreDevice and ListCoreDevices APIs.", - "modules": [ - "service/greengrassv2" - ] -} \ No newline at end of file diff --git a/.changelog/5aad87745a734936af2180c4132405d4.json b/.changelog/5aad87745a734936af2180c4132405d4.json deleted file mode 100644 index ba7c8497f9f..00000000000 --- a/.changelog/5aad87745a734936af2180c4132405d4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "5aad8774-5a73-4936-af21-80c4132405d4", - "type": "feature", - "description": "This release adds support for Local Zones in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies.", - "modules": [ - "service/dlm" - ] -} \ No newline at end of file diff --git a/.changelog/6f97f04b7e754cdcafb365317c0448c1.json b/.changelog/6f97f04b7e754cdcafb365317c0448c1.json deleted file mode 100644 index c42702d778b..00000000000 --- a/.changelog/6f97f04b7e754cdcafb365317c0448c1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6f97f04b-7e75-4cdc-afb3-65317c0448c1", - "type": "feature", - "description": "This release adds support for the \"MYSQL_CACHING_SHA2_PASSWORD\" enum value for RDS Proxy ClientPasswordAuthType.", - "modules": [ - "service/rds" - ] -} \ No newline at end of file diff --git a/.changelog/79d1dbc224d44587b2ff7dea1e64262e.json b/.changelog/79d1dbc224d44587b2ff7dea1e64262e.json deleted file mode 100644 index 4070f5b931b..00000000000 --- a/.changelog/79d1dbc224d44587b2ff7dea1e64262e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "79d1dbc2-24d4-4587-b2ff-7dea1e64262e", - "type": "feature", - "description": "AWS Elemental MediaLive adds three new features: MediaPackage v2 endpoint support for live stream delivery, KLV metadata passthrough in CMAF Ingest output groups, and Metadata Name Modifier in CMAF Ingest output groups for customizing metadata track names in output streams.", - "modules": [ - "service/medialive" - ] -} \ No newline at end of file diff --git a/.changelog/7fa628f523b84d33a543a29fdea99dc8.json b/.changelog/7fa628f523b84d33a543a29fdea99dc8.json deleted file mode 100644 index ecb9db4e346..00000000000 --- a/.changelog/7fa628f523b84d33a543a29fdea99dc8.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "7fa628f5-23b8-4d33-a543-a29fdea99dc8", - "type": "documentation", - "description": "Added information about Ubuntu 18.04 will be removed from the available imageIds for Cloud9 because Ubuntu 18.04 has ended standard support on May 31, 2023.", - "modules": [ - "service/cloud9" - ] -} \ No newline at end of file diff --git a/.changelog/96240bbb6b5341a0a5e40055b0222be0.json b/.changelog/96240bbb6b5341a0a5e40055b0222be0.json deleted file mode 100644 index be1dc2a7ade..00000000000 --- a/.changelog/96240bbb6b5341a0a5e40055b0222be0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "96240bbb-6b53-41a0-a5e4-0055b0222be0", - "type": "release", - "description": "Add Aurora DSQL Auth Token Generator", - "modules": [ - "feature/dsql/auth" - ] -} \ No newline at end of file diff --git a/.changelog/a787926c9c2648f7bc598009b64fe6a0.json b/.changelog/a787926c9c2648f7bc598009b64fe6a0.json deleted file mode 100644 index 517d2b73f8d..00000000000 --- a/.changelog/a787926c9c2648f7bc598009b64fe6a0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "a787926c-9c26-48f7-bc59-8009b64fe6a0", - "type": "feature", - "description": "This release adds support for EBS local snapshots in AWS Dedicated Local Zones, which allows you to store snapshots of EBS volumes locally in Dedicated Local Zones.", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7780cc62862..3fce53ebeb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# Release (2024-12-16) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/feature/dsql/auth`: [v1.0.0](feature/dsql/auth/CHANGELOG.md#v100-2024-12-16) + * **Release**: Add Aurora DSQL Auth Token Generator +* `github.com/aws/aws-sdk-go-v2/service/cloud9`: [v1.28.8](service/cloud9/CHANGELOG.md#v1288-2024-12-16) + * **Documentation**: Added information about Ubuntu 18.04 will be removed from the available imageIds for Cloud9 because Ubuntu 18.04 has ended standard support on May 31, 2023. +* `github.com/aws/aws-sdk-go-v2/service/dlm`: [v1.29.0](service/dlm/CHANGELOG.md#v1290-2024-12-16) + * **Feature**: This release adds support for Local Zones in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies. +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.198.0](service/ec2/CHANGELOG.md#v11980-2024-12-16) + * **Feature**: This release adds support for EBS local snapshots in AWS Dedicated Local Zones, which allows you to store snapshots of EBS volumes locally in Dedicated Local Zones. +* `github.com/aws/aws-sdk-go-v2/service/greengrassv2`: [v1.36.0](service/greengrassv2/CHANGELOG.md#v1360-2024-12-16) + * **Feature**: Add support for runtime in GetCoreDevice and ListCoreDevices APIs. +* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.64.0](service/medialive/CHANGELOG.md#v1640-2024-12-16) + * **Feature**: AWS Elemental MediaLive adds three new features: MediaPackage v2 endpoint support for live stream delivery, KLV metadata passthrough in CMAF Ingest output groups, and Metadata Name Modifier in CMAF Ingest output groups for customizing metadata track names in output streams. +* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.93.0](service/rds/CHANGELOG.md#v1930-2024-12-16) + * **Feature**: This release adds support for the "MYSQL_CACHING_SHA2_PASSWORD" enum value for RDS Proxy ClientPasswordAuthType. + # Release (2024-12-13) ## Module Highlights diff --git a/feature/dsql/auth/CHANGELOG.md b/feature/dsql/auth/CHANGELOG.md new file mode 100644 index 00000000000..b10b7376855 --- /dev/null +++ b/feature/dsql/auth/CHANGELOG.md @@ -0,0 +1,4 @@ +# v1.0.0 (2024-12-16) + +* **Release**: Add Aurora DSQL Auth Token Generator + diff --git a/feature/dsql/auth/go_module_metadata.go b/feature/dsql/auth/go_module_metadata.go index cb158fee64d..b976717bfac 100644 --- a/feature/dsql/auth/go_module_metadata.go +++ b/feature/dsql/auth/go_module_metadata.go @@ -3,4 +3,4 @@ package auth // goModuleVersion is the tagged release for this module -const goModuleVersion = "tip" +const goModuleVersion = "1.0.0" diff --git a/service/cloud9/CHANGELOG.md b/service/cloud9/CHANGELOG.md index 5f72b397b14..177678cb35f 100644 --- a/service/cloud9/CHANGELOG.md +++ b/service/cloud9/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.8 (2024-12-16) + +* **Documentation**: Added information about Ubuntu 18.04 will be removed from the available imageIds for Cloud9 because Ubuntu 18.04 has ended standard support on May 31, 2023. + # v1.28.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloud9/go_module_metadata.go b/service/cloud9/go_module_metadata.go index ead5e95bd7d..a5cb46c9050 100644 --- a/service/cloud9/go_module_metadata.go +++ b/service/cloud9/go_module_metadata.go @@ -3,4 +3,4 @@ package cloud9 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.7" +const goModuleVersion = "1.28.8" diff --git a/service/dlm/CHANGELOG.md b/service/dlm/CHANGELOG.md index 7639f11039a..58b1039da58 100644 --- a/service/dlm/CHANGELOG.md +++ b/service/dlm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.0 (2024-12-16) + +* **Feature**: This release adds support for Local Zones in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies. + # v1.28.10 (2024-12-13) * No change notes available for this release. diff --git a/service/dlm/go_module_metadata.go b/service/dlm/go_module_metadata.go index 3aeb41fb40c..726d983ba36 100644 --- a/service/dlm/go_module_metadata.go +++ b/service/dlm/go_module_metadata.go @@ -3,4 +3,4 @@ package dlm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.10" +const goModuleVersion = "1.29.0" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index 7b0285b62bc..a989b3434bc 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.198.0 (2024-12-16) + +* **Feature**: This release adds support for EBS local snapshots in AWS Dedicated Local Zones, which allows you to store snapshots of EBS volumes locally in Dedicated Local Zones. + # v1.197.0 (2024-12-13) * **Feature**: This release adds GroupId to the response for DeleteSecurityGroup. diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index f99fd313021..c41c45afaac 100644 --- a/service/ec2/go_module_metadata.go +++ b/service/ec2/go_module_metadata.go @@ -3,4 +3,4 @@ package ec2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.197.0" +const goModuleVersion = "1.198.0" diff --git a/service/greengrassv2/CHANGELOG.md b/service/greengrassv2/CHANGELOG.md index ad056821c4c..1813151fcf4 100644 --- a/service/greengrassv2/CHANGELOG.md +++ b/service/greengrassv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.0 (2024-12-16) + +* **Feature**: Add support for runtime in GetCoreDevice and ListCoreDevices APIs. + # v1.35.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/greengrassv2/go_module_metadata.go b/service/greengrassv2/go_module_metadata.go index 32c9521c567..f3d4748bc0a 100644 --- a/service/greengrassv2/go_module_metadata.go +++ b/service/greengrassv2/go_module_metadata.go @@ -3,4 +3,4 @@ package greengrassv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.35.7" +const goModuleVersion = "1.36.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 77a3f2fc925..2c893cb9400 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -29,7 +29,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.8 github.com/aws/aws-sdk-go-v2/service/docdb v1.39.6 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.0 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.197.0 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.198.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.36.7 github.com/aws/aws-sdk-go-v2/service/ecs v1.52.2 github.com/aws/aws-sdk-go-v2/service/efs v1.34.1 @@ -56,7 +56,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/neptune v1.35.6 github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.23.7 github.com/aws/aws-sdk-go-v2/service/polly v1.45.8 - github.com/aws/aws-sdk-go-v2/service/rds v1.92.0 + github.com/aws/aws-sdk-go-v2/service/rds v1.93.0 github.com/aws/aws-sdk-go-v2/service/redshift v1.53.0 github.com/aws/aws-sdk-go-v2/service/rekognition v1.45.8 github.com/aws/aws-sdk-go-v2/service/route53 v1.46.3 diff --git a/service/medialive/CHANGELOG.md b/service/medialive/CHANGELOG.md index 6cf02389d9d..a2de1f473fd 100644 --- a/service/medialive/CHANGELOG.md +++ b/service/medialive/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.64.0 (2024-12-16) + +* **Feature**: AWS Elemental MediaLive adds three new features: MediaPackage v2 endpoint support for live stream delivery, KLV metadata passthrough in CMAF Ingest output groups, and Metadata Name Modifier in CMAF Ingest output groups for customizing metadata track names in output streams. + # v1.63.0 (2024-12-09) * **Feature**: H265 outputs now support disabling the deblocking filter. diff --git a/service/medialive/go_module_metadata.go b/service/medialive/go_module_metadata.go index 77252ae423f..073fbba064d 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.63.0" +const goModuleVersion = "1.64.0" diff --git a/service/rds/CHANGELOG.md b/service/rds/CHANGELOG.md index fb3a04d5dda..6c78021c9ae 100644 --- a/service/rds/CHANGELOG.md +++ b/service/rds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.93.0 (2024-12-16) + +* **Feature**: This release adds support for the "MYSQL_CACHING_SHA2_PASSWORD" enum value for RDS Proxy ClientPasswordAuthType. + # v1.92.0 (2024-12-02) * **Feature**: Amazon RDS supports CloudWatch Database Insights. You can use the SDK to create, modify, and describe the DatabaseInsightsMode for your DB instances and clusters. diff --git a/service/rds/go_module_metadata.go b/service/rds/go_module_metadata.go index 7bb0f87ab18..206f31ce5fa 100644 --- a/service/rds/go_module_metadata.go +++ b/service/rds/go_module_metadata.go @@ -3,4 +3,4 @@ package rds // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.92.0" +const goModuleVersion = "1.93.0"