Releases: laravel/horizon
Releases · laravel/horizon
v3.0.4
Added
- Adding
horizon:status
command (#545)
v3.0.1
Fixed
- Fix no failing jobs problem (#532)
- Make Year of readableTimestamp more readable (#535)
Horizon::night()
move to boot()
(#537)
Removed
- Remove unnecessary register method (7134324)
v3.0.0
Added
- New UI (#522)
- Set the Horizon environment via command option (#523)
Changed
- Require latest symfony/debug version (72cc3a7)
- Require symfony/process (f2a214c)
- Require ext-json (5a54d27)
Fixed
- Fix deprecated process calls (#515)
- Add missing createPayloadArray arg (#516)
Removed
- Removed support for Laravel 5.5 & 5.6 (8a92e09)
v2.2.2
Fixed
- Fix breaking change with
createPayload
method on RedisQueue
(b79bb27)
v2.2.1
Changed
- Adjust configuration for 5.8 default configuration (f1f830e)
v2.2.0
Added
Fixed
- Fix Failed Jobs page showing no results when failed jobs do exist (#511)
v2.1.0
Added
- Let user choose custom env (#483)
Changed
- 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)
Fixed
- 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)
v2.0.3
Changed
- Updated overview stats labels on the dashboard (#461)
- Use router-link for recent failed jobs (#466)
Fixed
- Check for existence of
stats
before calling toLocaleString (#469)