Releases: symfony/messenger
Releases · symfony/messenger
v6.2.0-RC1
Changelog (v6.2.0-BETA3...v6.2.0-RC1)
- no significant changes
v6.2.0-BETA3
Changelog (v6.2.0-BETA2...v6.2.0-BETA3)
- bug #48198 Fix time-limit check exception (alamirault)
- bug #48085 Tell about messenger:consume invalid limit options (MatTheCat)
- bug #48120 Do not throw 'no handlers' exception when skipping handlers due to duplicate handling (wouterj)
v6.2.0-BETA1
Changelog (v6.1.6...v6.2.0-BETA1)
- feature #46053 Add option
allow_no_senders
to enable throwing when a message doesn't have a sender (babeuloula) - feature #47730 Ban DateTime from the codebase (WebMamba)
- feature #47068 Deprecate MessageHandlerInterface and MessageSubscriberInterface (alamirault)
- feature #47460 add dedicated method for disabling instead of passing boolean flags (xabbuh)
- feature #39622 Be able to get raw data when a message in not decodable by the PHP Serializer (lyrixx)
- feature #41171 Add simple transport based rate limiter to Messenger (bobvandevijver)
- feature #40152 Pass sender details to SendMessageToTransportsEvent (Jeroeny)
- feature #45418 Add HandlerArgumentsStamp (enumag)
- feature #39306 Add
TransportNamesStamp
to change the transport while dispatching a message (asilelik, fabpot) - feature #46571 Add new
messenger:count
command that return a list of transports with their "to be processed" message count. (ktherage, ogizanagi, EXT - THERAGE Kevin) - feature #47008 Add options to
FailedMessagesShowCommand
(Florian Guimier, fabpot) - feature #46229 Make Redis messages countable (Jean-Beru)
v6.1.6
Changelog (v6.1.5...v6.1.6)
- bug #47702 Fix default serializer not handling DateTime objects properly (barton-webwings)
v6.0.14
Changelog (v6.0.13...v6.0.14)
- bug #47702 Fix default serializer not handling DateTime objects properly (barton-webwings)
v5.4.14
Changelog (v5.4.13...v5.4.14)
- bug #47702 Fix default serializer not handling DateTime objects properly (barton-webwings)
v4.4.47
Changelog (v4.4.46...v4.4.47)
- bug #47702 Fix default serializer not handling DateTime objects properly (barton-webwings)
v6.1.5
Changelog (v6.1.4...v6.1.5)
- bug #47227 Support for custom handler method containing a Union type tagged with #[AsMessageHandler] (ArchitectNate)
- bug #47533 decode URL-encoded characters in DSN's usernames/passwords (xabbuh)
v6.0.13
Changelog (v6.0.12...v6.0.13)
- bug #47533 decode URL-encoded characters in DSN's usernames/passwords (xabbuh)
v5.4.13
Changelog (v5.4.12...v5.4.13)
- bug #47533 decode URL-encoded characters in DSN's usernames/passwords (xabbuh)