diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bae85fb0b9..eea567b8fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,7 +56,7 @@ ## Module Highlights * `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.35.0](service/dynamodb/CHANGELOG.md#v1350-2024-09-20) - * **Feature**: Generate account endpoint for DynamoDB requests when the account ID is available + * **Feature**: Generate and use AWS-account-based endpoints for DynamoDB requests when the account ID is available. The new endpoint URL pattern will be https://.ddb..amazonaws.com. See the documentation for details: https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html. * `github.com/aws/aws-sdk-go-v2/service/neptune`: [v1.34.0](service/neptune/CHANGELOG.md#v1340-2024-09-20) * **Feature**: Add v2 smoke tests and smithy smokeTests trait for SDK testing. * `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.159.0](service/sagemaker/CHANGELOG.md#v11590-2024-09-20) diff --git a/service/dynamodb/CHANGELOG.md b/service/dynamodb/CHANGELOG.md index bb24420d763..c5a9bbf28b7 100644 --- a/service/dynamodb/CHANGELOG.md +++ b/service/dynamodb/CHANGELOG.md @@ -9,7 +9,7 @@ # v1.35.0 (2024-09-20) * **Feature**: Add tracing and metrics support to service clients. -* **Feature**: Generate account endpoint for DynamoDB requests when the account ID is available +* **Feature**: Generate and use AWS-account-based endpoints for DynamoDB requests when the account ID is available. The new endpoint URL pattern will be https://.ddb..amazonaws.com. See the documentation for details: https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html. * **Dependency Update**: Updated to the latest SDK module versions # v1.34.10 (2024-09-17)