v12.11.0
- Add payload creation and original delay info to job payload by @taylorotwell in #55529
- Add config option to ignore view cache timestamps by @pizkaz in #55536
- [12.x] Dispatch NotificationFailed when sending fails by @rodrigopedra in #55507
- [12.x] Option to disable dispatchAfterResponse in a test by @gdebrauwer in #55456
- [12.x] Pass flags to custom Json::$encoder by @rodrigopedra in #55548
- [12.x] Use pendingAttributes of relationships when creating relationship models via model factories by @gdebrauwer in #55558
- [12.x] Fix double query in model relation serialization by @AndrewMast in #55547
- [12.x] Improve circular relation check in Automatic Relation Loading by @litvinchuk in #55542
- [12.x] Prevent relation autoload context from being serialized by @litvinchuk in #55582
- Remove
@internal
Annotation from$components
Property inInteractsWithIO
by @michaelnabil230 in #55580 - Ensure fake job implements job contract by @timacdonald in #55574
- [12.x] Fix
AnyOf
constructor parameter type by @axlon in #55577 - Sync changes to Illuminate components before release by @driesvints in #55591
- [12.x] Set class-string generics on
Enum
rule by @cosmastech in #55588 - [12.x] added detailed doc types to bindings related methods by @taka-oyama in #55576
- [12.x] Improve
@use
directive to support function and const modifiers by @rodolfosrg in #55583 - 12.x scheduled task failed not dispatched on scheduled task failing by @achrafAa in #55572
- [12.x] Introduce Reflector methods for accessing class attributes by @daniser in #55568
- [12.x] Typed getters for Arr helper by @tibbsa in #55567