Features:
- Add
LoggerBus
- Add
EventDispatcherBus
- Add
$handleType
inside the events
Changes:
- Command Dispatched log message move from
info
tonotice
BC breaks:
RedisBus
andDirectBus
constructor signature- Remove
DirectCommandBusInterface
- Add
CommandBusInterface::getHandleType
- Remove injected
$bus
fromPreHandleCommandEvent
- Support Symfony3
- We have to dispatch event before serialize commands. (253ae438de2341d175375434a0ac3b758347c701)
- Add onDirectResponse (f9b75f)