Releases: symfony/messenger
Releases · symfony/messenger
v6.2.13
Changelog (v6.2.12...v6.2.13)
- bug symfony/symfony#51031 Fix deprecations on PHP 8.3 (@nicolas-grekas)
- bug symfony/symfony#50881 [Messenger] Fix passing options set via tags to handler descriptors (@nicolas-grekas)
v5.4.26
Changelog (v5.4.25...v5.4.26)
- bug symfony/symfony#51031 Fix deprecations on PHP 8.3 (@nicolas-grekas)
- bug symfony/symfony#50881 [Messenger] Fix passing options set via tags to handler descriptors (@nicolas-grekas)
v6.3.1
Changelog (v6.3.0...v6.3.1)
- bug symfony/symfony#50655 Revert "Respect isRetryable decision of the retry strategy for re-delivery" (@bendavies)
- bug symfony/symfony#50686 [Messenger] Don't mark
RedispatchMessage
as internal (@valtzu) - bug symfony/symfony#50524 Fix Doctrine deprecations (@nicolas-grekas)
- bug symfony/symfony#50532 [Messenger] Prevent
StopWorkerOnSignalsListener::$signals
to be assigned to null in caseSIGTERM
constant doesn't exist (@alexandre-daubois)
v6.2.12
Changelog (v6.2.11...v6.2.12)
- bug symfony/symfony#50655 Revert "Respect isRetryable decision of the retry strategy for re-delivery" (@bendavies)
- bug symfony/symfony#50524 Fix Doctrine deprecations (@nicolas-grekas)
v5.4.25
Changelog (v5.4.24...v5.4.25)
- bug symfony/symfony#50655 Revert "Respect isRetryable decision of the retry strategy for re-delivery" (@bendavies)
- bug symfony/symfony#50524 Fix Doctrine deprecations (@nicolas-grekas)
v6.3.0
Changelog (v6.3.0-RC2...v6.3.0)
v6.3.0-RC2
Changelog (v6.3.0-RC1...v6.3.0-RC2)
- bug symfony/symfony#50397 [HttpKernel][VarDumper] Fix dumping with labels (@nicolas-grekas)
v6.2.11
Changelog (v6.2.10...v6.2.11)
- bug symfony/symfony#50312 [Security] Skip clearing CSRF Token on stateless logout (@chalasr)
- bug symfony/symfony#50193 [Serializer] Fix
SerializedPath
not working with constructor arguments (@HypeMC) - bug symfony/symfony#50280 [PropertyAccess] Fix nullsafe operator on array index (@HypeMC)
- bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR) - bug symfony/symfony#50277 [Messenger] Add
IS_REPEATABLE
flag toAsMessageHandler
attribute (@adrianguenter) - bug symfony/symfony#49557 [PropertyInfo] Fix phpDocExtractor nullable array value type (@fabpot)
- bug symfony/symfony#50192 [Serializer] backed enum throw notNormalizableValueException outside construct method (@alli83)
- bug symfony/symfony#50203 [Messenger] Fix registering message handlers (@nicolas-grekas)
v5.4.24
Changelog (v5.4.23...v5.4.24)
- bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR) - bug symfony/symfony#49557 [PropertyInfo] Fix phpDocExtractor nullable array value type (@fabpot)
- bug symfony/symfony#50192 [Serializer] backed enum throw notNormalizableValueException outside construct method (@alli83)
- bug symfony/symfony#50203 [Messenger] Fix registering message handlers (@nicolas-grekas)
v6.3.0-RC1
Changelog (v6.3.0-BETA3...v6.3.0-RC1)
- bug symfony/symfony#50312 [Security] Skip clearing CSRF Token on stateless logout (@chalasr)
- feature symfony/symfony#49293 [DoctrineBridge] Allow to ignore specific nullable fields in UniqueEntity (@VincentLanglet)
- bug symfony/symfony#50193 [Serializer] Fix
SerializedPath
not working with constructor arguments (@HypeMC) - bug symfony/symfony#50280 [PropertyAccess] Fix nullsafe operator on array index (@HypeMC)
- bug symfony/symfony#50325 [WebProfilerBundle] Tweak the HTML code of the Twig entry view (@javiereguiluz)
- bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)