Skip to content

Releases: symfony/messenger

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)

v5.3.4

26 Jul 18:19
v5.3.4
Compare
Choose a tag to compare

Changelog (v5.3.3...v5.3.4)

  • bug #42173 Fix auth option wrongly considered invalid (chalasr)
  • bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)
  • bug #42067 Make auth option works (welcoMattic)
  • bug #42059 Fixed BC layer for RedeliveryStamp (Nyholm)
  • bug #42060 AmqpTransport implements QueueReceiverInterface (xabbuh)
  • bug #42035 Fix use_notify default value for PostgreSqlConnection (tgalopin)
  • bug #41384 Fix SkippedTestSuite (jderusse)

v5.2.12

26 Jul 17:21
v5.2.12
Compare
Choose a tag to compare

Changelog (v5.2.11...v5.2.12)

  • bug #42173 Fix auth option wrongly considered invalid (chalasr)
  • bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)
  • bug #42067 Make auth option works (welcoMattic)
  • bug #42059 Fixed BC layer for RedeliveryStamp (Nyholm)
  • bug #42035 Fix use_notify default value for PostgreSqlConnection (tgalopin)
  • bug #41384 Fix SkippedTestSuite (jderusse)

v4.4.27

26 Jul 17:32
v4.4.27
Compare
Choose a tag to compare

Changelog (v4.4.26...v4.4.27)

  • bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)
  • bug #41384 Fix SkippedTestSuite (jderusse)

v5.3.3

30 Jun 08:37
v5.3.3
Compare
Choose a tag to compare

Changelog (v5.3.2...v5.3.3)

  • bug #41896 fix FlattenExceptionNormalizer (nicolas-grekas)
  • bug #41751 prevent reflection usages when classes do not exist (xabbuh)

v5.2.11

30 Jun 08:27
v5.2.11
Compare
Choose a tag to compare

Changelog (v5.2.10...v5.2.11)

  • bug #41896 fix FlattenExceptionNormalizer (nicolas-grekas)
  • bug #41751 prevent reflection usages when classes do not exist (xabbuh)
  • bug #41616 Remove TLS related options when not using TLS (odolbeau)

v4.4.26

30 Jun 08:23
v4.4.26
Compare
Choose a tag to compare

Changelog (v4.4.25...v4.4.26)

  • no significant changes

v5.3.2

17 Jun 14:21
v5.3.2
Compare
Choose a tag to compare

Changelog (v5.3.1...v5.3.2)

  • bug #41716 Fix RequestContext not updated (jderusse)
  • bug #41616 Remove TLS related options when not using TLS (odolbeau)
  • bug #41553 fix BC for FrameworkBundle 4.4 with a non-existence alias being used (monteiro)

v5.2.10

01 Jun 10:22
v5.2.10
Compare
Choose a tag to compare

Changelog (v5.2.9...v5.2.10)

  • no significant changes