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 returnbool
value (#27156)
- Fixed
TestResponse::assertSessionDoesntHaveErrors()
when there are no errors (#27145)
- Fixed default message is localization twice in
403.blade.php
error page (4a08120)
Changed
- Replaced
get_called_class()
tostatic::class
(#27146)
- Re-throw
NoMatchingExpectationException
fromPendingCommand
(#27158)
Added
- Added
chunkById
support in relations (#26919)
- Added
Collection::whereNotBetween
method (#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 failed
toDetectsLostConnections
trait (#27055)
- Added
Route::originalParameters()
(#27056)
Fixed
- Prevents unnecessary queries when lazy loading empty relationships (#26992)
- Fixed broken
Command::setHidden
method (#27005)
- Fixed
Str::slug
method (#27002)
- Ignore
--seed
option forartisan migrate --pretend
(#27015)
- Fixed
previousUrl
in the session if the call isprefetch
(#27017)
- Fixed nullable
MorphTo
touching (#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_AT
timestamp. (#27026)
- Changed
Name or service not known
tophp_network_getaddresses: getaddrinfo failed: Name or service not known
inDetectsLostConnections
trait (#27054, 5459ac1)
- Changed Eloquent
ApiResource merge()
methods to acceptJsonResource
object (#27068)
- Stop email re-verification with same link (#27070)
Added
- Added
Illuminate\Support\Collection::whereBetween
method (#26888)
Fixed
- Reverted changes related to
app()->call()
(fefaf46)
- Reset doctrineConnection property on Database/Connection when reconnecting (#26890)
Added
- Added missing
starts_with
validation message (#26822)
- Added
Facade::resolved()
method to register pending callback until the service is available. (#26824)
- Added env var
APP_CONFIG_CACHE
to control cache config path (578bc83)
Changed
- Changed
TransportManager::createMailDriver
(#26846)
Fixed
- Fixed of using
illuminate/mail
outside 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::havingBetween
method (#26758)
- Added
Packets out of order. Expected
string toDetectsLostConnections
trait (#26760)
- Added
NOT VALID
option for skipping validation when adding postgres foreign keys (#26775)
Fixed
- Fixed: Using
store
on an uploaded file when you push an empty file (#26809)
- Fixed hiding for hidden commands (#26781)