Laravel Changelog History Search
Welcome to the Laravel Changelog History Search! Dive into the comprehensive history of the Laravel framework with ease. Explore past changes, updates, and improvements. Find specific versions or features quickly. Stay informed and empowered as you navigate the evolution of Laravel. Start searching and uncover the valuable insights from the Laravel Changelog History.
v10.14.0 - 2023-06-27
- [10.x] Add test for
withCookies
method in RedirectResponse by @milwad-dev in (#47383)
- [10.x] Add new error message "SSL: Handshake timed out" handling to PDO Dete… by @yehorherasymchuk in (#47392)
- [10.x] Update phpdoc
except
method in Middleware by @milwad-dev in (#47408)
- Change visibility of
path
method in FileStore.php by @foremtehan in (#47413)
- [10.x] Fix return type of
buildException
method by @milwad-dev in (#47422)
- [10.x] Allow serialization of NotificationSent by @cosmastech in (#47375)
- [10.x] Incorrect comment in
PredisConnector
andPhpRedisConnector
by @hungthai1401 in (#47438)
- [10.x] Can set custom Response for denial within
Gate[@inspect()
](https://github.com/inspect()`) by @cosmastech in (#47436)
- [10.x] Remove unnecessary param in
addSingletonUpdate
by @milwad-dev in (#47446)
- [10.x] Fix return type of
prefixedResource
&prefixedResource
by @milwad-dev in (#47445)
- [10.x] Add Factory::getNamespace() by @tylernathanreed in (#47463)
- [10.x] Add PendingRequest
withHeader()
method by @ralphjsmit in (#47474)
- [10.x] Fix
eachById
onHasManyThrough
relation by @cristiancalara in (#47479)
- [10.x] "Can" validation rule by @stevebauman in (#47371)
- [10.x] refactor(Parser.php): Removing the extra "else" statement by @saMahmoudzadeh in (#47483)
- [10.x] Add
UncompromisedVerifier::class
toprovides()
inValidationServiceProvider
by @xurshudyan in (#47500)
- [9.x] Fix SES V2 Transport "reply to" addresses by @jacobmllr95 in (#47522)
- [10.x] Reindex appends attributes by @hungthai1401 in (#47519)
- [10.x] Add
HandlesPotentiallyTranslatedString
trait by @xurshudyan in (#47488)
- [10.x] update [JsonResponse]: using match expression instead of if-elseif-else by @saMahmoudzadeh in (#47524)
- [10.x] Allow
%
symbol in component attribute names by @JayBizzle in (#47533)
- [10.x] Fix return type in
SessionGuard
by @PerryvanderMeer in (#47553)
- [10.x] Fix return type in
DatabaseQueue
by @PerryvanderMeer in (#47552)
- [10.x] Fix return type in
DumpCommand
by @PerryvanderMeer in (#47556)
- [10.x] Fix return type in
MigrateMakeCommand
by @PerryvanderMeer in (#47557)
- [10.x] Add missing return to
Factory
by @PerryvanderMeer in (#47559)
- [10.x] Update doc in Eloquent model by @alirezasalehizadeh in (#47562)
- [10.x] Fix return types by @PerryvanderMeer in (#47561)
- [10.x] Fix PHPDoc throw type by @fernandokbs in (#47566)
- [10.x] Add hasAny function to ComponentAttributeBag, Allow multiple keys in has function by @indykoning in (#47569)
- [10.x] Ensure captured time is in configured timezone by @timacdonald in (#47567)
- [10.x] Add Method to Report only logged exceptions by @joelharkes in (#47554)
- [10.x] Add global middleware to
Http
client by @timacdonald in (#47525)
- [9.x] Fixes unable to use
trans()->has()
on JSON language files. by @crynobone in (#47582)
v10.13.5 - 2023-06-08
- Revert "[10.x] Update Kernel::load() to use same
classFromFile
logic as events" by @taylorotwell in (#47382)
v10.13.3 - 2023-06-08
What's Changed
- Add test for
assertViewHasAll
method by @milwad-dev in (#47366)
- Fix
schedule:list
to display named Jobs by @liamkeily in (#47367)
- Support
ConditionalRules
withinNestedRules
by @cosmastech in (#47344)
- Small test fixes by @stevebauman in (#47369)
- Pluralisation typo in queue:clear command output by @sebsobseb in (#47376)
Added
- Added
Illuminate/Http/Client/PendingRequest::replaceHeaders()
(#47335)
- Added
Illuminate/Notifications/Messages/MailMessage::attachMany()
(#47345)
Reverted
- Revert "[10.x] Remove session on authenticatable deletion v2" (#47354)
Fixed
- Fixes usage of Redis::many() with empty array (#47307)
- Fix mapped renderable exception handling (#47347)
- Avoid duplicates in fillable/guarded on merge in Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php (#47351)
Changed
- Update Kernel::load() to use same classFromFile logic as events (#47327)
- Remove redundant 'setAccessible' methods (#47348)
Added
- Added
Illuminate\Contracts\Database\Query\ConditionExpression
interface and functional for this (#47210)
- Added return type for
Illuminate/Notifications/Channels/MailChannel::send()
(#47310)
Reverted
- Revert "[10.x] Fix inconsistency between report and render methods" (#47326)
Changed
- Display queue runtime in human readable format (#47227)