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.46.0 - 2024-02-27

  • [10.x] Arr::select not working when $keys is a string by @Sicklou in (#50169)
  • [10.x] Added passing loaded relationship to value callback by @dkulyk in (#50167)
  • [10.x] Fix Accepting nullable Parameters, updated doc block, and null pointer exception handling in batchable trait by @saMahmoudzadeh in (#50209)
  • Make GuardsAttributes fillable property DocBlock more specific by @liamduckett in (#50229)
  • [10.x] Add only and except methods to Enum validation rule by @Anton5360 in (#50226)
  • [10.x] Add Lateral Join to Query Builder by @Bakke in (#50050)

v10.45.1 - 2024-02-21

  • [10.x] Fix Process::fake() never matching multi-line commands by @SjorsO in (#50164)

v10.45.0 - 2024-02-20

  • [10.x] Allow Collection::select() to work on ArrayAccess by @axlon in (#50072)
  • [10.x] Fixes Illuminate\Support\Str::fromBase64() return type by @SamAsEnd in (#50108)
  • [10.x] Mark model instanse as not exists on deleting MorphPivot relation. by @dkulyk in (#50135)
  • [10.x] Added getQualifiedMorphTypeName to MorphToMany by @dkulyk in (#50153)

v10.44.0 - 2024-02-13

  • [10.x] Refactor getPreviousUrlFromSession method in UrlGenerator by @milwad-dev in (#49944)
  • [10.x] Add POSIX compliant cleanup to artisan serve by @Tofandel in (#49943)
  • [10.x] Fix infinite loop when global scopes query contains aggregates by @mateusjunges in (#49972)
  • [10.x] Fix the phpdoc for replaceMatches in Str and Stringable helpers by @joke2k in (#49990)
  • [10.x] Fix in appendExceptionToException method exception type check by @t1nkl in (#49958)
  • [10.x] DB command: add sqlcmd -C flag when 'trust_server_certificate' is set by @hulkur in (#49952)
  • Allows Setup and Teardown actions to be reused in alternative TestCase for Laravel by @crynobone in (#49973)
  • [10.x] Add toBase64() and fromBase64() methods to Stringable and Str classes by @mtownsend5512 in (#49984)
  • [10.x] Allows to defer resolving pcntl only if it's available by @crynobone in (#50024)
  • [10.x] Fixes missing Throwable import and handle if originalExceptionHandler or originalDeprecationHandler property isn't used by alternative TestCase by @crynobone in (#50021)
  • [10.x] Improved Handling of Empty Component Slots with HTML Comments or Line Breaks by @comes in (#49966)
  • [10.x] fix Validator::validated get nullable array by @helitik in (#50056)
  • [10.x] Pass Herd specific env variables to "artisan serve" by @mpociot in (#50069)
  • Remove regex case insensitivity modifier in UUID detection to speed it up slightly by @maximal in (#50067)
  • [10.x] HTTP retry method can accept array as first param by @me-shaon in (#50064)
  • [10.x] Fix DB::afterCommit() broken in tests using DatabaseTransactions by @oprypkhantc in (#50068)

v10.43.0 - 2024-01-30

  • [10.x] Unify \Illuminate\Log\LogManager method definition comments with \Psr\Logger\Interface by @eusonlito in (#49805)
  • [10.x] Do not touch BelongsToMany relation when using withoutTouching by @mateusjunges in (#49798)
  • [10.x] Check properties on mailables are initialized before sharing with the view by @j3j5 in (#49813)
  • [10.x] Remove duplicate actions/checkout from queue workflow by @Jubeki in (#49828)
  • [10.x] Introducing beforeStartingTransaction callback and use it in LazilyRefreshDatabase by @pascalbaljet in (#49853)
  • [10.x] Adds FormRequest[@getRules](https://github.com/getRules)() method by @cosmastech in (#49860)
  • [10.x] Using the native fopen exception in LockableFile.php by @eusonlito in (#49895)
  • [10.x] Fix LazilyRefreshDatabase when testing artisan commands by @iamgergo in (#49914)
  • [10.x] Fix expressions in with-functions doing aggregates by @tpetry in (#49912)
  • [10.x] Fix redis tag entries never becoming stale if cache ttl is past time by @jagers in (#49864)
  • [10.x] Fix - The Translator may incorrectly report the locale of a missing translation key by @VicGUTT in (#49900)