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: src/Symfony/Component/Messenger/CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ CHANGELOG
5
5
---
6
6
7
7
* Add `AsMessageHandler` attribute for declaring message handlers on PHP 8.
8
+
* Add support for handling messages in batches with `BatchHandlerInterface` and corresponding trait
8
9
* Add `StopWorkerExceptionInterface` and its implementation `StopWorkerException` to stop the worker.
9
10
* Add support for resetting container services after each messenger message.
10
11
* Added `WorkerMetadata` class which allows you to access the configuration details of a worker, like `queueNames` and `transportNames` it consumes from.
0 commit comments