Skip to content

Releases: softonic/laravel-transactional-event-publisher

Improved emit all events

13 Jul 11:14
be78802
Compare
Choose a tag to compare

Now the library is able to emit all the events quickly.

Support Laravel 7.x

14 May 14:12
71d6da5
Compare
Choose a tag to compare
2.3.0

Support Laravel 7.x

Laravel 6 support

25 Oct 08:55
Compare
Choose a tag to compare
2.2.0

Add support for Laravel 6 (#8)

Add emit all events command

24 Jul 11:05
81593b6
Compare
Choose a tag to compare
Add emit all events command (#7)

* Add zero moment command

* Add codeowners

Laravel 5.8

20 May 13:10
09679cc
Compare
Choose a tag to compare

Minimum Laravel version is now 5.8

Allow configurable routing keys

28 Mar 10:04
Compare
Choose a tag to compare

Now you will be able to configure the routing key based in the fields of your message entity.

Ensure Events order when they are send async

31 Jan 16:22
ceea5ba
Compare
Choose a tag to compare

Previously if a senddomainEvent job failed it was requeued at the end, so we'd lost the events order. Now the algorithm uses priority queues to ensure that events are sent always in order.

New middlewares to treat domain events

17 Apr 14:32
fe5dc0a
Compare
Choose a tag to compare

Database and async amqp middlewares to allow store your domain events in your local database or send them async to avoid connectivity issues with the amqp server.

Fix PHP version for travis builds

16 Mar 10:35
9fb7e94
Compare
Choose a tag to compare
Update .travis.yml

Fix wrong PHP version for travis build yml configuration file

1.0.0

16 Mar 10:17
e3291a9
Compare
Choose a tag to compare
Implement transactional event publisher package (#1)