Skip to content

Releases: brefphp/symfony-messenger

0.5.3

07 Feb 15:56
99f5415
Compare
Choose a tag to compare

What's Changed

  • adds missing comma for ci workflow by @smoench in #71
  • fix: Add support for unrecoverable exception by @tyx in #72

Full Changelog: 0.5.2...0.5.3

0.5.2

23 Dec 14:58
44a3b8b
Compare
Choose a tag to compare

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

27 Oct 13:13
0c5d850
Compare
Choose a tag to compare

What's Changed

  • fix partial batch failure on fifo queue by @tyx in #68

New Contributors

  • @tyx made their first contribution in #68

Full Changelog: 0.5.0...0.5.1

0.5.0

30 Aug 08:45
ae29f32
Compare
Choose a tag to compare

This release brings the support for Partial Batch Failure inside the Symfony Messenger bridge 🎉

To enable it, there's two easy steps:

  1. 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
  1. Configure a batch size greater than 1 and add ReportBatchItemFailures to the FunctionResponseTypes of your Lambda worker function. Lift does it for you automatically since v1.12.0 😎

What's Changed

Full Changelog: 0.4.4...0.5.0

0.4.4

11 Aug 11:27
3f354cc
Compare
Choose a tag to compare

What's Changed

  • Update PHPStan and new fix errors by @t-richard in #61
  • Feature(sqs): Add xray trace id to enveloppe stamps by @hadeli in #63

New Contributors

Full Changelog: 0.4.3...0.4.4

0.4.3

07 Jan 09:53
03d0825
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.2...0.4.3

0.4.2

15 Dec 09:05
2607f28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.1...0.4.2

0.4.1

08 Jun 07:38
c790986
Compare
Choose a tag to compare

Fix Symfony 5.3 deprecation: Inject service client instead of container #48

0.4.0

14 Dec 09:36
df62881
Compare
Choose a tag to compare
  • #40 Support PHP 8.0
  • #38 The internal SQS implementation had been replaced with Symfony's implementation (symfony/amazon-sqs-messenger) for easier maintenance and better future compatibility

Read the 0.4 upgrade guide.

0.3.4

26 Nov 18:43
e4edd19
Compare
Choose a tag to compare

#39 Support Bref 1.0.