Laravel 6.14.0 发布了,主要更新内容有:
Added
- 添加了
Illuminate\Bus\Dispatcher::dispatchAfterResponse()
方法 (#31300, 8a3cdb0) - 添加了
Illuminate\Support\Testing\Fakes\QueueFake::assertPushedWithoutChain()
方法 (#31332, 7fcc6b5) - 将
Macroable
特性添加到Illuminate\Events\Dispatcher
(#31317) - 添加了
NoPendingMigrations
事件 (#31289, 739fcea)
Fixed
- 使用当前数据库创建 Doctrine 连接 (#31278)
- 在
vendor:publish
命令中发布标签时删除了重复的输出 (#31333) - 修复了事件分配器中使用通配符缓存的错误 (#31313)
- 修复 RedisStore 的无限值 (#31348)
- 修复了 SQLServer 中带有默认值的删除列 (#31341)
更新说明:https://laravel-news.com/laravel-6-14-0
转自 https://www.oschina.net/news/113209/laravel-6-14-0-released