Skip to content

Releases: symfony/messenger

v5.3.11

22 Nov 14:33
v5.3.11
Compare
Choose a tag to compare

Changelog (v5.3.10...v5.3.11)

  • bug #43915 Fix tests (jderusse)
  • bug #43096 Use TransportMessageIdStamp in InMemoryTransport allows retrying (alexndlm)

v4.4.34

22 Nov 14:16
v4.4.34
Compare
Choose a tag to compare

Changelog (v4.4.33...v4.4.34)

  • bug #43096 Use TransportMessageIdStamp in InMemoryTransport allows retrying (alexndlm)

v6.0.0-BETA1

05 Nov 08:18
v6.0.0-BETA1
Compare
Choose a tag to compare
v6.0.0-BETA1 Pre-release
Pre-release

Changelog (v5.3.10...v6.0.0-BETA1)

  • feature #43663 Add command completion for failed messages (scyzoryck)
  • feature #43891 Add completion to command messenger:consume (GromNaN)
  • feature #42471 Add generic types to traversable implementations (derrabus)
  • feature #43354 allow processing messages in batches (nicolas-grekas)
  • feature #43598 add suggestions for debug commands: firewall, form, messenger, router (IonBazan)
  • feature #43588 Autoconfigurable attributes (alirezamirsepassi)
  • feature #43640 Add completion to messenger:setup-transports command (Tayfun74)
  • feature #43576 subtract handling time from sleep time in worker (nicolas-grekas)
  • feature #43492 Lower log level in case of retry (jderusse)
  • feature #42723 Log when worker should stop and when SIGTERM is received (ruudk)
  • feature #42257 Allow using user's serializer for message do not fit the expected JSON structure (welcoMattic)
  • feature #42335 Add WorkerMetadata to Worker class. (okwinza)
  • feature #41163 Add support for reseting container services between 2 messages (lyrixx)
  • feature #42957 remove @experimental flag (nicolas-grekas)
  • feature #42163 Prepare turning delete_after_ack to true in 6.0 (chalasr)
  • feature #42088 add return types and bump to v3 (nicolas-grekas)
  • feature #41319 Removed deprecated code (Nyholm)
  • feature #41851 Add TesterTrait::assertCommandIsSuccessful() helper (yoannrenard)
  • feature #39623 Added StopWorkerException (lyrixx)
  • feature #41304 Remove LegacyEventDispatcherProxy (derrabus)
  • feature #41314 Remove dependency on bridge packages (Nyholm)
  • feature #41282 Bump Symfony 6 to PHP 8 (nicolas-grekas)

v5.4.0-BETA1

05 Nov 07:20
v5.4.0-BETA1
Compare
Choose a tag to compare
v5.4.0-BETA1 Pre-release
Pre-release

Changelog (v5.3.10...v5.4.0-BETA1)

  • feature #43663 Add command completion for failed messages (scyzoryck)
  • feature #43891 Add completion to command messenger:consume (GromNaN)
  • feature #42471 Add generic types to traversable implementations (derrabus)
  • feature #43354 allow processing messages in batches (nicolas-grekas)
  • feature #43598 add suggestions for debug commands: firewall, form, messenger, router (IonBazan)
  • feature #43588 Autoconfigurable attributes (alirezamirsepassi)
  • feature #43640 Add completion to messenger:setup-transports command (Tayfun74)
  • feature #43576 subtract handling time from sleep time in worker (nicolas-grekas)
  • feature #43492 Lower log level in case of retry (jderusse)
  • feature #42723 Log when worker should stop and when SIGTERM is received (ruudk)
  • feature #42257 Allow using user's serializer for message do not fit the expected JSON structure (welcoMattic)
  • feature #42335 Add WorkerMetadata to Worker class. (okwinza)
  • feature #41163 Add support for reseting container services between 2 messages (lyrixx)
  • feature #42957 remove @experimental flag (nicolas-grekas)
  • feature #42163 Prepare turning delete_after_ack to true in 6.0 (chalasr)
  • feature #41851 Add TesterTrait::assertCommandIsSuccessful() helper (yoannrenard)
  • feature #39623 Added StopWorkerException (lyrixx)

v5.3.10

29 Oct 08:40
v5.3.10
Compare
Choose a tag to compare

Changelog (v5.3.9...v5.3.10)

  • bug #43781 Fix TraceableMessageBus implementation so it can compute caller even when used within a callback (Ocramius)
  • bug #43630 Fix unwrapping the Postgres connection in DBAL 3 (derrabus)
  • bug #43568 fix: TypeError in PhpSerializer::encode() (dsech)
  • bug #43484 Fix Redis Transport when username is empty (villfa)

v4.4.33

29 Oct 08:36
v4.4.33
Compare
Choose a tag to compare

Changelog (v4.4.32...v4.4.33)

  • bug #43781 Fix TraceableMessageBus implementation so it can compute caller even when used within a callback (Ocramius)
  • bug #43568 fix: TypeError in PhpSerializer::encode() (dsech)
  • bug #43484 Fix Redis Transport when username is empty (villfa)

v5.3.9

28 Sep 10:38
v5.3.9
Compare
Choose a tag to compare

Changelog (v5.3.8...v5.3.9)

  • no significant changes

v4.4.32

28 Sep 10:24
v4.4.32
Compare
Choose a tag to compare

Changelog (v4.4.31...v4.4.32)

  • no significant changes

v5.3.7

30 Aug 12:42
v5.3.7
Compare
Choose a tag to compare

Changelog (v5.3.6...v5.3.7)

  • bug #42345 Remove indices in messenger table on MySQL to prevent deadlocks while removing messages when running multiple consumers (jeroennoten)
  • bug #41378 Fix ErrorDetailsStamp denormalization (wucdbm)
  • bug #42707 Do not leak any credentials when connection fails (ruudk)

v4.4.30

30 Aug 12:33
v4.4.30
Compare
Choose a tag to compare

Changelog (v4.4.29...v4.4.30)

  • bug #42345 Remove indices in messenger table on MySQL to prevent deadlocks while removing messages when running multiple consumers (jeroennoten)