Skip to content

Releases: rezzza/command-bus

Fix missing use statement.

Choose a tag to compare

@stephpy stephpy released this 29 Jun 07:59
Merge pull request #17 from ScullWM/missing_ns

Fix missing NoProducerFoundException namespace

Update dependencies requirements for upward compatibility

Choose a tag to compare

@shouze shouze released this 08 Mar 09:01

See #16

Allow to change verbosity of loggerBus

Choose a tag to compare

@shouze shouze released this 05 Jan 16:25

see #15

Add RabbitMQ bus.

Choose a tag to compare

@stephpy stephpy released this 21 Dec 10:55
Merge pull request #14 from mtrudu/master

Add RabbitMqBus with its ProducerGuesser

Return the result of the handler

Choose a tag to compare

@shouze shouze released this 08 Sep 11:20

In all buses excepting the Redis one.

LoggerBus with normalizer

Choose a tag to compare

@tyx tyx released this 22 Feb 17:04
  • Add symfony/serializer as requirements
  • Change constructor signature of LoggerBus

Logging fixes

Choose a tag to compare

@tyx tyx released this 12 Feb 10:14
  • 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

Choose a tag to compare

@tyx tyx released this 15 Jan 10:30

BC breaks:

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

Symfony3 support

Choose a tag to compare

@tyx tyx released this 11 Dec 15:26
Merge pull request #6 from rezzza/tyx-patch-1

Support Symfony 3.0

We have to dispatch event before serialize commands.

Choose a tag to compare

@stephpy stephpy released this 20 Oct 08:23
v1.1.1

Update changelog.