Skip to content

Releases: softonic/laravel-transactional-event-publisher

Make protected method

23 Nov 14:31
4db4469
Compare
Choose a tag to compare
change from private to protected in factory class (#40)

Co-authored-by: Juan Lotito <juan.lotito@softonic.com>

adapt amqp bind in service provider

22 Nov 12:09
67eb74d
Compare
Choose a tag to compare
adapting service provider to give more flexibility (#39)

Co-authored-by: Juan Lotito <juan.lotito@softonic.com>

Added again compatibility with Laravel 9

24 Oct 10:41
d70397c
Compare
Choose a tag to compare
9.4.0

Added again compatibility with Laravel 9

Removed model relations from events payload

24 Oct 10:13
0030888
Compare
Choose a tag to compare
9.3.0

Removed model relations from events payload

Add Laravel 10 support

20 Oct 07:50
cc384ca
Compare
Choose a tag to compare
9.2.0

Upgrade versions to be compatible with laravel 10 (#36)

fix service provider

18 Oct 10:53
Compare
Choose a tag to compare

fix service provider must be resolve

Add Laravel 10 support

11 Oct 09:26
4bfc925
Compare
Choose a tag to compare
  • Added Laravel 10 support
  • Removed Laravel 8 support

Split EventMessage into builder and value object

05 Oct 16:38
fdb3ca4
Compare
Choose a tag to compare

If you have a custom event message, you need to split your current EventMessage into an EventMessage and an EventMessageBuilder that should be configured in the config (messageBuilder).

Unbuffered mode; one more parameter

31 Aug 11:05
04d08f4
Compare
Choose a tag to compare

In this release a new parameter has been added in order to set the unbufferedConnection and the buferredConnection

Remove Cursor and Delete events from Database after emmit

11 Aug 11:50
e657934
Compare
Choose a tag to compare

This release removes the external attribute cursor from the database.. (removing models and database table). And add a new feature to delete all the events from the database after the emit them