- Implement the
KeepaliveReceiverInterface
to enable asynchronously notifying SQS that the job is still being processed, in order to avoid timeouts
- Add
AddFifoStampMiddleware
to help addingAmazonSqsFifoStamp
- Added
session_token
option to support short-lived AWS credentials
- Added new
debug
option to log HTTP requests and responses. - Allowed for receiver & sender injection into AmazonSqsTransport
- Add X-Ray trace header support to the SQS transport
- Added support for an Amazon SQS QueueUrl to be used as DSN.
- Introduced the Amazon SQS bridge.
- Added FIFO support to the SQS transport