Releases: symfony/messenger
Releases · symfony/messenger
v5.3.7
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
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
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
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
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
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
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
Changelog (v4.4.25...v4.4.26)
- no significant changes
v5.3.2
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
Changelog (v5.2.9...v5.2.10)
- no significant changes