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_ENDPOINTenv 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:listcommand, when using a combination of manually registering events and event auto discovering (#28624)
Performance improvement
- Improve performance for
Arr::flatten()(#28614)
Changed
- Added
idtoModelNotFoundExceptionexception inImplicitRouteBinding(#28588)
Added
- Added
htmlas a new valid extension for views (#28541)
- Added: provide notification callback
withSwiftMessageinMailMessage(#28535)
Fixed
- Fixed
Illuminate\Cache\FileStore::getPayload()in case of broken cache (#28536)
- Fixed exception:
The filename fallback must only contain ASCII charactersin 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_withvalidation rule (#28455)
- Added possibility to use a few
columnsarguments in theroute:listcommand (#28459)
- Added
retryAfterinMail\SendQueuedMailableandNotifications\SendQueuedNotificationsobject (#28484)
- Added
Illuminate\Foundation\Console\Kernel::scheduleCache()(6587e78)
- Added support for multiple
--pathoptions within migrate commands (#28495)
- Added
Tappabletrait (#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
PhpRedisConnectionandPredisConnection(f4e8d5c)
Fixed
- Fixed session resolver in
RoutingServiceProvider(without bind ofsessioninContainer) (#28438)
- Fixed
requiredvalidation with multiplepasses()calls (#28502)
- Fixed the collation bug when changing columns in a migration (#28514)
- Added password to the
RedisClusteronly ifredis>=4.3.0(1371940)
- Used
escapeshellargon 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:freshcommand (#28382)
- Added
Renderablefunctionality 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
NoneAndReactpresets withvue-template-compiler(#28389)
- Changed
navbar-laravelclass tobg-white shadow-smclass inlayouts\app.stub(#28417)
- Don't execute query in
Builder::findMany()when ids are emptyArrayable(#28432)
- Added parameter
passwordforRedisClusterconstruct function (#28434)
- Pass email verification URL to callback in
Auth\Notifications\VerifyEmail(#28428)
- Updated
RouteAction::parse()(#28397)
Added
- Added the
dd()/dumpmethods to theIlluminate\Database\Query\Builder.php(#28357)
Fixed
- Fixed
BelongsToManyparent key (#28317)
- Fixed recursive replacements in
Str::replaceArray()(#28338)
Improved
- Added custom message to
TokenMismatchExceptionexception withinVerifyCsrfTokenclass (#28335)
- Improved output of
Foundation\Testing\TestResponse::assertSessionDoesntHaveErrorswhen called with no arguments (#28359)
Changed
- Allowed logging out other devices without setting remember me cookie (#28366)