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-4.3.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ Messenger
91
91
92
92
* `Amqp` transport does not throw `\AMQPException` anymore, catch `TransportException` instead.
93
93
* Deprecated the `LoggingMiddleware` class, pass a logger to `SendMessageMiddleware` instead.
94
-
* Deprecated publishing with a routing key from queue configuration, use exchange configuration instead.
94
+
* Deprecated routing key from queue configuration (`queue[routing_key]` in the DSN), use exchange configuration instead (`exchange[routing_key]` in the DSN).
0 commit comments