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.
Added
- Added possibility for
WithFaker::makeFaker()
use localapp.faker_locale
config (#29123)
- Added ability to set theme for mail notifications (#29132)
- Added runtime for each migration to output (#29149)
- Added possibility for
whereNull
andwhereNotNull
to accept array columns argument (#29154)
- Allowed
Console\Scheduling\ManagesFrequencies::hourlyAt()
to accept array of integers (#29173)
Performance
- Improved eager loading performance for MorphTo relation (#29129)
Fixed
- Fixed
Builder::whereDay()
andBuilder::whereMonth()
with raw expressions
- Fixed DELETE queries with alias on SQLite (#29164)
- Fixed queue jobs using SerializesModels losing order of passed in collections (#29136)
- Fixed conditional binding for nested optional dependencies (#29180)
- Fixed: validator not failing on custom rule when message is null (#29174)
- Fixed DELETE query bindings (#29165)
Added
- Make TestResponse tappable (#29033)
- Added
Support\Collection::mergeRecursive()
method (#29084)
- Added
Support\Collection::replace()
andSupport\Collection::replaceRecursive()
methods (#29088)
- Added
Session\Store::only()
method (#29107)
Fixed
- Fixed cache repository setMultiple with an iterator (#29039)
- Fixed cache repository getMultiple implementation (#29047)
Reverted
Changed
- Fail job immediately after it timeouts if it wont be retried (#29024)
Added
- Let
mix
helper useapp.mix_url
config (#28952)
- Added
RedisManager::setDriver()
method (#28985)
- Added
whereHasMorph()
and corresponding methods to work withMorphTo
relations (#28928)
Fixed
- Fixed: Changing a database field to binary include
collation
(#28975)
- Fixed equivalent for greek letter theta in
Str::ascii()
(#28999)
Changed
- Prevented
TestResponse::dump()
andTestResponse::dumpHeaders()
methods from ending execution of the script (#28960)
- Allowed
TestResponse::dump()
andTestResponse::dumpHeaders()
methods chaining (#28967)
- Allowed to
NotificationFake
accept custom channels (#28969)
- Replace contents of service manifest atomically (#28973)
- Pass down the
serverVersion
database connection option to Doctrine DBAL connection (#28964, 1b55b28)
- Replace
self::
withstatic::
in theRelation::getMorphedModel()
(#28974)
- Set a message for
SuspiciousOperationException
(#29000)
- Storing Mailgun Message-ID in the headers after sending (#28994)
Reverted
- Reverted: Let
mix
helper useapp.asset_url
(#28950)
Added
- Added
json
option toroute:list
command (#28894)
Fixed
- Fixed columns parameter on paginate method (#28937)
- Prevent event cache from firing multiple times the same event(s) (#28904)
- Fixed percentage sign in filename fallback in the
FilesystemAdapter::response()
(#28947)
Changed
- Allow
TestResponse::assertViewHas()
to see all data (#28893)
- Let
mix
helper useapp.asset_url
(#28905)