Skip to content

Commit aa32ec5

Browse files
committed
Add 0.28.4 changelog notes for STS/SNS topic ARN resolution and types-aiobotocore sts typing
1 parent 958913e commit aa32ec5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changes
22

3-
## 0.28.4 (2025-xx-xx)
3+
## 0.28.4 (2026-xx-xx)
44

5-
- ...
5+
- When publishing to SNS, the AWS SNS+SQS transport resolves the topic ARN using `sts:GetCallerIdentity` (to obtain the AWS account ID) and `sns:GetTopicAttributes` on the constructed topic ARN before falling back to `sns:CreateTopic`. This supports deployments where the service is not allowed to call `sns:CreateTopic` but can publish to an existing topic with the usual AWS STS and AWS SNS read permissions.
6+
- Extended the `types-aiobotocore` dev dependency with the `sts` extra so STS clients are typed alongside SNS and SQS during development.
67

78
## 0.28.3 (2025-03-11)
89

0 commit comments

Comments
 (0)