You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE-6.0.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ Messenger
65
65
* Removed Doctrine transport. Run `composer require symfony/doctrine-messenger` to keep the transport in your application.
66
66
* Removed RedisExt transport. Run `composer require symfony/redis-messenger` to keep the transport in your application.
67
67
* Use of invalid options in Redis and AMQP connections now throws an error.
68
+
* The signature of method `RetryStrategyInterface::isRetryable()` has been updated to `RetryStrategyInterface::isRetryable(Envelope $message, \Throwable $throwable)`.
69
+
* The signature of method `RetryStrategyInterface::getWaitingTime()` has been updated to `RetryStrategyInterface::getWaitingTime(Envelope $message, \Throwable $throwable)`.
0 commit comments