From 5f0d570ab9cb757c936eb83f888abc9dc1604b51 Mon Sep 17 00:00:00 2001 From: Shawn <506895667@qq.com> Date: Sat, 4 Feb 2023 12:49:09 +0800 Subject: [PATCH] chore: udpate change logs --- changes/v4.4.15-en.md | 6 ++++++ changes/v4.4.15-zh.md | 6 ++++++ changes/v4.4.15.en.md | 5 ----- changes/v4.4.15.zh.md | 5 ----- 4 files changed, 12 insertions(+), 10 deletions(-) delete mode 100644 changes/v4.4.15.en.md delete mode 100644 changes/v4.4.15.zh.md diff --git a/changes/v4.4.15-en.md b/changes/v4.4.15-en.md index 1dfe74aac..1dc3623fa 100644 --- a/changes/v4.4.15-en.md +++ b/changes/v4.4.15-en.md @@ -2,6 +2,8 @@ ## Enhancements +- Support HAProxy protocol for dashboard API [9803](https://github.com/emqx/emqx/pull/9803). + - Added Ubuntu 22.04 package release [#9831](https://github.com/emqx/emqx/pull/9831). - Improve the integration of the `banned` and the `delayed` feature [#9790](https://github.com/emqx/emqx/pull/9790). @@ -25,3 +27,7 @@ - Avoid crash logs in CoAP gateway when receiving liveness checking packets from Load Balancer [#9869](https://github.com/emqx/emqx/pull/9869). - Fix the exclusive topics aren't removed when the session has already been cleaned [#9868](https://github.com/emqx/emqx/pull/9868). + +- fix the emqx reports `{case_clause,{error,closed}}` error log message when websocket connections interrupted [](). + +- fix sometimes rules can be enabled automatically after emqx is restarted [](). diff --git a/changes/v4.4.15-zh.md b/changes/v4.4.15-zh.md index a4bb0a50d..cf4a2d9c0 100644 --- a/changes/v4.4.15-zh.md +++ b/changes/v4.4.15-zh.md @@ -2,6 +2,8 @@ ## 增强 +- 现在 dashboard 支持 `HAProxy` 协议了 [9803](https://github.com/emqx/emqx/pull/9803)。 + - 发布 Ubuntu 22.04 安装包 [#9831](https://github.com/emqx/emqx/pull/9831)。 - 增强 `封禁` 和 `延迟消息` 这两个功能的集成性 [#9790](https://github.com/emqx/emqx/pull/9790)。 @@ -24,3 +26,7 @@ - 修复 CoAP 网关在收到负载均衡的心跳检查报文时产生的崩溃日志 [#9869](https://github.com/emqx/emqx/pull/9869)。 - 修复会话关闭后,其持有的排他订阅主题没有被释放的问题 [#9868](https://github.com/emqx/emqx/pull/9868)。 + +- 修复 Websocket 连接中断时日志报 `{case_clause,{error,closed}}` 错误的问题 []()。 + +- 修复某些情况下,重启 emqx 后规则无法自动启用的问题 []()。 diff --git a/changes/v4.4.15.en.md b/changes/v4.4.15.en.md deleted file mode 100644 index cca435877..000000000 --- a/changes/v4.4.15.en.md +++ /dev/null @@ -1,5 +0,0 @@ -# v4.4.15 - -## Enhancements - -- Support HAProxy protocol for dashboard API [9803](https://github.com/emqx/emqx/pull/9803). diff --git a/changes/v4.4.15.zh.md b/changes/v4.4.15.zh.md deleted file mode 100644 index 25beb836b..000000000 --- a/changes/v4.4.15.zh.md +++ /dev/null @@ -1,5 +0,0 @@ -# v4.4.15 - -## 增强 - -- 现在 dashboard 增加了对 `HAProxy` 协议的支持 [9803](https://github.com/emqx/emqx/pull/9803)。