Laravel 12.12.0
2 May 2025
Laravel version 12.12.0 is now available (major release).
What's New in Laravel 12.12.0
12.12.0
Bug Fixes and Changes
- Make Blueprint Resolver Statically by @finagin in #55607
- Allow limiting number of assets to preload by @timacdonald in #55618
- Set job instance on "failed" command instance by @willrowe in #55617
12.11.1
Bug Fixes
- Revert "ScheduledTaskFailed not dispatched on scheduled task failing" by @taylorotwell in #55612
- Resolve issue with BelongsToManyRelationship factory by @jackbayliss in #55608
12.11.0
Bug Fixes and Changes
- 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
- Dispatch NotificationFailed when sending fails by @rodrigopedra in #55507
- Option to disable dispatchAfterResponse in a test by @gdebrauwer in #55456
- Pass flags to custom Json::$encoder by @rodrigopedra in #55548
- Use pendingAttributes of relationships when creating relationship models via model factories by @gdebrauwer in #55558
- Fix double query in model relation serialization by @AndrewMast in #55547
- Improve circular relation check in Automatic Relation Loading by @litvinchuk in #55542
- Prevent relation autoload context from being serialized by @litvinchuk in #55582
- Remove @internal Annotation from $components Property in InteractsWithIO by @michaelnabil230 in #55580
- Ensure fake job implements job contract by @timacdonald in #55574
- Fix AnyOf constructor parameter type by @axlon in #55577
- Sync changes to Illuminate components before release by @driesvints in #55591
- Set class-string generics on Enum rule by @cosmastech in #55588
- added detailed doc types to bindings related methods by @taka-oyama in #55576
- Improve @use directive to support function and const modifiers by @rodolfosrg in #55583
- scheduled task failed not dispatched on scheduled task failing by @achrafAa in #55572
- Introduce Reflector methods for accessing class attributes by @daniser in #55568
- Typed getters for Arr helper by @tibbsa in #55567
12.10.2
Bug Fixes
- Address Model@relationLoaded when relation is null by @rodrigopedra in #55531