mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-01 19:27:39 +08:00
parent
49705d8be8
commit
30162cbe30
@ -1,4 +1,6 @@
|
||||
# v2.0.19 - TBD
|
||||
# v2.0.20 - TBD
|
||||
|
||||
# v2.0.19 - 2020-11-17
|
||||
|
||||
## Added
|
||||
|
||||
|
@ -1,5 +1,23 @@
|
||||
# 版本更新记录
|
||||
|
||||
# v2.0.19 - 2020-11-17
|
||||
|
||||
## 新增
|
||||
|
||||
- [#2794](https://github.com/hyperf/hyperf/pull/2794) [#2802](https://github.com/hyperf/hyperf/pull/2802) 为 `Session` 组件新增配置项 `options.cookie_lifetime`, 允许用户自己设置 `Cookies` 的超时时间。
|
||||
|
||||
## 修复
|
||||
|
||||
- [#2783](https://github.com/hyperf/hyperf/pull/2783) 修复 `NSQ` 消费者无法在协程风格下正常使用的问题。
|
||||
- [#2788](https://github.com/hyperf/hyperf/pull/2788) 修复非静态方法 `__handlePropertyHandler()` 在代理类中,被静态调用的问题。
|
||||
- [#2790](https://github.com/hyperf/hyperf/pull/2790) 修复 `ETCD` 配置中心,`BootProcessListener` 监听器无法在协程风格下正常使用的问题。
|
||||
- [#2803](https://github.com/hyperf/hyperf/pull/2803) 修复当 `Request` 无法实例化时,`HTTP` 响应数据被清除的问题。
|
||||
- [#2807](https://github.com/hyperf/hyperf/pull/2807) 修复当存在重复的中间件时,中间件的表现会与预期不符的问题。
|
||||
|
||||
## 优化
|
||||
|
||||
- [#2750](https://github.com/hyperf/hyperf/pull/2750) 优化 `Scout` 组件,当没有配置搜索引擎 `index` 或 `Elasticsearch` 版本高于 `7.0` 时,使用 `index` 而非 `type` 作为模型的搜索条件。
|
||||
|
||||
# v2.0.18 - 2020-11-09
|
||||
|
||||
## 新增
|
||||
|
Loading…
Reference in New Issue
Block a user