Skip to content

Releases: driftphp/event-bus-bundle

0.1.10

13 Oct 21:09

Choose a tag to compare

Added alias

0.1.9

24 Jun 23:29

Choose a tag to compare

Support for php8

0.1.8

25 May 13:30

Choose a tag to compare

Improved router definition

- for enrouting all events into one/several exchanges, use `_all`
- for enrouting missing events into one/several exchanges, use
`_missing`
- If both are missing, non-defined events will not be dispatched
asynchronously

0.1.7

02 May 01:37

Choose a tag to compare

Fixed some items

- Distributed bus was not really tested and was crashing. Fixed.
- Fixed bus creation builder.

0.1.6

29 Mar 10:01

Choose a tag to compare

Update EventBusCompilerPass.php

0.1.5

10 Mar 10:13

Choose a tag to compare

Moved and renamed pass_through to root/async_pass_through

- Moved as well wrong adapter exception

0.1.4

08 Mar 16:27

Choose a tag to compare

Uncoupled to amqp-bundle clients

- Makes its own client

0.1.3

21 Feb 20:00

Choose a tag to compare

A queue can be routed to multiple exchanges

0.1.2

18 Feb 09:05

Choose a tag to compare

Added event-bus-subscriber public service

0.1.1

18 Feb 08:21

Choose a tag to compare

Loop-run() is placed at the command

- instead of inside the adapter