From a734ca726fdd08ded5159605f91b511ff133608b Mon Sep 17 00:00:00 2001 From: David Ho <70000000+davidh44@users.noreply.github.com> Date: Wed, 25 Sep 2024 16:30:59 -0700 Subject: [PATCH] Update changelogs for Account ID endpoints (#5626) * Update changelogs for Account ID endpoints * Update changelogs for Account ID endpoints --- .changes/2.25.x/2.25.37.json | 2 +- .changes/2.28.4.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.changes/2.25.x/2.25.37.json b/.changes/2.25.x/2.25.37.json index c951dbd4f12c..946067a1a24c 100644 --- a/.changes/2.25.x/2.25.37.json +++ b/.changes/2.25.x/2.25.37.json @@ -18,7 +18,7 @@ "type": "feature", "category": "AWS SDK for Java V2", "contributor": "", - "description": "Source account Id from credentials to use in endpoint construction" + "description": "Support AWS-account-based endpoints for AWS services that choose to generate them. Note that endpoint URLs and host names can change when this feature is activated. See the documentation for details: https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html" }, { "type": "feature", diff --git a/.changes/2.28.4.json b/.changes/2.28.4.json index 97037b10ac04..b471edf7f4f1 100644 --- a/.changes/2.28.4.json +++ b/.changes/2.28.4.json @@ -43,6 +43,12 @@ "category": "MailManager", "contributor": "", "description": "Introduce a new RuleSet condition evaluation, where customers can set up a StringExpression with a MimeHeader condition. This condition will perform the necessary validation based on the X-header provided by customers." + }, + { + "type": "feature", + "category": "AWS SDK for Java V2", + "contributor": "", + "description": "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" } ] } \ No newline at end of file