Skip to content

Releases: symfony/messenger

v5.2.4

04 Mar 18:12
v5.2.4
Compare
Choose a tag to compare

Changelog (v5.2.3...v5.2.4)

  • bug #40336 Doctrine setup with migrations (Nyholm)

v4.4.20

04 Mar 18:05
v4.4.20
Compare
Choose a tag to compare

Changelog (v4.4.19...v4.4.20)

  • no changes

v5.2.3

03 Feb 04:56
v5.2.3
Compare
Choose a tag to compare

Changelog (v5.2.2...v5.2.3)

  • bug #40055 Fix Doctrine setup when using a migration (fabpot)

v5.2.2

27 Jan 14:57
v5.2.2
Compare
Choose a tag to compare

Changelog (v5.2.1...v5.2.2)

  • 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 #39839 Fix auto-setup for fifo queue (starred-gijs)
  • bug #39674 fix postgres transport when the retry table is the same (lyrixx)
  • bug #39598 Fix stopwach usage if it has been reset (lyrixx)
  • bug #39795 Dont allow unserializing classes with a destructor - 5.1 (jderusse)

v5.1.11

27 Jan 14:46
v5.1.11
Compare
Choose a tag to compare

Changelog (v5.1.10...v5.1.11)

  • 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 #39839 Fix auto-setup for fifo queue (starred-gijs)
  • bug #39674 fix postgres transport when the retry table is the same (lyrixx)
  • bug #39598 Fix stopwach usage if it has been reset (lyrixx)
  • bug #39795 Dont allow unserializing classes with a destructor - 5.1 (jderusse)

v4.4.19

27 Jan 14:20
v4.4.19
Compare
Choose a tag to compare

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

18 Dec 14:10
v5.2.1
Compare
Choose a tag to compare

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

18 Dec 13:49
v5.1.10
Compare
Choose a tag to compare

Changelog (v5.1.9...v5.1.10)

  • bug #39494 Add missing symfony/deprecation-contracts requirement (jderusse)

v4.4.18

18 Dec 13:42
v4.4.18
Compare
Choose a tag to compare

Changelog (v4.4.17...v4.4.18)

  • no changes

v5.2.0

30 Nov 06:00
v5.2.0
Compare
Choose a tag to compare

Changelog (v5.2.0-RC2...v5.2.0)

  • bug #39166 Fix mssql compatibility for doctrine transport. (bill moll)