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
appendRowon 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 inNotificationFakeclass (#31471)
Added
- Make
Blueprintsupport Grammar'smacro(#31365)
- Added
Macroabletrait toIlluminate\Console\Scheduling\Scheduleclass (#31354)
- Added
Illuminate\Foundation\Exceptions\Handler::getHttpExceptionView()(#31420)
- Allowed appending of rows to Artisan tables (#31426)
Fixed
- Fixed
locksforsqlsrvqueue (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::$terminatingCallbacksare reset onApplication::flush()(#31413)
- Remove serializer option in
PhpRedisConnector::createClient()(#31417)
Added
- Added
Illuminate\Support\Testing\Fakes\QueueFake::assertPushedWithoutChain()method (#31332, 7fcc6b5)
- Added
Macroabletrait to theIlluminate\Events\Dispatcher(#31317)
Fixed
- Used current DB to create Doctrine Connections (#31278)
- Removed duplicate output when publishing tags in
vendor:publishcommand (#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\CommandtoHasParameterstrait (#31254)
- Make sure changing a database field to json does not include charset (#31343)
Fixed
- Fixed error on
queue:workdatabase on Windows (#31277)