We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b951f8a commit 2f89e25Copy full SHA for 2f89e25
src/Symfony/Component/Messenger/CHANGELOG.md
@@ -1,13 +1,17 @@
1
CHANGELOG
2
=========
3
4
+6.2
5
+---
6
+
7
+ * Add possibility to configure exchange to exchange bindings in AMQP transport
8
9
6.1
10
---
11
12
* Add `SerializedMessageStamp` to avoid serializing a message when a retry occurs
13
* Automatically resolve handled message type when method different from `__invoke` is used as handler
14
* Allow `#[AsMessageHandler]` attribute on methods
- * Add possibility to configure exchange to exchange bindings in AMQP transport
15
16
6.0
17
0 commit comments