diff --git a/.changelog/36227b137362432682ac126094d22187.json b/.changelog/36227b137362432682ac126094d22187.json deleted file mode 100644 index ad07e199d14..00000000000 --- a/.changelog/36227b137362432682ac126094d22187.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "36227b13-7362-4326-82ac-126094d22187", - "type": "documentation", - "description": "Documentation updates for Amazon ECS.", - "modules": [ - "service/ecs" - ] -} \ No newline at end of file diff --git a/.changelog/37cd600879e4457da5697553f9145222.json b/.changelog/37cd600879e4457da5697553f9145222.json deleted file mode 100644 index b6548c37875..00000000000 --- a/.changelog/37cd600879e4457da5697553f9145222.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "37cd6008-79e4-457d-a569-7553f9145222", - "type": "feature", - "description": "Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/.changelog/6b8bfd62832a429caf33ec3e5f7f740f.json b/.changelog/6b8bfd62832a429caf33ec3e5f7f740f.json deleted file mode 100644 index 0616cdccb39..00000000000 --- a/.changelog/6b8bfd62832a429caf33ec3e5f7f740f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6b8bfd62-832a-429c-af33-ec3e5f7f740f", - "type": "feature", - "description": "DeviceSerialNumber parameter is now optional in StartConnection API", - "modules": [ - "service/outposts" - ] -} \ No newline at end of file diff --git a/.changelog/815f39c4c48d4c4b95ab3e9dc9cd5e19.json b/.changelog/815f39c4c48d4c4b95ab3e9dc9cd5e19.json deleted file mode 100644 index 96b273f6a6c..00000000000 --- a/.changelog/815f39c4c48d4c4b95ab3e9dc9cd5e19.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "815f39c4-c48d-4c4b-95ab-3e9dc9cd5e19", - "type": "feature", - "description": "This release adds support for Aurora Limitless Database.", - "modules": [ - "service/rds" - ] -} \ No newline at end of file diff --git a/.changelog/a81ad3b247404bd8818638c35c679ce6.json b/.changelog/a81ad3b247404bd8818638c35c679ce6.json deleted file mode 100644 index 509e63bb14f..00000000000 --- a/.changelog/a81ad3b247404bd8818638c35c679ce6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "a81ad3b2-4740-4bd8-8186-38c35c679ce6", - "type": "feature", - "description": "Add DeprecationDate and SoftwareVersion to response of ListGateways.", - "modules": [ - "service/storagegateway" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a4bd2af8d1..62bbf142fcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# Release (2024-01-24) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.145.0](service/ec2/CHANGELOG.md#v11450-2024-01-24) + * **Feature**: Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs. +* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.38.1](service/ecs/CHANGELOG.md#v1381-2024-01-24) + * **Documentation**: Documentation updates for Amazon ECS. +* `github.com/aws/aws-sdk-go-v2/service/outposts`: [v1.35.0](service/outposts/CHANGELOG.md#v1350-2024-01-24) + * **Feature**: DeviceSerialNumber parameter is now optional in StartConnection API +* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.68.0](service/rds/CHANGELOG.md#v1680-2024-01-24) + * **Feature**: This release adds support for Aurora Limitless Database. +* `github.com/aws/aws-sdk-go-v2/service/storagegateway`: [v1.25.0](service/storagegateway/CHANGELOG.md#v1250-2024-01-24) + * **Feature**: Add DeprecationDate and SoftwareVersion to response of ListGateways. + # Release (2024-01-23) ## Module Highlights diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index dab2f149f29..873bd5b9751 100644 --- a/example/service/s3/listObjects/go.mod +++ b/example/service/s3/listObjects/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2/config v1.26.6 - github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0 + github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1 ) require ( diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index 9a4abdf6e73..a38ee9fd2c9 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.24.1 github.com/aws/aws-sdk-go-v2/config v1.26.6 - github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0 + github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1 github.com/aws/aws-sdk-go-v2/service/s3control v1.42.0 ) diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 8601be6972d..fe53e9a5c8d 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.15 (2024-01-24) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.14 (2024-01-22) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 9f6b0503e30..4c88ea0255c 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.24.1 github.com/aws/aws-sdk-go-v2/config v1.26.6 - github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0 + github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1 github.com/aws/smithy-go v1.19.0 github.com/google/go-cmp v0.5.8 ) diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index 0a1cb93b2c6..6fe1aa681d0 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.15.14" +const goModuleVersion = "1.15.15" diff --git a/service/cloudfrontkeyvaluestore/CHANGELOG.md b/service/cloudfrontkeyvaluestore/CHANGELOG.md index 525033b3cc3..0fe61e8e2a4 100644 --- a/service/cloudfrontkeyvaluestore/CHANGELOG.md +++ b/service/cloudfrontkeyvaluestore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2024-01-24) + +* No change notes available for this release. + # v1.2.0 (2024-01-22) * **Feature**: This release improves upon the DescribeKeyValueStore API by returning two additional fields, Status of the KeyValueStore and the FailureReason in case of failures during creation of KeyValueStore. diff --git a/service/cloudfrontkeyvaluestore/go_module_metadata.go b/service/cloudfrontkeyvaluestore/go_module_metadata.go index f6a02cbb2b1..0c78209a73c 100644 --- a/service/cloudfrontkeyvaluestore/go_module_metadata.go +++ b/service/cloudfrontkeyvaluestore/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudfrontkeyvaluestore // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index e108b1f67b2..7a04f0b344c 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.145.0 (2024-01-24) + +* **Feature**: Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs. + # v1.144.1 (2024-01-22) * **Documentation**: Documentation updates for Amazon EC2. diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index fe48eac9ad0..b3a9a10df87 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.144.1" +const goModuleVersion = "1.145.0" diff --git a/service/ecs/CHANGELOG.md b/service/ecs/CHANGELOG.md index 22e33b16281..f46f388b23c 100644 --- a/service/ecs/CHANGELOG.md +++ b/service/ecs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.1 (2024-01-24) + +* **Documentation**: Documentation updates for Amazon ECS. + # v1.38.0 (2024-01-22) * **Feature**: This release adds support for Transport Layer Security (TLS) and Configurable Timeout to ECS Service Connect. TLS facilitates privacy and data security for inter-service communications, while Configurable Timeout allows customized per-request timeout and idle timeout for Service Connect services. diff --git a/service/ecs/go_module_metadata.go b/service/ecs/go_module_metadata.go index 4787c04ea75..296bf704053 100644 --- a/service/ecs/go_module_metadata.go +++ b/service/ecs/go_module_metadata.go @@ -3,4 +3,4 @@ package ecs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.38.0" +const goModuleVersion = "1.38.1" diff --git a/service/eventbridge/CHANGELOG.md b/service/eventbridge/CHANGELOG.md index 1f6a6e3d8ab..b8a0007de3f 100644 --- a/service/eventbridge/CHANGELOG.md +++ b/service/eventbridge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.1 (2024-01-24) + +* No change notes available for this release. + # v1.28.0 (2024-01-11) * **Feature**: Adding AppSync as an EventBridge Target diff --git a/service/eventbridge/go_module_metadata.go b/service/eventbridge/go_module_metadata.go index e87babd8cc4..c498add0a67 100644 --- a/service/eventbridge/go_module_metadata.go +++ b/service/eventbridge/go_module_metadata.go @@ -3,4 +3,4 @@ package eventbridge // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.0" +const goModuleVersion = "1.28.1" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index 56f750ec8b2..41ab6b0e85d 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.24.1 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0 github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.18.6 - github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0 + github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1 github.com/aws/aws-sdk-go-v2/service/schemas v1.21.6 github.com/aws/smithy-go v1.19.0 ) diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 37b48065246..de40999e3cb 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.24.1 github.com/aws/aws-sdk-go-v2/config v1.26.6 - github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.15.14 + github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.15.15 github.com/aws/aws-sdk-go-v2/service/acm v1.22.7 github.com/aws/aws-sdk-go-v2/service/apigateway v1.21.7 github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.25.7 @@ -32,9 +32,9 @@ require ( github.com/aws/aws-sdk-go-v2/service/directoryservice v1.22.8 github.com/aws/aws-sdk-go-v2/service/docdb v1.30.0 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.144.1 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.145.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.24.7 - github.com/aws/aws-sdk-go-v2/service/ecs v1.38.0 + github.com/aws/aws-sdk-go-v2/service/ecs v1.38.1 github.com/aws/aws-sdk-go-v2/service/efs v1.26.6 github.com/aws/aws-sdk-go-v2/service/elasticache v1.34.7 github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.20.6 @@ -43,7 +43,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.25.0 github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.19.6 github.com/aws/aws-sdk-go-v2/service/emr v1.36.1 - github.com/aws/aws-sdk-go-v2/service/eventbridge v1.28.0 + github.com/aws/aws-sdk-go-v2/service/eventbridge v1.28.1 github.com/aws/aws-sdk-go-v2/service/firehose v1.24.0 github.com/aws/aws-sdk-go-v2/service/gamelift v1.28.1 github.com/aws/aws-sdk-go-v2/service/glacier v1.19.6 @@ -61,13 +61,13 @@ require ( github.com/aws/aws-sdk-go-v2/service/opsworks v1.19.6 github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.17.6 github.com/aws/aws-sdk-go-v2/service/polly v1.36.6 - github.com/aws/aws-sdk-go-v2/service/rds v1.67.0 + github.com/aws/aws-sdk-go-v2/service/rds v1.68.0 github.com/aws/aws-sdk-go-v2/service/redshift v1.39.8 github.com/aws/aws-sdk-go-v2/service/rekognition v1.36.0 github.com/aws/aws-sdk-go-v2/service/route53 v1.37.0 github.com/aws/aws-sdk-go-v2/service/route53domains v1.20.6 github.com/aws/aws-sdk-go-v2/service/route53resolver v1.25.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0 + github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1 github.com/aws/aws-sdk-go-v2/service/s3control v1.42.0 github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.26.2 github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.26.0 diff --git a/service/outposts/CHANGELOG.md b/service/outposts/CHANGELOG.md index 12af2a34964..f06c4b9815e 100644 --- a/service/outposts/CHANGELOG.md +++ b/service/outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.0 (2024-01-24) + +* **Feature**: DeviceSerialNumber parameter is now optional in StartConnection API + # v1.34.6 (2024-01-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/outposts/go_module_metadata.go b/service/outposts/go_module_metadata.go index e1778bc7adb..80d62a8dfb7 100644 --- a/service/outposts/go_module_metadata.go +++ b/service/outposts/go_module_metadata.go @@ -3,4 +3,4 @@ package outposts // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.6" +const goModuleVersion = "1.35.0" diff --git a/service/rds/CHANGELOG.md b/service/rds/CHANGELOG.md index 8717debb34a..614a7614c6b 100644 --- a/service/rds/CHANGELOG.md +++ b/service/rds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.68.0 (2024-01-24) + +* **Feature**: This release adds support for Aurora Limitless Database. + # v1.67.0 (2024-01-22) * **Feature**: Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity. diff --git a/service/rds/go_module_metadata.go b/service/rds/go_module_metadata.go index ebbb4aaa167..d8fc1291ba1 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.67.0" +const goModuleVersion = "1.68.0" diff --git a/service/s3/CHANGELOG.md b/service/s3/CHANGELOG.md index f83de2a5efe..89a5a0d5259 100644 --- a/service/s3/CHANGELOG.md +++ b/service/s3/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.48.1 (2024-01-24) + +* No change notes available for this release. + # v1.48.0 (2024-01-05) * **Feature**: Support smithy sigv4a trait for codegen. diff --git a/service/s3/go_module_metadata.go b/service/s3/go_module_metadata.go index 77e3ee12fd9..bff6ac9a716 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.48.0" +const goModuleVersion = "1.48.1" diff --git a/service/storagegateway/CHANGELOG.md b/service/storagegateway/CHANGELOG.md index f804bf604d9..29fc27b828a 100644 --- a/service/storagegateway/CHANGELOG.md +++ b/service/storagegateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.0 (2024-01-24) + +* **Feature**: Add DeprecationDate and SoftwareVersion to response of ListGateways. + # v1.24.6 (2024-01-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/storagegateway/go_module_metadata.go b/service/storagegateway/go_module_metadata.go index 538d2600f06..a7c67f447b7 100644 --- a/service/storagegateway/go_module_metadata.go +++ b/service/storagegateway/go_module_metadata.go @@ -3,4 +3,4 @@ package storagegateway // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.6" +const goModuleVersion = "1.25.0"