Skip to content

Releases: symfony/messenger

v6.2.0-BETA1

24 Oct 13:03
v6.2.0-BETA1
Compare
Choose a tag to compare
v6.2.0-BETA1 Pre-release
Pre-release

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

12 Oct 07:54
v6.1.6
Compare
Choose a tag to compare

Changelog (v6.1.5...v6.1.6)

  • bug #47702 Fix default serializer not handling DateTime objects properly (barton-webwings)

v6.0.14

12 Oct 07:48
v6.0.14
Compare
Choose a tag to compare

Changelog (v6.0.13...v6.0.14)

  • bug #47702 Fix default serializer not handling DateTime objects properly (barton-webwings)

v5.4.14

12 Oct 07:43
v5.4.14
Compare
Choose a tag to compare

Changelog (v5.4.13...v5.4.14)

  • bug #47702 Fix default serializer not handling DateTime objects properly (barton-webwings)

v4.4.47

12 Oct 07:12
v4.4.47
Compare
Choose a tag to compare

Changelog (v4.4.46...v4.4.47)

  • bug #47702 Fix default serializer not handling DateTime objects properly (barton-webwings)

v6.1.5

30 Sep 08:17
v6.1.5
Compare
Choose a tag to compare

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

30 Sep 08:10
v6.0.13
Compare
Choose a tag to compare

Changelog (v6.0.12...v6.0.13)

  • bug #47533 decode URL-encoded characters in DSN's usernames/passwords (xabbuh)

v5.4.13

30 Sep 08:03
v5.4.13
Compare
Choose a tag to compare

Changelog (v5.4.12...v5.4.13)

  • bug #47533 decode URL-encoded characters in DSN's usernames/passwords (xabbuh)

v4.4.46

30 Sep 07:40
v4.4.46
Compare
Choose a tag to compare

Changelog (v4.4.45...v4.4.46)

  • bug #47533 decode URL-encoded characters in DSN's usernames/passwords (xabbuh)

v4.4.45

26 Aug 14:40
v4.4.45
Compare
Choose a tag to compare

Changelog (v4.4.44...v4.4.45)

  • bug #47157 Fix Doctrine transport on MySQL (nicolas-grekas)