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.24.0 - 2023-09-19
- Make types of parameter of join method consistent in the Query Builder by @melicerte in (#48386)
- [10.x] Re-enable SQL Server CI by @GrahamCampbell in (#48393)
- [10.x] Test Improvements by @crynobone in (#48390)
- Turn off autocomplete for csrf_field by @maxheckel in (#48371)
- [10.x] Improve naming by @timacdonald in (#48413)
- Fix Cache::many() with small numeric keys by @AlexKarpan in (#48423)
lazyById
doesn't check availability of id (alias) column in database response and silently ends up with endless loop.chunkById
does. by @decadence in (#48436)
- [10.x] Allow older jobs to be faked by @timacdonald in (#48434)
- [10.x] Guess table name correctly in migrations if column's name have ('to', 'from' and/or 'in') terms by @i350 in (#48437)
- [10.x] Composer helper improvements by @crynobone in (#48448)
- [10.x] Test Symfony v6.4 by @driesvints in (#48400)
v10.23.1 - 2023-09-13
- Use PHP native json_validate in isJson function if available by @jnoordsij in (#48367)
- [10.x] Remove and update a few tearDown methods. by @lucasmichot in (#48381)
- [10.x] Test Improvements by @crynobone in (#48378)
- [10.x] Add
notModified
method to HTTP client by @lucasmichot in (#48379)
- [10.x] Update the visibility of setUp and tearDown by @lucasmichot in (#48383)
- Revert "[10.x] Validate version and variant in
Str::isUuid()
" by @taylorotwell in (#48385)
v10.23.0 - 2023-09-12
- [10.x] Add array to docs of
ResponseFactory::redirectToAction
by @NiclasvanEyk in (#48309)
- [10.x] Deduplicate exceptions by @timacdonald in (#48288)
- [10.x] Adds
make:view
Artisan command by @nunomaduro in (#48330)
- [10.x] Add newResponse method to PendingRequest by @denniseilander in (#48344)
- [10.x] Add before/after database truncation methods to DatabaseTruncation trait by @cwilby in (#48345)
- [10.x] Passthru test options by @jasonmccreary in (#48335)
- [10.x] Improve test cases and achieve 100% code coverage by @sohelrana820 in (#48360)
v10.22.0 - 2023-09-05
- [10.x] Fix issue with table prefix duplication in DatabaseTruncation trait by @mobidev86 in (#48291)
- [10.x] Fixed a typo in phpdoc block by @back2Lobby in (#48296)
v10.21.1 - 2023-09-04
- [10.x] HotFix: throw captured
UniqueConstraintViolationException
if there are no matching records onSELECT
retry by @mpyw in (#48234)
- PHP 8.3 Support by @driesvints in (#48265)
- [10.x] Introduce
requireEnv
helper by @lucasmichot in (#48261)
- [10.x] BelongsToMany Docblock Improvements by @crynobone in (#48282)