MongoDB Messenger Transport 1.1.0
This is a republished tag announcement for
facile-it/mongodb-messenger-transport
. You can find the release here.
This new, first minor of this package handles two issues coming from the upstream, Symfony Messenger package. In both cases the originating cause was the addition of the new ErrorDetailsStamp
, which will be the future way to store failure information in messages.
This is the full changelog:
- Adapt behaviour when retrieving last error from stamps due to symfony/symfony#32904 (#5)
- Deprecate
RedeliveryStampExtractor
when using Symfony >= 5.2 due to symfony/symfony#32904 (#5)