Skip to content

Releases: sokanacademy/Laravel-Fluent-RabbitMQ

Add vhost option & read configs from env

11 Apr 11:13
a046053
Compare
Choose a tag to compare
  • added vhost option
  • configs to target env

Laravel 10 & PHP 8.1 support

12 Mar 12:53
Compare
Choose a tag to compare

drop support for laravel < 10
drop support for PHP < 8.1
cleaner syntax for consumer configuration

Changed config and added document for package

06 Mar 11:27
2bd99cd
Compare
Choose a tag to compare
  • changed config to be more intuitive
  • document usage of package

Enable wildcard matching

08 Jan 05:46
d37fbe5
Compare
Choose a tag to compare
V0.11

Add missing import

Consume multiple messages with different routing keys and map them to more specific events

06 Dec 09:15
Compare
Choose a tag to compare

map events with topic exchange to a custom event

14 Sep 13:15
28da999
Compare
Choose a tag to compare
Merge pull request #5 from sajadranjbar/bugfix/custom-event

fixed custom event

php 8 and laravel 9 support

03 Sep 10:05
Compare
Choose a tag to compare
V0.6

add new versions

fix a bug in consuming topic exchanges

22 Jun 11:37
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/main'

# Conflicts:
#	src/Commands/ConsumeMessages.php

fix consumer array bug

22 Jun 10:44
Compare
Choose a tag to compare
V0.4

Fix styling

topic exchange

22 Jun 05:27
8e87ef7
Compare
Choose a tag to compare
Merge pull request #2 from sokanacademy/feature/topic

topic exchange