Skip to content

Releases: symfony/messenger

v8.0.8

31 Mar 21:31

Choose a tag to compare

Changelog (v8.0.7...v8.0.8)

  • bug #63691 Use SignalRegistry::isSupported() in ConsumeMessagesCommand (@shyim)
  • bug #63643 Fix duplicate pending messages in Redis transport with batch handlers (@wazum)

v7.4.8

31 Mar 21:11

Choose a tag to compare

Changelog (v7.4.7...v7.4.8)

  • bug #63691 Use SignalRegistry::isSupported() in ConsumeMessagesCommand (@shyim)
  • bug #63643 Fix duplicate pending messages in Redis transport with batch handlers (@wazum)

v6.4.36

31 Mar 20:42

Choose a tag to compare

Changelog (v6.4.35...v6.4.36)

  • bug #63691 Use SignalRegistry::isSupported() in ConsumeMessagesCommand (@shyim)
  • bug #63643 Fix duplicate pending messages in Redis transport with batch handlers (@wazum)

v8.0.7

06 Mar 17:12

Choose a tag to compare

Changelog (v8.0.6...v8.0.7)

  • bug #63559 Flush batch handlers after inactivity timeout when worker is busy (@nicolas-grekas)

v7.4.7

06 Mar 16:45

Choose a tag to compare

Changelog (v7.4.6...v7.4.7)

  • bug #63559 Flush batch handlers after inactivity timeout when worker is busy (@nicolas-grekas)

v6.4.35

06 Mar 16:31

Choose a tag to compare

Changelog (v6.4.34...v6.4.35)

  • bug #63559 Flush batch handlers after inactivity timeout when worker is busy (@nicolas-grekas)

v8.0.6

26 Feb 09:14

Choose a tag to compare

Changelog (v8.0.5...v8.0.6)

  • bug #52083 Don't use retry routing key when sending to failure transport (Fabien Perroquin)
  • bug #63275 Fix re-sending failed messages to a different failure transport (@bartholdbos)
  • bug #63391 Align Redis sentinel auth handling across components (@nicolas-grekas)
  • bug #63380 Use mutable datetime columns in Doctrine transport schema (@nicolas-grekas)
  • bug #63272 Fix forwarding SSL settings to the redis sentinel (@CientistaDaWeb)
  • bug #63288 Optimize serialized size of ErrorDetailsStamp (@nicolas-grekas)
  • bug #63292 Fix AMQP heartbeat reconnection during in-flight message handling (@wazum)
  • bug #63282 Revert batch processing fix (@HypeMC)
  • bug #58433 Avoid skipping batch handlers on flush (Erwin Houtsma)
  • bug #63226 Fix calling nack() when ack() fails (@nicolas-grekas)

v7.4.6

26 Feb 08:41

Choose a tag to compare

Changelog (v7.4.5...v7.4.6)

  • bug #52083 Don't use retry routing key when sending to failure transport (Fabien Perroquin)
  • bug #63275 Fix re-sending failed messages to a different failure transport (@bartholdbos)
  • bug #63391 Align Redis sentinel auth handling across components (@nicolas-grekas)
  • bug #63380 Use mutable datetime columns in Doctrine transport schema (@nicolas-grekas)
  • bug #63272 Fix forwarding SSL settings to the redis sentinel (@CientistaDaWeb)
  • bug #63288 Optimize serialized size of ErrorDetailsStamp (@nicolas-grekas)
  • bug #63292 Fix AMQP heartbeat reconnection during in-flight message handling (@wazum)
  • bug #63282 Revert batch processing fix (@HypeMC)
  • bug #58433 Avoid skipping batch handlers on flush (Erwin Houtsma)
  • bug #63226 Fix calling nack() when ack() fails (@nicolas-grekas)

v6.4.34

26 Feb 08:29

Choose a tag to compare

Changelog (v6.4.33...v6.4.34)

  • bug #52083 Don't use retry routing key when sending to failure transport (Fabien Perroquin)
  • bug #63275 Fix re-sending failed messages to a different failure transport (@bartholdbos)
  • bug #63272 Fix forwarding SSL settings to the redis sentinel (@CientistaDaWeb)
  • bug #63288 Optimize serialized size of ErrorDetailsStamp (@nicolas-grekas)
  • bug #63292 Fix AMQP heartbeat reconnection during in-flight message handling (@wazum)
  • bug #63282 Revert batch processing fix (@HypeMC)
  • bug #58433 Avoid skipping batch handlers on flush (Erwin Houtsma)
  • bug #63226 Fix calling nack() when ack() fails (@nicolas-grekas)

v8.0.4

25 Jan 08:31

Choose a tag to compare

Changelog (v8.0.3...v8.0.4)

  • bug #62988 Fix DBALv4 support by replacing trigger by explicit pg_notify() (nicolas-grekas)
  • bug #62779 Fix DeduplicateStamp serialization (VincentLanglet)
  • bug #62872 Fix processing batches (@HypeMC)