Releases: brefphp/symfony-messenger
Releases · brefphp/symfony-messenger
0.5.3
0.5.2
What's Changed
- Update doc for SF 5.1+ & add EventBridge config informations by @jdalmas in #69
- allow bref v2 and run tests with newer php versions by @smoench in #70
New Contributors
Full Changelog: 0.5.1...0.5.2
0.5.1
0.5.0
This release brings the support for Partial Batch Failure inside the Symfony Messenger bridge 🎉
To enable it, there's two easy steps:
- Change your
SqsConsumer
service definition
Bref\Symfony\Messenger\Service\Sqs\SqsConsumer:
public: true
autowire: true
arguments:
# Pass the transport name used in config/packages/messenger.yaml
$transportName: 'async'
+ $partialBatchFailure: true
- Configure a batch size greater than 1 and add
ReportBatchItemFailures
to theFunctionResponseTypes
of your Lambda worker function. Lift does it for you automatically since v1.12.0 😎
What's Changed
- Support partial batch failure by @t-richard in #58
Full Changelog: 0.4.4...0.5.0
0.4.4
0.4.3
0.4.2
What's Changed
- Rework SQS documentation to be clearer by @t-richard in #50
- Add support for EventBusName with EventBridgeTransport by @starred-gijs in #52 #55
New Contributors
- @t-richard made their first contribution in #50
Full Changelog: 0.4.1...0.4.2