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