Releases: softonic/laravel-transactional-event-publisher
Releases · softonic/laravel-transactional-event-publisher
Make protected method
change from private to protected in factory class (#40) Co-authored-by: Juan Lotito <[email protected]>
adapt amqp bind in service provider
adapting service provider to give more flexibility (#39) Co-authored-by: Juan Lotito <[email protected]>
Added again compatibility with Laravel 9
9.4.0 Added again compatibility with Laravel 9
Removed model relations from events payload
9.3.0 Removed model relations from events payload
Add Laravel 10 support
9.2.0 Upgrade versions to be compatible with laravel 10 (#36)
fix service provider
fix service provider must be resolve
Add Laravel 10 support
- Added Laravel 10 support
- Removed Laravel 8 support
Split EventMessage into builder and value object
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
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
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