Skip to content

Commit 697bf5c

Browse files
committed
CHANGELOG: 0.28.4 (2026-03-25)
1 parent 8ae1401 commit 697bf5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes
22

3-
## 0.28.4 (2026-xx-xx)
3+
## 0.28.4 (2026-03-25)
44

55
- 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.
66
- Options now include `aws_endpoint_urls.sts` for configuring the AWS STS endpoint (for example with Localstack). If a custom endpoint is set for `aws_endpoint_urls.sns` but not for `aws_endpoint_urls.sts`, the STS client falls back to the SNS endpoint URL for backward compatibility with existing configurations.

0 commit comments

Comments
 (0)