Skip to content

Releases: symfony/messenger

v5.0.11

24 Jul 04:21
v5.0.11
Compare
Choose a tag to compare

Changelog (v5.0.10...v5.0.11)

  • bug #37569 Allow same middleware to be used multiple times with different arguments (HypeMC)
  • bug #37358 Directly use the driverConnection executeUpdate method (TristanPouliquen)
  • bug #37341 Fix support for PHP8 union types (nicolas-grekas)
  • bug #37268 Fix precedence of DSN options for 4.4 (jderusse)

v4.4.11

24 Jul 04:14
v4.4.11
Compare
Choose a tag to compare

Changelog (v4.4.10...v4.4.11)

  • bug #37569 Allow same middleware to be used multiple times with different arguments (HypeMC)
  • bug #37358 Directly use the driverConnection executeUpdate method (TristanPouliquen)
  • bug #37341 Fix support for PHP8 union types (nicolas-grekas)
  • bug #37268 Fix precedence of DSN options for 4.4 (jderusse)

v5.1.2

15 Jun 14:01
v5.1.2
Compare
Choose a tag to compare

Changelog (v5.1.1...v5.1.2)

  • no changes

v5.1.1

12 Jun 12:21
v5.1.1
Compare
Choose a tag to compare

Changelog (v5.1.0...v5.1.1)

  • bug #37127 Fixed left-over debug statement (sstok)
  • bug #37117 set column length for mysql 5.6 compatibility (Nemo64)
  • bug #37038 Fix invalid char in SQS Headers (jderusse)

v5.0.10

12 Jun 11:25
v5.0.10
Compare
Choose a tag to compare

Changelog (v5.0.9...v5.0.10)

  • no changes

v4.4.10

12 Jun 11:19
v4.4.10
Compare
Choose a tag to compare

Changelog (v4.4.9...v4.4.10)

  • no changes

v5.1.0

31 May 06:18
v5.1.0
Compare
Choose a tag to compare

Changelog (v5.1.0-RC2...v5.1.0)

  • bug #36990 Change the default notify timeout value for PostgreSQL (fabpot)

v5.0.9

31 May 06:14
v5.0.9
Compare
Choose a tag to compare

Changelog (v5.0.8...v5.0.9)

  • bug #36747 Queue name is a required parameter (theravel)

v4.4.9

31 May 05:30
v4.4.9
Compare
Choose a tag to compare

Changelog (v4.4.8...v4.4.9)

  • bug #36747 Queue name is a required parameter (theravel)

v5.1.0-RC2

26 May 07:40
v5.1.0-RC2
Compare
Choose a tag to compare
v5.1.0-RC2 Pre-release
Pre-release

Changelog (v5.1.0-RC1...v5.1.0-RC2)

  • bug #36966 Fix extra SQL support in Doctrine migrations (fabpot)
  • bug #36938 Don't call method_exists() with non-objects. (derrabus)
  • bug #36873 Fixed check for allowed options in AwsSqs configuration (kroshilin)