- Fix Issue #24 Always parse MessageGroupId as a string
- Updated min elixir version to 1.7
- Updated ex_aws dependency from "
> 2.0" -> "> 2.1" - documentation and formating updates
- Updated mix deps for
:saxy
&:sweet_xml
to be marked optional
- Added optional support for saxy XML parser
- Saxy parser set as default parser if both
:saxy
and:sweet_xml
loaded.
- Added support for Queue Tags
- Improved docs
- Updated
sqs_message_attribute_name
typespec forSQS.receive_message
to match AWS support attributes.
- BREAKING CHANGE: Changed queue specific functions to take the QueueUrl instead of the QueueName. Previously the name was used to build the path for the request. This is an anti-pattern according to aws docs and prevents this library from being used with alternative SQS compatible services, like localstack.
- Relaxed
:ex_aws
version constraint fromv2.0.0
tov2.0
- Major Project Split. Please see the main ExAws repository for previous changelogs.