Laravel 13.8.0 introduces several new features: queue-wide inspection methods (allReservedJobs(), allDelayedJobs(), allPendingJobs()) that retrieve jobs across all queues in a single call, WorkerPausing/WorkerResuming events triggered by UNIX signals, an assertSessionMissingInput() test assertion, SortDirection enum support in the query builder (leveraging PHP 8.6), an environment filter for the schedule:list Artisan command, custom onDelete()/onUpdate() actions for foreign keys, attribute middleware merging with route middleware, named AWS credential providers for SQS connections, and enum support for the mail default driver.
Table of contents
# Queue-Wide Inspection Methods# Worker Pausing and Resuming Events# assertSessionMissingInput() Test Assertion# SortDirection Enum in Query Builder# Environment Filter for schedule:list# Custom onDelete() / onUpdate() Actions for Foreign Keys# Attribute Middleware Now Merges with Route Middleware# Named Credential Providers for SQS# Mail Default Driver Accepts Enums# Miscellaneous Fixes and ImprovementsSort: