Features:
- Add
LoggerBus - Add
EventDispatcherBus - Add
$handleTypeinside the events
Changes:
- Command Dispatched log message move from
infotonotice
BC breaks:
RedisBusandDirectBusconstructor signature- Remove
DirectCommandBusInterface - Add
CommandBusInterface::getHandleType - Remove injected
$busfromPreHandleCommandEvent
- Support Symfony3
- We have to dispatch event before serialize commands. (253ae438de2341d175375434a0ac3b758347c701)
- Add onDirectResponse (f9b75f)