Releases: sokanacademy/Laravel-Fluent-RabbitMQ
Releases · sokanacademy/Laravel-Fluent-RabbitMQ
Add vhost option & read configs from env
- added vhost option
- configs to target env
Laravel 10 & PHP 8.1 support
drop support for laravel < 10
drop support for PHP < 8.1
cleaner syntax for consumer configuration
Changed config and added document for package
- changed config to be more intuitive
- document usage of package
Enable wildcard matching
V0.11 Add missing import
Consume multiple messages with different routing keys and map them to more specific events
map events with topic exchange to a custom event
Merge pull request #5 from sajadranjbar/bugfix/custom-event fixed custom event
php 8 and laravel 9 support
V0.6 add new versions
fix a bug in consuming topic exchanges
Merge remote-tracking branch 'origin/main' # Conflicts: # src/Commands/ConsumeMessages.php
fix consumer array bug
V0.4 Fix styling
topic exchange
Merge pull request #2 from sokanacademy/feature/topic topic exchange