Releases: symfony/messenger
Releases · symfony/messenger
v6.4.4
Changelog (v6.4.3...v6.4.4)
- bug symfony/symfony#54050 [Messenger] Revert "Resend failed retries back to failure transport " (@ro0NL)
- bug symfony/symfony#54045 [Config][Messenger][Security] Don't turn deprecations into exceptions when unserializing (@nicolas-grekas)
- bug symfony/symfony#53960 [Messenger] the 'use_notify' option is on the factory, not on the postgres connection (@dbu)
- bug symfony/symfony#53819 [Doctrine Messenger] Fix support for pgsql + pgbouncer. (@jwage)
- bug symfony/symfony#53944 [Messenger] Gracefully fallback to empty queue config (@Wirone)
- bug symfony/symfony#53910 [Messenger] Fix SQS visibility_timeout type (@valtzu)
- bug symfony/symfony#53730 [Messenger] [Beanstalkd] fix tube stats when it's empty (@eminjk)
v5.4.36
Changelog (v5.4.35...v5.4.36)
- bug symfony/symfony#54045 [Config][Messenger][Security] Don't turn deprecations into exceptions when unserializing (@nicolas-grekas)
- bug symfony/symfony#53960 [Messenger] the 'use_notify' option is on the factory, not on the postgres connection (@dbu)
- bug symfony/symfony#53944 [Messenger] Gracefully fallback to empty queue config (@Wirone)
- bug symfony/symfony#53910 [Messenger] Fix SQS visibility_timeout type (@valtzu)
- bug symfony/symfony#53730 [Messenger] [Beanstalkd] fix tube stats when it's empty (@eminjk)
v7.0.3
Changelog (v7.0.2...v7.0.3)
- bug symfony/symfony#53183 [Messenger] PhpSerializer: TypeError should throw
MessageDecodingFailedException
(@B-Galati) - bug symfony/symfony#53525 [Messenger] [AMQP] Throw exception on
nack
callback (@kvrushifa) - bug symfony/symfony#53441 [Messenger] Amazon SQS Delay has a max of 15 minutes (@alamirault)
- bug symfony/symfony#52930 [Messenger] Fix Redis messenger scheme comparison (@freswa)
- bug symfony/symfony#53320 [Cache][DependencyInjection][Lock][Mailer][Messenger][Notifier][Translation] Url decode username and passwords from
parse_url()
results (@alexandre-daubois)
v6.4.3
Changelog (v6.4.2...v6.4.3)
- bug symfony/symfony#53183 [Messenger] PhpSerializer: TypeError should throw
MessageDecodingFailedException
(@B-Galati) - bug symfony/symfony#53525 [Messenger] [AMQP] Throw exception on
nack
callback (@kvrushifa) - bug symfony/symfony#53441 [Messenger] Amazon SQS Delay has a max of 15 minutes (@alamirault)
- bug symfony/symfony#52930 [Messenger] Fix Redis messenger scheme comparison (@freswa)
- bug symfony/symfony#53320 [Cache][DependencyInjection][Lock][Mailer][Messenger][Notifier][Translation] Url decode username and passwords from
parse_url()
results (@alexandre-daubois)
v6.3.12
Changelog (v6.3.11...v6.3.12)
- bug symfony/symfony#53183 [Messenger] PhpSerializer: TypeError should throw
MessageDecodingFailedException
(@B-Galati) - bug symfony/symfony#53525 [Messenger] [AMQP] Throw exception on
nack
callback (@kvrushifa) - bug symfony/symfony#53441 [Messenger] Amazon SQS Delay has a max of 15 minutes (@alamirault)
- bug symfony/symfony#53320 [Cache][DependencyInjection][Lock][Mailer][Messenger][Notifier][Translation] Url decode username and passwords from
parse_url()
results (@alexandre-daubois)
v5.4.35
Changelog (v5.4.34...v5.4.35)
- bug symfony/symfony#53183 [Messenger] PhpSerializer: TypeError should throw
MessageDecodingFailedException
(@B-Galati) - bug symfony/symfony#53525 [Messenger] [AMQP] Throw exception on
nack
callback (@kvrushifa) - bug symfony/symfony#53441 [Messenger] Amazon SQS Delay has a max of 15 minutes (@alamirault)
- bug symfony/symfony#53320 [Cache][DependencyInjection][Lock][Mailer][Messenger][Notifier][Translation] Url decode username and passwords from
parse_url()
results (@alexandre-daubois)
v7.0.1
Changelog (v7.0.0...v7.0.1)
- bug symfony/symfony#52823 add parameter types in query builder (@javiercno)
v7.0.0
Changelog (v7.0.0-RC2...v7.0.0)
- no significant changes
v6.4.0
Changelog (v6.4.0-RC2...v6.4.0)
- no significant changes
v6.3.9
Changelog (v6.3.8...v6.3.9)
- bug symfony/symfony#52693 [Messenger] Fix message handlers with multiple
from_transports
(@valtzu) - bug symfony/symfony#52629 [Messenger] Fix support for Redis Sentinel using php-redis 6.0.0 (@pepeh)
- bug symfony/symfony#52459 [Cache][HttpFoundation][Lock] Fix PDO store not creating table + add tests (@HypeMC)
- bug symfony/symfony#52588 [Messenger] Use extension_loaded call to check if pcntl extension is loaded, as SIGTERM might be set be swoole (Sergii Dolgushev)
- bug symfony/symfony#52581 [Messenger] attach all required parameters to query (@xabbuh)