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.30.0 - 2023-10-31
- [10.x] Test Improvements by @crynobone in (#48815)
- [10.x] Verify hash config by @timacdonald in (#48814)
- [10.x] Fix the issue of using the now function within the ArrayCache in Lumen by @cxlblm in (#48826)
- [10.x] Match service provider after resolved by @timacdonald in (#48824)
- [10.x] Ability to configure default session block timeouts by @bytestream in (#48795)
- [10.x] Add support for getting native columns' attributes by @hafezdivandari in (#48357)
- fix(Eloquent/Builder): calling the methods on passthru base object should be case-insensitive by @luka-papez in (#48852)
- [10.x] Fix
QueriesRelationships[@getRelationHashedColumn](https://github.com/getRelationHashedColumn)()
typehint by @cosmastech in (#48847)
- [10.x] Remember the job on the exception by @timacdonald in (#48830)
- fix bug for always throwing exception when we pass a callable to throwUnlessStatus method [test included] by @mhfereydouni in (#48844)
- [10.x] Dispatch events based on a DB transaction result by @mateusjatenee in (#48705)
- [10.x] Reset ShouldDispatchAfterCommitEventTest objects properties by @mateusjatenee in (#48858)
- [10.x] Throw exception when trying to escape array for database connection by @sidneyprins in (#48836)
- [10.x] Fix Stringable objects not converted to string in HTTP facade Query parameters and Body by @LasseRafn in (#48849)
v10.29.0 - 2023-10-24
- [10.x] Fixes
Str::password()
does not always generate password with numbers by @crynobone in (#48681)
- [10.x] Revival of the reverted changes in 10.25.0:
firstOrCreate
updateOrCreate
improvement throughcreateOrFirst
+ additional query tests by @mpyw in (#48637)
- [10.x] Allow creation of PSR request with merged data by @timacdonald in (#48696)
- [10.x] Update DocBlock for
convertCase
Method to Reflect Optional $encoding Parameter by @salehhashemi1992 in (#48729)
- [10.x] Implement Test Coverage for
Str::convertCase
Method by @salehhashemi1992 in (#48730)
- [10.x] Extend Test Coverage for
Str::take
Function by @salehhashemi1992 in (#48728)
- [10.x] Fix duplicate conditions on retrying
SELECT
calls undercreateOrFirst()
by @KentarouTakeda in (#48725)
- [10.x] Uses
stefanzweifel/git-auto-commit-action[@v5](https://github.com/v5)
by @nunomaduro in (#48763)
- [10.x] fix typo in comment by @vintagesucks in (#48770)
- [10.x] Escape the delimiter when extracting an excerpt from text by @standaniels in (#48765)
- [10.x] Moves logger instance creation to a protected method by @rodrigopedra in (#48759)
- [10.x] Add runningConsoleCommand(...$commands) method by @trevorgehman in (#48751)
- [10.x] Update annotations in wrap method to accommodate Collection instances by @salehhashemi1992 in (#48746)
- [10.x] Add Tests for Str::replaceMatches Method by @salehhashemi1992 in (#48771)
- [10.x] Do not bubble exceptions thrown rendering error view when debug is false (prevent infinite loops) by @simensen in (#48732)
- [10.x] Add
displayName
for queued Artisan commands by @jessarcher in (#48778)
- [10.x] Test Improvements by @crynobone in (#48797)
v10.28.0 - 2023-10-10
- [10.x] Fixed issue: Added a call to the
getValue
method by @lozobojan in (#48652)
- [10.x] Add percentage to be used as High Order Messages by @WendellAdriel in (#48689)
v10.27.0 - 2023-10-09
- [10.x] Store blocks after prepare strings by @nunomaduro in (#48641)
- [10.x] Don't crash if replacement cannot be represented as a string by @GrahamCampbell in (#48530)
- [10.x] Fixes
GeneratorCommand
not able to prevent uppercase reserved name such as__CLASS__
by @crynobone in (#48667)
- [10.x] Fix timing sensitive flaky test by @KentarouTakeda in (#48664)
- [10.x] Fixed implementation related to
afterCommit
on Postgres and MSSQL database drivers by @SakiTakamachi in (#48662)
- [10.x] Implement chunkById in descending order by @cristiancalara in (#48666)
v10.26.2 - 2023-10-03
- Revert "Hint query builder closures (#48562)" by @taylorotwell in (#48620)