Releases: laravel/horizon
Releases · laravel/horizon
v5.21.0
- Add
horizon:reset-metrics
command by @trevorgehman in #1318
v5.20.1
- Use available
batch.processedJobs
value fromIlluminate\Bus\Batch
by @crynobone in #1315
v5.20.0
- Throws
Laravel\Horizon\Exceptions\ForbiddenException
on unauthorized access by @joelbutcher in #1308
v5.19.2
- Set 0 as the default runtime of the job by @AsemAlalami in #1307
v5.19.1
- Handle non-array parameters for "queue" setting in supervisor config by @PrinsFrank in #1299
v5.19.0
- Make sure that missing supervisors are correctly displayed when using multiple environments by @PrinsFrank in #1294
v5.18.0
- Fix supervisor reprovisioning by @PrinsFrank in #1288
- Display inactive supervisors in dashboard by @PrinsFrank in #1286
- Fix autoscaler scaling down below zero when (nr. of queues * minProcesses) is higher than maxProcesses by @PrinsFrank in #1292
v5.17.0
- Add events for when supervisors are terminated by @PrinsFrank in #1282
- Fixed occasional flashing when toggling scheme by @ramonrietdijk in #1283
v5.16.1
- Mark as deprecated using
night()
and$useDarkTheme
by @lloricode in #1279
v5.16.0
- Refreshes tags periodically by @nunomaduro in #1274
- Respect the prefers-color-scheme setting by @ramonrietdijk in #1275