mirror of
https://github.com/symfony/amazon-sqs-messenger.git
synced 2026-03-23 23:12:09 +01:00
1023 B
1023 B
CHANGELOG
7.4
- Allow SQS to handle its own retry/DLQ
- Add
retry_delayoption to configure the delay between retries when using SQS retry/DLQ handling
7.3
- Implement the
CloseableTransportInterfaceto allow closing the transport - Add new
queue_attributesandqueue_tagsoptions for SQS queue creation
7.2
- Implement the
KeepaliveReceiverInterfaceto enable asynchronously notifying SQS that the job is still being processed, in order to avoid timeouts
6.4
- Add
AddFifoStampMiddlewareto help addingAmazonSqsFifoStamp
6.1
- Added
session_tokenoption to support short-lived AWS credentials
5.3
- Added new
debugoption to log HTTP requests and responses. - Allowed for receiver & sender injection into AmazonSqsTransport
- Add X-Ray trace header support to the SQS transport
5.2.0
- Added support for an Amazon SQS QueueUrl to be used as DSN.
5.1.0
- Introduced the Amazon SQS bridge.
- Added FIFO support to the SQS transport