Releases: laravel/framework
Releases Β· laravel/framework
v12.13.0
- [12.x] fix no arguments return type in request class by @olivernybroe in #55631
- [12.x] Add support for callback evaluation in containsOneItem method by @fernandokbs in #55622
- [12.x] add generics to aggregate related methods and properties by @taka-oyama in #55628
- [12.x] Fix typo in PHPDoc by @AhmedAlaa4611 in #55636
- [12.x] Allow naming queued closures by @willrowe in #55634
- [12.x] Add
assertRedirectBack
assertion method by @ryangjchandler in #55635 - [12.x] Typehints for bindings by @cosmastech in #55633
- [12.x] add PHP Doc types to arrays for methods in Database\Grammar by @taka-oyama in #55629
- fix trim null arg deprecation by @apreiml in #55649
- [12.x] Support predis/predis 3.x by @gabrielrbarbosa in #55641
- Bump vite from 5.4.18 to 5.4.19 in /src/Illuminate/Foundation/resources/exceptions/renderer by @dependabot in #55655
- [12.x] Fix predis versions by @GrahamCampbell in #55654
- [12.x] Bump minimum league/commonmark by @szepeviktor in #55659
- [12.x] Fix typo in MemoizedStoreTest by @szepeviktor in #55662
- [12.x] Queue event listeners with enum values by @wgriffioen in #55656
- [12.x] Implement releaseAfter method in RateLimited middleware by @adamjgriffith in #55671
- [12.x] Improve Cache Tests by @nuernbergerA in #55670
- [12.x] Only pass model IDs to Eloquent
whereAttachedTo
method by @ashleyshenton in #55666 - feat(bus): allow adding multiple jobs to chain by @dallyger in #55668
- [12.x] add generics to QueryBuilderβs column related methods by @taka-oyama in #55663
v12.12.0
v12.11.1
- Revert "[12.x]
ScheduledTaskFailed
not dispatched on scheduled task failing" by @taylorotwell in #55612 - [12.x] Resolve issue with BelongsToManyRelationship factory by @jackbayliss in #55608
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
v11.44.7
Update version to v11.44.7
v11.44.6
v12.10.2
- [12.x] Address Model@relationLoaded when relation is null by @rodrigopedra in #55531
v11.44.5
- [11.x] Allows to toggle markdown email encoding by @crynobone in #55539
v12.10.1
- Revert "Use value() helper in 'when' method to simplify code" #55465 by @mohammadrasoulasghari in #55514
- [12.x] Use xxh128 when comparing views for changes by @shawnlindstrom in #55517
- [12.x] Ensure related models is iterable on
HasRelationships@relationLoaded()
by @rodrigopedra in #55519 - [12.x] Add Enum support for assertJsonPath in AssertableJsonString.php by @azim-kordpour in #55516
v11.44.4
- [11.x] Remove incorrect syntax from mail's
message
template by @crynobone in #55530