From 30162cbe3059b55fe386d264258bc1bd9fc8d5fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=93=AD=E6=98=95?= Date: Tue, 17 Nov 2020 10:40:30 +0800 Subject: [PATCH] v2.0.19 (#2817) * v2.0.19 * Update changelog.md --- CHANGELOG-2.0.md | 4 +++- docs/zh-cn/changelog.md | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-2.0.md b/CHANGELOG-2.0.md index 4f46cf4e2..d3b6ed60a 100644 --- a/CHANGELOG-2.0.md +++ b/CHANGELOG-2.0.md @@ -1,4 +1,6 @@ -# v2.0.19 - TBD +# v2.0.20 - TBD + +# v2.0.19 - 2020-11-17 ## Added diff --git a/docs/zh-cn/changelog.md b/docs/zh-cn/changelog.md index e75d34171..3d7acfc8d 100644 --- a/docs/zh-cn/changelog.md +++ b/docs/zh-cn/changelog.md @@ -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 ## 新增