Releases: symfony/messenger
Releases · symfony/messenger
v6.4.0-RC2
Changelog (v6.4.0-RC1...v6.4.0-RC2)
- no significant changes
v7.0.0-RC1
Changelog (v7.0.0-BETA3...v7.0.0-RC1)
- bug symfony/symfony#52588 [Messenger] Use extension_loaded call to check if pcntl extension is loaded, as SIGTERM might be set be swoole (Sergii Dolgushev)
- bug symfony/symfony#52581 [Messenger] attach all required parameters to query (@xabbuh)
v6.4.0-RC1
Changelog (v6.4.0-BETA3...v6.4.0-RC1)
- bug symfony/symfony#52588 [Messenger] Use extension_loaded call to check if pcntl extension is loaded, as SIGTERM might be set be swoole (Sergii Dolgushev)
- bug symfony/symfony#52581 [Messenger] attach all required parameters to query (@xabbuh)
v5.4.31
Changelog (v5.4.30...v5.4.31)
- bug symfony/symfony#52476 [Messenger] fix compatibility with Doctrine DBAL 4 (@xabbuh)
- bug symfony/symfony#52444 Remove full DSNs from exception messages (@nicolas-grekas)
v7.0.0-BETA2
Changelog (v7.0.0-BETA1...v7.0.0-BETA2)
- bug symfony/symfony#51331 [Messenger] add handler description as array key to
HandlerFailedException::getWrappedExceptions()
(@kbond) - bug symfony/symfony#52276 DB table locks on messenger_messages with many failures (@bn-jdcook)
- bug symfony/symfony#52232 [Messenger] declare constructor argument as optional for backwards compatibility (@xabbuh)
v6.4.0-BETA2
Changelog (v6.4.0-BETA1...v6.4.0-BETA2)
- bug symfony/symfony#51331 [Messenger] add handler description as array key to
HandlerFailedException::getWrappedExceptions()
(@kbond) - bug symfony/symfony#52276 DB table locks on messenger_messages with many failures (@bn-jdcook)
- bug symfony/symfony#52232 [Messenger] declare constructor argument as optional for backwards compatibility (@xabbuh)
v6.3.7
Changelog (v6.3.6...v6.3.7)
- bug symfony/symfony#52276 DB table locks on messenger_messages with many failures (@bn-jdcook)
- bug symfony/symfony#52232 [Messenger] declare constructor argument as optional for backwards compatibility (@xabbuh)
v5.4.30
Changelog (v5.4.29...v5.4.30)
- no significant changes
v7.0.0-BETA1
Changelog (v6.3.6...v7.0.0-BETA1)
- feature symfony/symfony#48095 [Messenger] [Sqs] Add
AddFifoStamp
middleware (@tyx) - feature symfony/symfony#49044 [Messenger] Mention the transport which failed during the setup command (@thePanz)
- feature symfony/symfony#51848 [Messenger] Resend failed retries back to failure transport (@ro0NL)
- feature symfony/symfony#51653 [Messenger] Add WrappedExceptionsInterface for nested exceptions (@Jeroeny)
- feature symfony/symfony#51525 [Messenger][Scheduler] Add AsCronTask & AsPeriodicTask attributes (@valtzu)
- feature symfony/symfony#51756 [Messenger] RejectRedeliveredMessageException should not be retried (@nikophil)
- feature symfony/symfony#51593 [Messenger] Add the
--all
option to themessenger:failed:remove
command (@alexandre-daubois) - feature symfony/symfony#51687 [Messenger] Add support for multiple Redis Sentinel hosts (@digilist)
- feature symfony/symfony#50978 [Messenger] Allow accessing all options on a handler descriptor (@ruudk)
- feature symfony/symfony#50997 [Messenger] Deprecate
StopWorkerOnSignalsListener
(@HypeMC) - feature symfony/symfony#50852 [Components] Convert to native return types (@wouterj)
- feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)
- feature symfony/symfony#50873 Remove remaining deprecated code paths (@nicolas-grekas)
- feature symfony/symfony#50689 [Cache][DoctrineBridge][Lock][Messenger] Add parameter $isSameDatabase to configureSchema() methods (@alli83)
- feature symfony/symfony#50571 [DoctrineBridge] Kill DBAL 2 support (@derrabus)
- feature symfony/symfony#50404 Bump to PHP 8.2 minimum (@nicolas-grekas)
v6.4.0-BETA1
Changelog (v6.3.6...v6.4.0-BETA1)
- feature symfony/symfony#48095 [Messenger] [Sqs] Add
AddFifoStamp
middleware (@tyx) - feature symfony/symfony#49044 [Messenger] Mention the transport which failed during the setup command (@thePanz)
- feature symfony/symfony#51848 [Messenger] Resend failed retries back to failure transport (@ro0NL)
- feature symfony/symfony#51653 [Messenger] Add WrappedExceptionsInterface for nested exceptions (@Jeroeny)
- feature symfony/symfony#51525 [Messenger][Scheduler] Add AsCronTask & AsPeriodicTask attributes (@valtzu)
- feature symfony/symfony#51756 [Messenger] RejectRedeliveredMessageException should not be retried (@nikophil)
- feature symfony/symfony#51593 [Messenger] Add the
--all
option to themessenger:failed:remove
command (@alexandre-daubois) - feature symfony/symfony#51687 [Messenger] Add support for multiple Redis Sentinel hosts (@digilist)
- feature symfony/symfony#50978 [Messenger] Allow accessing all options on a handler descriptor (@ruudk)
- feature symfony/symfony#50997 [Messenger] Deprecate
StopWorkerOnSignalsListener
(@HypeMC) - feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)