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 52040af commit 77cf0b4Copy full SHA for 77cf0b4
src/Symfony/Component/Messenger/CHANGELOG.md
@@ -5,11 +5,11 @@ CHANGELOG
5
---
6
7
* Add `SentForRetryStamp` that identifies whether a failed message was sent for retry
8
+ * Add `Symfony\Component\Messenger\Middleware\DeduplicateMiddleware` and `Symfony\Component\Messenger\Stamp\DeduplicateStamp`
9
10
7.2
11
12
- * Add `Symfony\Component\Messenger\Middleware\DeduplicateMiddleware` and `Symfony\Component\Messenger\Stamp\DeduplicateStamp`
13
* Add `$previous` to the exception output at the `messenger:failed:show` command
14
* `WrappedExceptionsInterface` now extends PHP's `Throwable` interface
15
* Add `#[AsMessage]` attribute with `$transport` parameter for message routing
0 commit comments