Releases: symfony/messenger
Releases · symfony/messenger
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)
v6.3.0-BETA3
Changelog (v6.3.0-BETA2...v6.3.0-BETA3)
- feature symfony/symfony#48579 [Notifier] Add SMS options to GatewayApi notifier (@gnito-org)
- feature symfony/symfony#48586 [Notifier] Add SMS options to MessageMedia notifier (@gnito-org)
- feature symfony/symfony#48584 [Notifier] Add SMS options to ContactEveryone notifier (@gnito-org)
- feature symfony/symfony#48577 [Notifier] Add SMS options to FortySixElks notifier (@gnito-org)
- feature symfony/symfony#48575 [Notifier] Add SMS options to Esendex notifier (@gnito-org)
- feature symfony/symfony#48573 [Notifier] Add SMS options to Clickatell notifier (@gnito-org)
- bug symfony/symfony#50288 [ErrorHandler] Sync
createTabs
from WebProfilerBundle (@MatTheCat) - feature symfony/symfony#50274 [HttpClient] Add option
crypto_method
to set the minimum TLS version and make it default to v1.2 (@nicolas-grekas) - bug symfony/symfony#50262 [DependencyInjection] Fix dumping non-shared factories with TaggedIteratorArgument (@marphi)
- bug symfony/symfony#50287 [Messenger] Store dates in UTC when using Doctrine (@nicolas-grekas)
- bug symfony/symfony#50277 [Messenger] Add
IS_REPEATABLE
flag toAsMessageHandler
attribute (@adrianguenter) - feature symfony/symfony#50264 [AssetMapper] Flexible public paths + relative path imports + possibility of "building" assets (@weaverryan)
- feature symfony/symfony#49838 [Scheduler] add
RecurringMessage::getId()
and prevent duplicates (@kbond)
v6.3.0-BETA2
Changelog (v6.3.0-BETA1...v6.3.0-BETA2)
- bug symfony/symfony#49557 [PropertyInfo] Fix phpDocExtractor nullable array value type (@fabpot)
- feature symfony/symfony#49608 [OptionsResolver] add
ignoreUndefined()
method to allow skip not interesting options (Constantine Shtompel) - bug symfony/symfony#50192 [Serializer] backed enum throw notNormalizableValueException outside construct method (@alli83)
- bug symfony/symfony#49760 [Serializer] Add missing withSaveOptions method to XmlEncoderContextBuilder (@mtarld)
- bug symfony/symfony#50203 [Messenger] Fix registering message handlers (@nicolas-grekas)