Laravel 13.14.0 ships with several new features and bug fixes. The headline addition is JsonSchema::fromArray(), a deserializer that converts raw JSON Schema arrays back into Type objects, completing the round-trip with the existing serializer. Other changes include a fix for queue job inheritance so child class properties correctly override parent-declared queue attributes, a new queue property on InspectedJob for visibility into pending jobs, and a bug fix for falsy JSON payloads (false, 0, null) not being cached in HTTP client responses. The release also includes mail embed fixes, null header handling, and Symfony 8.1 compatibility.
Table of contents
# JSON Schema Array Deserialization# Child Queue Properties Override Inherited Attributes# Queue Name on Inspected Jobs# Falsy JSON Payloads Cached Correctly# Mail and Header Fixes71.5K Impressions2 Comments