- Fix URL for retrying jobs (#547)
- Adding
horizon:status
command (#545)
- Fix recent jobs screen (1ab5749)
- Compile assets (57814a0)
- Fix no failing jobs problem (#532)
- Make Year of readableTimestamp more readable (#535)
Horizon::night()
move toboot()
(#537)
- Remove unnecessary register method (7134324)
- Require latest symfony/debug version (72cc3a7)
- Require symfony/process (f2a214c)
- Require ext-json (5a54d27)
- Removed support for Laravel 5.5 & 5.6 (8a92e09)
- Fix breaking change with
createPayload
method onRedisQueue
(b79bb27)
- Adjust configuration for 5.8 default configuration (f1f830e)
- Laravel 5.8 support (292bbc1)
- Fix Failed Jobs page showing no results when failed jobs do exist (#511)
- Let user choose custom env (#483)
- Expire monitored jobs (#484)
- Updated axios to v0.18 (#491)
- Updated laravel-mix to v4.0 (#490)
- Updated vue-router to v3.0 (#493)
- Optimized Horizon SVG logo (#489)
- Fix findFailed method (#478)
- Fix storing floats in Redis (#477)
- Fix incorrect processes count (#481)
- Fix jobs per minute over estimation (#502)
- Prevent horizontal scrolling in Dashboard supervisors section (#506)
- Check for existence of
stats
before calling toLocaleString (#469)
- Update outdated compiled assets (2a420af)
- Added memory usage to the config (#463)
- Format numbers on the stats dashboard for better readability (#462)
- Fixed invalid
doctype
declaration (#448)
- Added new application level
HorizonServiceProvider
and authorization method for consistency with Nova and Telescope (#422)