Releases: laravel/horizon
Releases · laravel/horizon
v5.40.0
- [5.x] Refactor string capitalization to use global
upperFirst()helper by @amirhshokri in #1656 - [5.x] Make Job IDs Clickable in the
Recent RetriesTable by @amirhshokri in #1657 - [5.x] Add job title to failed jobs table in job batch details page by @amirhshokri in #1661
v5.39.0
- [5.x] Hide
Load New Entriesbutton when auto loading is enabled by @amirhshokri in #1644 - [5.x] Add
Connectioncolumn to Supervisors table in Horizon panel dashboard by @amirhshokri in #1646 - [5.x] Add Margin Left to Delayed Label by @amirhshokri in #1648
- [5.x] Improve more tags display in Horizon jobs list by @amirhshokri in #1650
- [5.x] Rename table column for clarity by @amirhshokri in #1655
v5.38.0
- [5.x] Improve the button title by @amirhshokri in #1638
- [5.x] Add
Connectionparameter to job details page by @amirhshokri in #1640
v5.37.0
- [5.x] Remove unnecessary
SupervisorLoopedevent param by @amirhshokri in #1632 - [5.x] Update docblock to reflect int|void return type by @amirhshokri in #1631
- Fix the pagination of failed jobs list by @LucaRed in #1630
- Bump vite from 5.4.20 to 5.4.21 by @dependabot[bot] in #1637
v5.36.0
- Allow naming of horizon instances by @timacdonald in #1621
v5.35.2
- [5.x] Revert
#1615by @amirhshokri in #1620
v5.35.1
- [5.x] Fixes
#1616by @amirhshokri in #1617
v5.35.0
- Add --json option to horizon:work to match queue:work functionality by @noatudor in #1612
- [5.x] Update docblock to reflect int|void return type by @amirhshokri in #1613
- [5.x] Prevent using the reserved
horizonRedis connection name by @amirhshokri in #1615
v5.34.0
- [5.x] Improve docblocks for nullable parameters by @amirhshokri in #1601
- [5.x] Add support for
silenced_tagsconfiguration in Horizon jobs by @amirhshokri in #1602 - Bump vite from 5.4.14 to 5.4.20 by @dependabot[bot] in #1604
- [5.x] Improve
MarkJobAsCompleteTestto properly testsilenced_tagsconfiguration by @amirhshokri in #1603
v5.33.5
- [5.x] Fix batches infinite loading by @amirhshokri in #1589
- [5.x] Make "no jobs" messages consistent across job types in Horizon panel by @amirhshokri in #1590
- [5.x] standardize multiline constructor parameters by @browner12 in #1593
- [5.x] fix ternary newline indentation by @browner12 in #1592
- [5.x] use normal formatting for method signature by @browner12 in #1596
- [5.x] consistent multiline chaining by @browner12 in #1594
- [5.x] use single indentation by @browner12 in #1595
- [5.x] use promoted properties for
Jobsdirectory by @browner12 in #1597