Laravel v6.1.0 于 2019 年 10 月 1 日发布,以下是我们合并到此版本中的更改。
新增
- 新增
Illuminate\Support\LazyCollection::eager()
方法 (#29832) - 新增 forgetChannel
()
和getChannels()
方法到Illuminate\Log\LogManager
(#30132, a52a0dd) - 新增
Illuminate\Foundation\Testing\TestResponse::assertNoContent()
方法 (#30125) - 新增
InteractsWithQueue
到SendQueueNotifications
(#30140) - 新增
SendQueueNotifications::retryUntil()
方法 (#30141) - 新增用于发送带有测试请求的 cookie 的方法 (#30101)
- 新增对排队通知的作业中间件的支持 (#30070)
修复
- 修复
make:migration
命令中的迁移类重复检查 (#30095) - 修复 monolog v2 处理程序准备 (#30123)
- 修复 DurationLimiter 的回调值返回 (#30143)
更改
- 为播种器添加运行时信息输出 (#30086)
- 为
Illuminate\Foundation\Testing\TestResponse::assertJsonPath()
添加严格参数 (#30142) - 为
Foundation\Testing\Concerns\InteractsWithDatabase::assertSoftDeleted()
添加deletedAtColumn
可选参数 (#30111)
改进
- 改进
AuthServiceProvider::registerEventRebindHandler()
在守卫未初始化的情况下 (#30105)
GitHub: https://github.com/laravel/framework/releases/tag/v6.1.0