Laravel v6.1.0 released
Laravel v6.1.0 is released in 2019/10/01. Here are the changes we`ve merged into this release.
Added
- Added 
Illuminate\Support\LazyCollection::eager()method (#29832) - Added forgetChannel
()andgetChannels()methods toIlluminate\Log\LogManager(#30132, a52a0dd) - Added 
Illuminate\Foundation\Testing\TestResponse::assertNoContent()method (#30125) - Added 
InteractsWithQueuetoSendQueueNotifications(#30140) - Added 
SendQueueNotifications::retryUntil()method (#30141) - Added methods for sending cookies with test requests (#30101)
 - Added support of job middleware for queued notifications (#30070)
 
Fixed
- Fixed migration class duplicate check in 
make:migrationcommand (#30095) - Fixed monolog v2 handler preparation (#30123)
 - Fixed return of callback value for DurationLimiter (#30143)
 
Changed
- Added runtime information output for seeders (#30086)
 - Added strict parameter to 
Illuminate\Foundation\Testing\TestResponse::assertJsonPath()(#30142) - Added 
deletedAtColumnoptional parameter toFoundation\Testing\Concerns\InteractsWithDatabase::assertSoftDeleted()(#30111) 
Improved
- Improved 
AuthServiceProvider::registerEventRebindHandler()in case if guard is not initialized (#30105) 
GitHub: https://github.com/laravel/framework/releases/tag/v6.1.0
Credits: Tania Blindaruk