Releases: symfony/messenger
Releases · symfony/messenger
v7.1.0
Changelog (v7.1.0-RC1...v7.1.0)
- no significant changes
v7.1.0-RC1
Changelog (v7.1.0-BETA1...v7.1.0-RC1)
- feature symfony/symfony#54859 [Messenger] Don't mark
EnvelopeAwareExceptionInterface
internal (@valtzu) - bug symfony/symfony#54842 [Messenger] Don't drop stamps when message validation fails (@valtzu)
v7.1.0-BETA1
Changelog (v7.0.7...v7.1.0-BETA1)
- feature symfony/symfony#54589 [Messenger] forward a Clock instance to the created InMemoryTransport (@xabbuh)
- feature symfony/symfony#54510 [Console] Handle SIGQUIT signal (@ostrolucky)
- feature symfony/symfony#54381 [Messenger] Allow extending attribute class
AsMessageHandler
(@GromNaN) - feature symfony/symfony#53892 [Messenger][AMQP] Automatically reconnect on connection loss (@ostrolucky)
- feature symfony/symfony#48603 [Messenger][Amqp] Add config option 'arguments' for delay queues (Thomas Beaujean)
- feature symfony/symfony#53328 [Messenger] Add jitter parameter to MultiplierRetryStrategy (@rmikalkenas)
- feature symfony/symfony#52971 [Messenger] Make
#[AsMessageHandler]
final (@Valmonzo) - feature symfony/symfony#52893 [Cache][Messenger] make both options redis_sentinel and sentinel_master available everywhere (@xabbuh)
- feature symfony/symfony#52411 [Messenger] Add
--all
option tomessenger:consume
(@javaDeveloperKid)
v7.0.7
Changelog (v7.0.6...v7.0.7)
- bug symfony/symfony#54673 [Messenger] explicitly cast boolean SSL stream options (@xabbuh)
- bug symfony/symfony#54392 [Messenger] Make Doctrine connection ignore unrelated tables on setup (@MatTheCat)
- bug symfony/symfony#54105 [Messenger] Improve deadlock handling on
ack()
andreject()
(@jwage)
v6.4.7
Changelog (v6.4.6...v6.4.7)
- bug symfony/symfony#54673 [Messenger] explicitly cast boolean SSL stream options (@xabbuh)
- bug symfony/symfony#54392 [Messenger] Make Doctrine connection ignore unrelated tables on setup (@MatTheCat)
- bug symfony/symfony#54105 [Messenger] Improve deadlock handling on
ack()
andreject()
(@jwage)
v5.4.39
Changelog (v5.4.38...v5.4.39)
- bug symfony/symfony#54392 [Messenger] Make Doctrine connection ignore unrelated tables on setup (@MatTheCat)
v7.0.6
Changelog (v7.0.5...v7.0.6)
- bug symfony/symfony#54121 [Messenger] Catch TableNotFoundException in MySQL delete (@acbramley)
- bug symfony/symfony#54124 [Messenger] trigger retry logic when message is a redelivery (@nikophil)
- bug symfony/symfony#54167 [Messenger] [Amqp] Handle AMQPConnectionException when publishing a message. (@jwage)
v6.4.6
Changelog (v6.4.5...v6.4.6)
- bug symfony/symfony#54121 [Messenger] Catch TableNotFoundException in MySQL delete (@acbramley)
- bug symfony/symfony#54124 [Messenger] trigger retry logic when message is a redelivery (@nikophil)
- bug symfony/symfony#54167 [Messenger] [Amqp] Handle AMQPConnectionException when publishing a message. (@jwage)
v5.4.38
Changelog (v5.4.37...v5.4.38)
- bug symfony/symfony#54121 [Messenger] Catch TableNotFoundException in MySQL delete (@acbramley)
v7.0.4
Changelog (v7.0.3...v7.0.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)