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 optional
DYNAMODB_ENDPOINT
env variable to configure endpoint for DynamoDB (#28600)
- Added
Illuminate\Foundation\Application::isProduction()
method (#28602)
- Allowed exception reporting in
rescue()
to be disabled (#28617)
Fixed
- Fixed Eloquent UPDATE queries with alias (#28607)
- Fixed
Illuminate\Cache\DynamoDbStore::forever()
(#28618)
- Fixed
event:list
command, when using a combination of manually registering events and event auto discovering (#28624)
Performance improvement
- Improve performance for
Arr::flatten()
(#28614)
Changed
- Added
id
toModelNotFoundException
exception inImplicitRouteBinding
(#28588)
Added
- Added
html
as a new valid extension for views (#28541)
- Added: provide notification callback
withSwiftMessage
inMailMessage
(#28535)
Fixed
- Fixed
Illuminate\Cache\FileStore::getPayload()
in case of broken cache (#28536)
- Fixed exception:
The filename fallback must only contain ASCII characters
in theIlluminate\Filesystem\FilesystemAdapter::response()
(#28551)
Changed
- Make
Support\Testing\Fakes\MailFake::failures()
returns an empty array (#28538)
- Make
Support\Testing\Fakes\BusFake::pipeThrough()
returns$this
(#28564)
Refactoring
- Cleanup html (#28583)
Added
- Added
Illuminate\Foundation\Testing\TestResponse::dumpHeaders()
(#28450)
- Added
ends_with
validation rule (#28455)
- Added possibility to use a few
columns
arguments in theroute:list
command (#28459)
- Added
retryAfter
inMail\SendQueuedMailable
andNotifications\SendQueuedNotifications
object (#28484)
- Added
Illuminate\Foundation\Console\Kernel::scheduleCache()
(6587e78)
- Added support for multiple
--path
options within migrate commands (#28495)
- Added
Tappable
trait (#28507)
- Added support auto-discovery for events in a custom application directory, that sets via
Illuminate\Foundation\Application::useAppPath()
(#28493)
- Added passing of notifiable email through reset link (#28475)
- Added support flush db on clusters in
PhpRedisConnection
andPredisConnection
(f4e8d5c)
Fixed
- Fixed session resolver in
RoutingServiceProvider
(without bind ofsession
inContainer
) (#28438)
- Fixed
required
validation with multiplepasses()
calls (#28502)
- Fixed the collation bug when changing columns in a migration (#28514)
- Added password to the
RedisCluster
only ifredis
>=4.3.0
(1371940)
- Used
escapeshellarg
on windows symlink inFilesystem::link()
(44c3feb)
Changed
- Reset webpack file for none preset (#28462)
Added
- Added: Migration Events (#28342)
- Added ability to drop types when running the
migrate:fresh
command (#28382)
- Added
Renderable
functionality toMailMessage
(#28386)
Fixed
- Fixed the remaining issues with registering custom Doctrine types (#28375)
- Fixed
fromSub()
andjoinSub()
with table prefix inQuery\Builder
(#28400)
- Fixed false positives for
Schema::hasTable()
with views (#28401)
Changed
- Modified
None
AndReact
presets withvue-template-compiler
(#28389)
- Changed
navbar-laravel
class tobg-white shadow-sm
class inlayouts\app.stub
(#28417)
- Don't execute query in
Builder::findMany()
when ids are emptyArrayable
(#28432)
- Added parameter
password
forRedisCluster
construct function (#28434)
- Pass email verification URL to callback in
Auth\Notifications\VerifyEmail
(#28428)
- Updated
RouteAction::parse()
(#28397)
Added
- Added the
dd()
/dump
methods to theIlluminate\Database\Query\Builder.php
(#28357)
Fixed
- Fixed
BelongsToMany
parent key (#28317)
- Fixed recursive replacements in
Str::replaceArray()
(#28338)
Improved
- Added custom message to
TokenMismatchException
exception withinVerifyCsrfToken
class (#28335)
- Improved output of
Foundation\Testing\TestResponse::assertSessionDoesntHaveErrors
when called with no arguments (#28359)
Changed
- Allowed logging out other devices without setting remember me cookie (#28366)