Releases: aloware/horizon-wildcard-consumer
Releases · aloware/horizon-wildcard-consumer
Bugfix in middleware
v1.2.6 Bugfix parsing supervisor queues in middleware
Replaced regex by fnmatch
v1.2.5 Small refactoring for readability
Fixed bugs in middleware
- Fixed issue with queue names that set as array and string
Fixed wrong redis connection selection
Merge pull request #8 from aloware/bugfix/use-supervisor-conn Bugfixes
Bugfixes & refactoring
Merge pull request #7 from aloware/bugfix/use-supervisor-conn Properly handle supervisor connections
Bugfixes
Merge pull request #5 from aloware/bugfix/middleware-bug Bugfix | Laravel Collection doesn't have ->join method
Replace queues by its wildcard in Horizon Workload table
v1.2.0 Replace queue names to matched wildcards
Small bugfix
v1.1.1 Fixed a typo
Added RabbitMQ driver support
Merge pull request #4 from aloware/feature/rabbitmq-driver Add RabbitMQ driver & refactoring code
Fixed observer bug
Observer was relying only on queues published on Redis.
This release fixes that bug.