Releases: symfony/messenger
Releases · symfony/messenger
v4.4.19
Changelog (v4.4.18...v4.4.19)
- bug #39967 fix redis messenger options with dsn (Kleinast)
- bug #39970 Fix transporting non-UTF8 payloads by encoding them using base 64 (nicolas-grekas)
- bug #39598 Fix stopwach usage if it has been reset (lyrixx)
v5.2.1
Changelog (v5.2.0...v5.2.1)
- bug #39494 Add missing symfony/deprecation-contracts requirement (jderusse)
- bug #39298 Fixed incorrect usage of UNLINK with PHPRedis with Redis < 4.0 (wickex)
v5.1.10
Changelog (v5.1.9...v5.1.10)
- bug #39494 Add missing symfony/deprecation-contracts requirement (jderusse)
v4.4.18
Changelog (v4.4.17...v4.4.18)
- no changes
v5.2.0
Changelog (v5.2.0-RC2...v5.2.0)
- bug #39166 Fix mssql compatibility for doctrine transport. (bill moll)
v5.1.9
Changelog (v5.1.8...v5.1.9)
- bug #39166 Fix mssql compatibility for doctrine transport. (bill moll)
- bug #39026 Fix DBAL deprecations in PostgreSqlConnection (chalasr)
v4.4.17
Changelog (v4.4.16...v4.4.17)
- bug #39166 Fix mssql compatibility for doctrine transport. (bill moll)
v5.2.0-RC2
Changelog (v5.2.0-RC1...v5.2.0-RC2)
- no changes
v5.2.0-RC1
Changelog (v5.2.0-BETA3...v5.2.0-RC1)
- bug #39004 Fix JSON deserialization of ErrorDetailsStamp and normalization of FlattenException::$statusText (Jean85)
- bug #39026 Fix DBAL deprecations in PostgreSqlConnection (chalasr)
- feature #38940 Improve formatting of exception in failed message (Jeroen Noten)
- feature #38850 Do not call getQueueUrl when the url is known in AmazonSqs transport (jderusse)
v5.1.8
Changelog (v5.1.7...v5.1.8)
- bug #38612 Allow setting option "login" in DSN (W0rma)
- bug #38618 Avoid early db access for pgsql detection (chalasr)