Skip to content

Releases: aloware/horizon-wildcard-consumer

Bugfix in middleware

12 Mar 10:53
Compare
Choose a tag to compare
v1.2.6

Bugfix parsing supervisor queues in middleware

Replaced regex by fnmatch

24 Feb 19:04
Compare
Choose a tag to compare
v1.2.5

Small refactoring for readability

Fixed bugs in middleware

23 Feb 20:34
Compare
Choose a tag to compare
  • Fixed issue with queue names that set as array and string

Fixed wrong redis connection selection

23 Feb 14:33
25c4a77
Compare
Choose a tag to compare
Merge pull request #8 from aloware/bugfix/use-supervisor-conn

Bugfixes

Bugfixes & refactoring

22 Feb 19:54
28a823c
Compare
Choose a tag to compare
Merge pull request #7 from aloware/bugfix/use-supervisor-conn

Properly handle supervisor connections

Bugfixes

22 Feb 12:21
5b389bf
Compare
Choose a tag to compare
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

21 Feb 19:22
Compare
Choose a tag to compare
v1.2.0

Replace queue names to matched wildcards

Small bugfix

18 Feb 13:46
Compare
Choose a tag to compare
v1.1.1

Fixed a typo

Added RabbitMQ driver support

18 Feb 13:31
c1b5d74
Compare
Choose a tag to compare
Merge pull request #4 from aloware/feature/rabbitmq-driver

Add RabbitMQ driver & refactoring code

Fixed observer bug

16 Feb 19:29
27b1921
Compare
Choose a tag to compare

Observer was relying only on queues published on Redis.
This release fixes that bug.