Skip to content

Releases: symfony/messenger

v6.0.1

09 Dec 13:48
v6.0.1
Compare
Choose a tag to compare

Changelog (v6.0.0...v6.0.1)

  • bug #44494 Remove FQCN type hints on properties (fabpot)

v6.0.0

29 Nov 17:09
v6.0.0
Compare
Choose a tag to compare

Changelog (v6.0.0-RC1...v6.0.0)

  • bug #44309 Leverage DBAL's getNativeConnection() method (derrabus)

v5.4.0

29 Nov 17:01
v5.4.0
Compare
Choose a tag to compare

Changelog (v5.4.0-RC1...v5.4.0)

  • bug #44309 Leverage DBAL's getNativeConnection() method (derrabus)

v6.0.0-RC1

24 Nov 09:06
v6.0.0-RC1
Compare
Choose a tag to compare
v6.0.0-RC1 Pre-release
Pre-release

Changelog (v6.0.0-BETA3...v6.0.0-RC1)

  • no significant changes

v5.4.0-RC1

24 Nov 08:58
v5.4.0-RC1
Compare
Choose a tag to compare
v5.4.0-RC1 Pre-release
Pre-release

Changelog (v5.4.0-BETA3...v5.4.0-RC1)

  • no significant changes

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)