Releases: laravel/horizon
Releases · laravel/horizon
v4.0.2
Changed
- Show warning when manifest is outdated (#783)
v4.0.1
Fixed
- Add margin to retries table and make exceptions stacktrace responsive (ff625c5)
v4.0.0
Added
- Add 'view details' to tag-jobs screen (#775)
- Add separate screen for completed jobs (#767)
Changed
- Bumped minimum dependencies to Laravel 7.0 (#710)
- Changed default Redis prefix (#643)
- Suggest predis instead of requiring it (#531)
v3.7.2
Fixed
- Use provided timezone for delay due (aa69357)
v3.7.1
Fixed
- Use 'default' connection as a default redis connection (#765)
v3.7.0
Added
- Ability to see if a job is delayed (#755)
- Allow trimming of completed jobs (#720)
v3.6.1
Fixed
- Fix wrong value for failedJobs periods (#757)
v3.6.0
Added
- Ability to view job details in recent jobs overview (#751)
- Another way for tags displaying & collapsible panels (#754)
v3.5.0
Added
- Allow Horizon to be used on a subdomain without a subfolder (#749)
v3.4.7
Fixed
- Revert filtering by tag (#741)