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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ Messenger
122
122
* The signature of method `RetryStrategyInterface::isRetryable()` has been updated to `RetryStrategyInterface::isRetryable(Envelope $message, \Throwable $throwable = null)`.
123
123
* The signature of method `RetryStrategyInterface::getWaitingTime()` has been updated to `RetryStrategyInterface::getWaitingTime(Envelope $message, \Throwable $throwable = null)`.
124
124
* Removed the `prefetch_count` parameter in the AMQP bridge.
125
-
*Deprecated the use of TLS option for Redis Bridge. Replace `redis://127.0.0.1?tls=1` with `rediss://127.0.0.1`.
125
+
*Removed TLS option for Redis Bridge in favor of `rediss://` dsn. Replace `redis://127.0.0.1?tls=1` with `rediss://127.0.0.1`.
0 commit comments