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.
Fixed
- Fixed allowing of null broadcast connection driver (#27135)
- Fixed
ModelMakeCommand::handle()should always returnboolvalue (#27156)
- Fixed
TestResponse::assertSessionDoesntHaveErrors()when there are no errors (#27145)
- Fixed default message is localization twice in
403.blade.phperror page (4a08120)
Changed
- Replaced
get_called_class()tostatic::class(#27146)
- Re-throw
NoMatchingExpectationExceptionfromPendingCommand(#27158)
Added
- Added
chunkByIdsupport in relations (#26919)
- Added
Collection::whereNotBetweenmethod (#27028)
- Allowed predefined log channels to change formatter from config (#26895)
- Allowed storage assertions (
FilesystemAdapter::assertExists/FilesystemAdapter::assertMissing) to handle multiple files at once (#26975)
- Added
Adaptive Server connection failedtoDetectsLostConnectionstrait (#27055)
- Added
Route::originalParameters()(#27056)
Fixed
- Prevents unnecessary queries when lazy loading empty relationships (#26992)
- Fixed broken
Command::setHiddenmethod (#27005)
- Fixed
Str::slugmethod (#27002)
- Ignore
--seedoption forartisan migrate --pretend(#27015)
- Fixed
previousUrlin the session if the call isprefetch(#27017)
- Fixed nullable
MorphTotouching (#27031)
- Fixed
Collection::loadMissing()with duplicate relation names (#27040)
- Fixed some commands (#27020)
- Fixed
Collection::loadMorph()issue relations loading issue (#27081)
Changed
- Removed
HasOneOrMany::update()sinceBuilder::update()already adds theUPDATED_ATtimestamp. (#27026)
- Changed
Name or service not knowntophp_network_getaddresses: getaddrinfo failed: Name or service not knowninDetectsLostConnectionstrait (#27054, 5459ac1)
- Changed Eloquent
ApiResource merge()methods to acceptJsonResourceobject (#27068)
- Stop email re-verification with same link (#27070)
Added
- Added
Illuminate\Support\Collection::whereBetweenmethod (#26888)
Fixed
- Reverted changes related to
app()->call()(fefaf46)
- Reset doctrineConnection property on Database/Connection when reconnecting (#26890)
Added
- Added missing
starts_withvalidation message (#26822)
- Added
Facade::resolved()method to register pending callback until the service is available. (#26824)
- Added env var
APP_CONFIG_CACHEto control cache config path (578bc83)
Changed
- Changed
TransportManager::createMailDriver(#26846)
Fixed
- Fixed of using
illuminate/mailoutside of Laravel with driver log (#26842)
- Fixed some bugs for
app()->call()(#26852)
- Added workaround for PHP-bug related to incorrect variable values when Opcache enabled in PHP v 7.3.0 (36d3436)
Added
- Added
Database\Query\Builder::havingBetweenmethod (#26758)
- Added
Packets out of order. Expectedstring toDetectsLostConnectionstrait (#26760)
- Added
NOT VALIDoption for skipping validation when adding postgres foreign keys (#26775)
Fixed
- Fixed: Using
storeon an uploaded file when you push an empty file (#26809)
- Fixed hiding for hidden commands (#26781)