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 messages for detecting lost connections by @mfn in (#47398)
  • [10.x] Fix inconsistent type hint for $passwordTimeoutSeconds by @devfrey in (#47414)
  • [10.x] Incorrect comment in PredisConnector and PhpRedisConnector 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] Fix return type of prefixedResource & prefixedResource by @milwad-dev in (#47445)
  • [10.x] Add whenAggregated method to ConditionallyLoadsAttributes trait by @akr4m in (#47417)
  • [10.x] Fix $exceptTables to allow an array of table names by @cwilby in (#47477)
  • [10.x] Allow object caching to be disabled for custom class casters by @CalebDW in (#47423)
  • [10.x] Add UncompromisedVerifier::class to provides() in ValidationServiceProvider by @xurshudyan in (#47500)
  • [10.x] update [JsonResponse]: using match expression instead of if-elseif-else by @saMahmoudzadeh in (#47524)
  • [10.x] Add withQueryParameters to the HTTP client by @mnapoli in (#47297)
  • [10.x] Use match expression in resolveSynchronousFake by @osbre in (#47540)
  • [10.x] Use match expression in compileHaving by @osbre in (#47548)
  • [10.x] Use match expression in getArrayableItems by @osbre in (#47549)
  • [10.x] Add hasAny function to ComponentAttributeBag, Allow multiple keys in has function by @indykoning in (#47569)
  • [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

  • Narrow down array type for $attributes in CastsAttributes by @devfrey in (#47365)
  • Add shouldHashKeys to ThrottleRequests middleware by @fosron in (#47368)

v10.13.2 (2023-06-05)

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)

v10.13.1 (2023-06-02)

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)