- Corrected a typo in signed URL tampering tests.
- Enhanced DetectsLostConnection to recognize "Server has gone away" errors.
- Fixed handling of the LARAVEL_STORAGE_PATH environment variable.
Official Laravel changelog summary with source attribution, release tags, and community reactions.
Track this Laravel release note alongside related changelog updates, risky changes, and weekly digest signals from the developer community.
Every summary should remain traceable to the original changelog or release source.
Turn this Laravel release note into a weekly digest for the tools you actually use.
Create digestReverted the addition of `orWhereKey` and `orWhereKeyNot` methods to the Eloquent Builder.
Enforce temporary upload URLs to be fetched only via query string, tightening security
- Added new queue capabilities: JobReleased event, managedQueues() method, Queue::forward(), debounceable queued listeners, and improved worker output for paused queues.