Releases: rezzza/command-bus
Releases · rezzza/command-bus
Fix missing use statement.
Update dependencies requirements for upward compatibility
Allow to change verbosity of loggerBus
Add RabbitMQ bus.
Merge pull request #14 from mtrudu/master Add RabbitMqBus with its ProducerGuesser
Return the result of the handler
In all buses excepting the Redis one.
LoggerBus with normalizer
- Add symfony/serializer as requirements
- Change constructor signature of LoggerBus
Logging fixes
- Add
handle_typein log context : To know if we handle in sync or async way - Use the commandSerializer to dump the command logged
Composition FTW
BC breaks:
RedisBusandDirectBusconstructor signature- Remove
DirectCommandBusInterface - Add
CommandBusInterface::getHandleType - Remove injected
$busfromPreHandleCommandEvent
Symfony3 support
Merge pull request #6 from rezzza/tyx-patch-1 Support Symfony 3.0
We have to dispatch event before serialize commands.
v1.1.1 Update changelog.