diff --git a/.changelog/41575353444b40ffbf474f4155544f00.json b/.changelog/41575353444b40ffbf474f4155544f00.json deleted file mode 100644 index 767f061a1b9..00000000000 --- a/.changelog/41575353444b40ffbf474f4155544f00.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "41575353-444b-40ff-bf47-4f4155544f00", - "type": "release", - "description": "New AWS service client module", - "modules": [ - "service/observabilityadmin" - ] -} \ No newline at end of file diff --git a/.changelog/95fb3520532748e49a3e51b250afcde5.json b/.changelog/95fb3520532748e49a3e51b250afcde5.json deleted file mode 100644 index 7845cc1e86a..00000000000 --- a/.changelog/95fb3520532748e49a3e51b250afcde5.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "95fb3520-5327-48e4-9a3e-51b250afcde5", - "type": "feature", - "description": "This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems.", - "modules": [ - "service/fsx" - ] -} \ No newline at end of file diff --git a/.changelog/97a0c976b62d40dd80407dfe1f5c452b.json b/.changelog/97a0c976b62d40dd80407dfe1f5c452b.json deleted file mode 100644 index c68e3330300..00000000000 --- a/.changelog/97a0c976b62d40dd80407dfe1f5c452b.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "97a0c976-b62d-40dd-8040-7dfe1f5c452b", - "type": "feature", - "description": "AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders.", - "modules": [ - "service/configservice" - ] -} \ No newline at end of file diff --git a/.changelog/cfb3185d1da347b4a93d97425da9e354.json b/.changelog/cfb3185d1da347b4a93d97425da9e354.json deleted file mode 100644 index d43e8090577..00000000000 --- a/.changelog/cfb3185d1da347b4a93d97425da9e354.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "cfb3185d-1da3-47b4-a93d-97425da9e354", - "type": "feature", - "description": "Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry.", - "modules": [ - "service/observabilityadmin" - ] -} \ No newline at end of file diff --git a/.changelog/e776d42d8fbc4dbd9fabadc507affbd4.json b/.changelog/e776d42d8fbc4dbd9fabadc507affbd4.json deleted file mode 100644 index 928694d3f0d..00000000000 --- a/.changelog/e776d42d8fbc4dbd9fabadc507affbd4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e776d42d-8fbc-4dbd-9fab-adc507affbd4", - "type": "feature", - "description": "Add support for specifying embeddingDataType, either FLOAT32 or BINARY", - "modules": [ - "service/bedrockagent" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e49a90bfc1..45558542f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# Release (2024-11-27) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.29.0](service/bedrockagent/CHANGELOG.md#v1290-2024-11-27) + * **Feature**: Add support for specifying embeddingDataType, either FLOAT32 or BINARY +* `github.com/aws/aws-sdk-go-v2/service/configservice`: [v1.51.0](service/configservice/CHANGELOG.md#v1510-2024-11-27) + * **Feature**: AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders. +* `github.com/aws/aws-sdk-go-v2/service/fsx`: [v1.50.0](service/fsx/CHANGELOG.md#v1500-2024-11-27) + * **Feature**: This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems. +* `github.com/aws/aws-sdk-go-v2/service/observabilityadmin`: [v1.0.0](service/observabilityadmin/CHANGELOG.md#v100-2024-11-27) + * **Release**: New AWS service client module + * **Feature**: Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry. + # Release (2024-11-26) ## Module Highlights diff --git a/service/bedrockagent/CHANGELOG.md b/service/bedrockagent/CHANGELOG.md index 8e4f733bb35..eecb6cf6158 100644 --- a/service/bedrockagent/CHANGELOG.md +++ b/service/bedrockagent/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.0 (2024-11-27) + +* **Feature**: Add support for specifying embeddingDataType, either FLOAT32 or BINARY + # v1.28.0 (2024-11-26) * **Feature**: Custom Orchestration API release for AWSBedrockAgents. diff --git a/service/bedrockagent/go_module_metadata.go b/service/bedrockagent/go_module_metadata.go index 5af114dcd5d..3e162568def 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.28.0" +const goModuleVersion = "1.29.0" diff --git a/service/configservice/CHANGELOG.md b/service/configservice/CHANGELOG.md index 233b1b6cf1f..1b138f5ba36 100644 --- a/service/configservice/CHANGELOG.md +++ b/service/configservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.51.0 (2024-11-27) + +* **Feature**: AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders. + # v1.50.6 (2024-11-18) * **Dependency Update**: Update to smithy-go v1.22.1. diff --git a/service/configservice/go_module_metadata.go b/service/configservice/go_module_metadata.go index 1d57d024fea..9202a2de195 100644 --- a/service/configservice/go_module_metadata.go +++ b/service/configservice/go_module_metadata.go @@ -3,4 +3,4 @@ package configservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.50.6" +const goModuleVersion = "1.51.0" diff --git a/service/fsx/CHANGELOG.md b/service/fsx/CHANGELOG.md index 0cd3e1269ae..420056cc0b7 100644 --- a/service/fsx/CHANGELOG.md +++ b/service/fsx/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.50.0 (2024-11-27) + +* **Feature**: This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems. + # v1.49.6 (2024-11-18) * **Dependency Update**: Update to smithy-go v1.22.1. diff --git a/service/fsx/go_module_metadata.go b/service/fsx/go_module_metadata.go index 5b8aaa7cde0..aad3d303be8 100644 --- a/service/fsx/go_module_metadata.go +++ b/service/fsx/go_module_metadata.go @@ -3,4 +3,4 @@ package fsx // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.49.6" +const goModuleVersion = "1.50.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index da16ef8d4a3..a977f1b9a7e 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -21,7 +21,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/codedeploy v1.29.6 github.com/aws/aws-sdk-go-v2/service/codepipeline v1.37.0 github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.47.0 - github.com/aws/aws-sdk-go-v2/service/configservice v1.50.6 + github.com/aws/aws-sdk-go-v2/service/configservice v1.51.0 github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.28.6 github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.44.4 github.com/aws/aws-sdk-go-v2/service/devicefarm v1.28.6 diff --git a/service/observabilityadmin/CHANGELOG.md b/service/observabilityadmin/CHANGELOG.md new file mode 100644 index 00000000000..f322b7ccd91 --- /dev/null +++ b/service/observabilityadmin/CHANGELOG.md @@ -0,0 +1,5 @@ +# v1.0.0 (2024-11-27) + +* **Release**: New AWS service client module +* **Feature**: Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry. + diff --git a/service/observabilityadmin/go_module_metadata.go b/service/observabilityadmin/go_module_metadata.go index 4b00f5092d8..5cb47565261 100644 --- a/service/observabilityadmin/go_module_metadata.go +++ b/service/observabilityadmin/go_module_metadata.go @@ -3,4 +3,4 @@ package observabilityadmin // goModuleVersion is the tagged release for this module -const goModuleVersion = "tip" +const goModuleVersion = "1.0.0" diff --git a/service/swf/CHANGELOG.md b/service/swf/CHANGELOG.md index 02d6f20d340..ed39972d83e 100644 --- a/service/swf/CHANGELOG.md +++ b/service/swf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.7 (2024-11-27) + +* No change notes available for this release. + # v1.27.6 (2024-11-18) * **Dependency Update**: Update to smithy-go v1.22.1. diff --git a/service/swf/go_module_metadata.go b/service/swf/go_module_metadata.go index a809880b200..a0d1887a452 100644 --- a/service/swf/go_module_metadata.go +++ b/service/swf/go_module_metadata.go @@ -3,4 +3,4 @@ package swf // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.6" +const goModuleVersion = "1.27.7"