Skip to content

Releases: driftphp/event-bus-bundle

0.1.10

Choose a tag to compare

@mmoreram mmoreram released this 13 Oct 21:09
Added alias

0.1.9

Choose a tag to compare

@mmoreram mmoreram released this 24 Jun 23:29

Support for php8

0.1.8

Choose a tag to compare

@mmoreram mmoreram released this 25 May 13:30
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

Choose a tag to compare

@mmoreram mmoreram released this 02 May 01:37
Fixed some items

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

0.1.6

Choose a tag to compare

@mmoreram mmoreram released this 29 Mar 10:01
Update EventBusCompilerPass.php

0.1.5

Choose a tag to compare

@mmoreram mmoreram released this 10 Mar 10:13
Moved and renamed pass_through to root/async_pass_through

- Moved as well wrong adapter exception

0.1.4

Choose a tag to compare

@mmoreram mmoreram released this 08 Mar 16:27
Uncoupled to amqp-bundle clients

- Makes its own client

0.1.3

Choose a tag to compare

@mmoreram mmoreram released this 21 Feb 20:00
A queue can be routed to multiple exchanges

0.1.2

Choose a tag to compare

@mmoreram mmoreram released this 18 Feb 09:05
Added event-bus-subscriber public service

0.1.1

Choose a tag to compare

@mmoreram mmoreram released this 18 Feb 08:21
Loop-run() is placed at the command

- instead of inside the adapter