Skip to content

Commit

Permalink
update changelog (#2805)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Sep 25, 2024
1 parent d0a2d1a commit 3a96a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<account-id>.ddb.<region>.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)
Expand Down
2 changes: 1 addition & 1 deletion service/dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<account-id>.ddb.<region>.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)
Expand Down

0 comments on commit 3a96a42

Please sign in to comment.