Releases: laravel/horizon
Releases · laravel/horizon
v5.23.0
- [5.x] Improves console output and fixes Carbon v3 support by @nunomaduro in #1387
v5.22.1
- Make the expiration time for temporarily failed jobs configurable by @alirezadp10 in #1375
- Carbon v3 support by @driesvints in #1380
v5.22.0
- Add cache check before registering routes by @serpentblade in #1367
- Fix the pagination of recent jobs list by @kirba in #1366
- [5.x] Laravel v11 support by @nunomaduro in #1369
- Add exit code to horizon:forget command by @bytestream in #1370
v5.21.5
- [5.x] Pass event instance to event listeners tag() method by @mateusjatenee in #1361
v5.21.4
- Bump axios from 1.3.2 to 1.6.0 by @dependabot in #1347
- fix: undefined array key 'queue' by @TomaszOnePilot in #1351
v5.21.3
- Ensure out of memory events are raised before exiting the process by @jameshulse in #1341
v5.21.2
- Fix the job repository class based on service bindings by @daison12006013 in #1335
v5.21.1
- Fixing Bug in Clear Metrics by @joaopalopes24 in #1319
v5.21.0
- Add
horizon:reset-metrics
command by @trevorgehman in #1318
v5.20.1
- Use available
batch.processedJobs
value fromIlluminate\Bus\Batch
by @crynobone in #1315