Skip to content

Commit a734ca7

Browse files
authored
Update changelogs for Account ID endpoints (#5626)
* Update changelogs for Account ID endpoints * Update changelogs for Account ID endpoints
1 parent 32ec8c4 commit a734ca7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changes/2.25.x/2.25.37.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "feature",
1919
"category": "AWS SDK for Java V2",
2020
"contributor": "",
21-
"description": "Source account Id from credentials to use in endpoint construction"
21+
"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"
2222
},
2323
{
2424
"type": "feature",

.changes/2.28.4.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343
"category": "MailManager",
4444
"contributor": "",
4545
"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."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SDK for Java V2",
50+
"contributor": "",
51+
"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://<account-id>.ddb.<region>.amazonaws.com`. See the documentation for details: https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html"
4652
}
4753
]
4854
}

0 commit comments

Comments
 (0)