Skip to content

Commit

Permalink
Update changelogs for Account ID endpoints (#5626)
Browse files Browse the repository at this point in the history
* Update changelogs for Account ID endpoints

* Update changelogs for Account ID endpoints
  • Loading branch information
davidh44 committed Sep 25, 2024
1 parent 32ec8c4 commit a734ca7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changes/2.25.x/2.25.37.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions .changes/2.28.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -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://<account-id>.ddb.<region>.amazonaws.com`. See the documentation for details: https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html"
}
]
}

0 comments on commit a734ca7

Please sign in to comment.