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 Guzzle 7 support (#31484)
- Added
Illuminate\Database\Query\Builder::groupByRaw()
(#31498)
- Added SQLite JSON update support with json_patch (#31492)
Fixed
- Fixed
appendRow
on console table (#31469)
- Fixed password check in
EloquentUserProvider::retrieveByCredentials()
(4436662)
Revert
- Revert table feature in the console output (4094d78)
Changed
- Change MySql nullable modifier to allow generated columns to be not null (#31452)
- Throw exception on empty collection in
assertSentTo()
\assertNotSentTo()
methods inNotificationFake
class (#31471)
Added
- Make
Blueprint
support Grammar'smacro
(#31365)
- Added
Macroable
trait toIlluminate\Console\Scheduling\Schedule
class (#31354)
- Added
Illuminate\Foundation\Exceptions\Handler::getHttpExceptionView()
(#31420)
- Allowed appending of rows to Artisan tables (#31426)
Fixed
- Fixed
locks
forsqlsrv
queue (5868066)
- Fixed testing with unencrypted cookies (#31390)
Changed
- Allowed multiple paths to be passed to migrate fresh and migrate refresh commands (#31381)
- Split Console InteractsWithIO to external trait (#31376)
- Added sms link as valid URL in
UrlGenerator::isValid()
method (#31382)
- Upgrade CommonMark and use the bundled table extension (#31411)
- Ensure
Application::$terminatingCallbacks
are reset onApplication::flush()
(#31413)
- Remove serializer option in
PhpRedisConnector::createClient()
(#31417)
Added
- Added
Illuminate\Support\Testing\Fakes\QueueFake::assertPushedWithoutChain()
method (#31332, 7fcc6b5)
- Added
Macroable
trait to theIlluminate\Events\Dispatcher
(#31317)
Fixed
- Used current DB to create Doctrine Connections (#31278)
- Removed duplicate output when publishing tags in
vendor:publish
command (#31333)
- Fixed plucking column name containing a space (#31299)
- Fixed bug with wildcard caching in event dispatcher (#31313)
- Fixed infinite value for RedisStore (#31348)
- Fixed dropping columns in SQLServer with default value (#31341)
Changed
- Use SKIP LOCKED for mysql 8.1 and pgsql 9.5 queue workers (#31287)
- Don't merge middleware from method and property in
Illuminate\Bus\Queueable::middleware()
(#31301)
- Split
specifyParameter()
fromIlluminate\Console\Command
toHasParameters
trait (#31254)
- Make sure changing a database field to json does not include charset (#31343)
Fixed
- Fixed error on
queue:work
database on Windows (#31277)