Releases: laravel/horizon
Releases · laravel/horizon
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
Jobs
directory by @browner12 in #1597
v5.33.4
- [5.x] Fix failed jobs infinite loading by @amirhshokri in #1584
v5.33.3
- Fix type casting for Carbon 3 compatibility in RedisJobRepository by @guestpectacular in #1580
v5.33.2
- Fix null to Str::contains deprecation by @ziming in #1571
- Bump form-data from 4.0.0 to 4.0.4 by @dependabot[bot] in #1572
- Fix MonitorWaitTimes to respect one-minute monitoring interval by @SanderMuller in #1574
- Add PHPUnit 12 compatibility while maintaining backwards compatibility by @DGarbs51 in #1576
v5.33.1
v5.33.0
- Allowed Horizon Status & Supervisors commands to run outside console by @abisheknaagendra in #1564
- feat: add Poll component to standardize polling behavior by @mathiasgrimm in #1556
v5.32.1
- Make $user = null the default in viewHorizon gate closure for better DX by @mitoop in #1554
- Bump axios from 1.7.4 to 1.8.2 by @dependabot in #1557
v5.32.0
- [5.x] Store memory used when dispatching
SupervisorOutOfMemory
by @cosmastech in #1550 - Set AutoScaler logic to target process scaling based on queue size wh… by @nick-potts in #1552
v5.31.2
- Update logo by @iamdavidhill in #1543
- Fixed deprecation warning
Creation of dynamic property Laravel\Horizon\SupervisorOptions::$retryAfter
by @fkrzski in #1548
v5.31.1
- [5.x] Specify
WorkloadRepository@get()
return type by @cosmastech in #1542