Releases: laravel/horizon
Releases · laravel/horizon
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)
v2.0.2
Fixed
- Update outdated compiled assets (2a420af)
v2.0.1
Added
- Added memory usage to the config (#463)
Changed
- Format numbers on the stats dashboard for better readability (#462)
Fixed
- Fixed invalid
doctype
declaration (#448)
v2.0.0
Added
- Added
horizon:install
command (#422)
- Added middleware to the config (#432)
Changed
- Added new application level
HorizonServiceProvider
and authorization method for consistency with Nova and Telescope (#422)
v1.0.4
Merge pull request #149 from laravel/pr/31355
Make the snapshot command available outside console