- Reverted the addition of `orWhereKey` and `orWhereKeyNot` methods to the Eloquent Builder.
- Removes the previously introduced feature from the 13.x branch, potentially breaking code that depended on it.
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 digestEnforce 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.
Isolates cloud agent requests from the global HTTP client configuration to avoid cross‑request side effects.