chore: udpate change logs

This commit is contained in:
Shawn 2023-02-04 12:49:09 +08:00
parent c22e2a0d18
commit 5f0d570ab9
4 changed files with 12 additions and 10 deletions

View File

@ -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 []().

View File

@ -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 后规则无法自动启用的问题 []()。

View File

@ -1,5 +0,0 @@
# v4.4.15
## Enhancements
- Support HAProxy protocol for dashboard API [9803](https://github.com/emqx/emqx/pull/9803).

View File

@ -1,5 +0,0 @@
# v4.4.15
## 增强
- 现在 dashboard 增加了对 `HAProxy` 协议的支持 [9803](https://github.com/emqx/emqx/pull/9803)。