Skip to content

Releases: rezzza/command-bus

Fix missing use statement.

29 Jun 07:59

Choose a tag to compare

Merge pull request #17 from ScullWM/missing_ns

Fix missing NoProducerFoundException namespace

Update dependencies requirements for upward compatibility

08 Mar 09:01

Choose a tag to compare

Allow to change verbosity of loggerBus

05 Jan 16:25

Choose a tag to compare

Add RabbitMQ bus.

21 Dec 10:55

Choose a tag to compare

Merge pull request #14 from mtrudu/master

Add RabbitMqBus with its ProducerGuesser

Return the result of the handler

08 Sep 11:20

Choose a tag to compare

In all buses excepting the Redis one.

LoggerBus with normalizer

22 Feb 17:04
@tyx tyx

Choose a tag to compare

  • Add symfony/serializer as requirements
  • Change constructor signature of LoggerBus

Logging fixes

12 Feb 10:14
@tyx tyx

Choose a tag to compare

  • Add handle_type in log context : To know if we handle in sync or async way
  • Use the commandSerializer to dump the command logged

Composition FTW

15 Jan 10:30
@tyx tyx

Choose a tag to compare

BC breaks:

  • RedisBus and DirectBus constructor signature
  • Remove DirectCommandBusInterface
  • Add CommandBusInterface::getHandleType
  • Remove injected $bus from PreHandleCommandEvent

Symfony3 support

11 Dec 15:26
@tyx tyx

Choose a tag to compare

Merge pull request #6 from rezzza/tyx-patch-1

Support Symfony 3.0

We have to dispatch event before serialize commands.

20 Oct 08:23

Choose a tag to compare