Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd83644

Browse files
committed
[Messenger] Update UPGRADE-6.0.md
1 parent 89c4308 commit dd83644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-6.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Messenger
122122
* The signature of method `RetryStrategyInterface::isRetryable()` has been updated to `RetryStrategyInterface::isRetryable(Envelope $message, \Throwable $throwable = null)`.
123123
* The signature of method `RetryStrategyInterface::getWaitingTime()` has been updated to `RetryStrategyInterface::getWaitingTime(Envelope $message, \Throwable $throwable = null)`.
124124
* 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`.
126126

127127
Mime
128128
----

0 commit comments

Comments
 (0)