- Fix for CVE-2026-47074 - lack of verification of SNS message signatures. This is a critical security vulnerability that could allow attackers to forge SNS messages and potentially compromise the integrity of your application. It is highly recommended to update to this version immediately to mitigate the risk of exploitation. Thank you to @PJUllrich and @maennchen for their assistance in identifying and addressing this issue.
- Increase minimum Elixir version to 1.15 and OTP to 26
- Update use of
nametokeyto support both AWS and Localstack
- Add
publish_batchfunctionality
- Make
json_codecsetting optional, defaulting to Jason
- Add support for CheckIfPhoneNumberIsOptedOut action
- Add "String.Array" data type support
- Increase minimum Elixir verion to 1.10
- Update publish_opts type to support FIFO topics
- Add CI, dependabot and auto-formatting
- Fix return type spec on
verify_message - Documentation fixes and updates
- Update supervisor child spec format
- Add attributes option for
create_topic
- Add subscription options [via @darksheik]
- Add FilterPolicy to subscription attributes
- Major Project Split. Please see the main ExAws repository for previous changelogs.