- Added a JSON Schema array deserializer to the framework.
- Improved PostgreSQL compatibility by skipping collation lookup on servers before version 9.1.
- Enhanced Illuminate JsonSchema with multi‑type union support.
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.