Skip to content

Commit 3a96a42

Browse files
authored
update changelog (#2805)
1 parent d0a2d1a commit 3a96a42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
## Module Highlights
5858
* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.35.0](service/dynamodb/CHANGELOG.md#v1350-2024-09-20)
59-
* **Feature**: Generate account endpoint for DynamoDB requests when the account ID is available
59+
* **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://<account-id>.ddb.<region>.amazonaws.com. See the documentation for details: https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html.
6060
* `github.com/aws/aws-sdk-go-v2/service/neptune`: [v1.34.0](service/neptune/CHANGELOG.md#v1340-2024-09-20)
6161
* **Feature**: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
6262
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.159.0](service/sagemaker/CHANGELOG.md#v11590-2024-09-20)

service/dynamodb/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# v1.35.0 (2024-09-20)
1010

1111
* **Feature**: Add tracing and metrics support to service clients.
12-
* **Feature**: Generate account endpoint for DynamoDB requests when the account ID is available
12+
* **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://<account-id>.ddb.<region>.amazonaws.com. See the documentation for details: https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html.
1313
* **Dependency Update**: Updated to the latest SDK module versions
1414

1515
# v1.34.10 (2024-09-17)

0 commit comments

Comments
 (0)