From c2d895da24d19d74184dcc55f0b9b6cd1c766df2 Mon Sep 17 00:00:00 2001 From: firest Date: Mon, 20 Feb 2023 16:54:13 +0800 Subject: [PATCH] chore: update changes --- changes/v4.4.15-en.md | 3 +++ changes/v4.4.15-zh.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/changes/v4.4.15-en.md b/changes/v4.4.15-en.md index 881e73ea6..d040b7591 100644 --- a/changes/v4.4.15-en.md +++ b/changes/v4.4.15-en.md @@ -51,3 +51,6 @@ - fix the `{badarg,[{ets,lookup,[gproc,{shared, ...` error logs during shutdown [#9919](https://github.com/emqx/emqx/pull/9919). - Fix crash when updating a client's keepalive via the HTTP API if it connects with keepalive disabled [#9933](https://github.com/emqx/emqx/pull/9933). + +- Fix that `Erlang distribution` can't use TLS [#9981](https://github.com/emqx/emqx/pull/9981). + About `Erlang distribution`, See [here](https://www.emqx.io/docs/en/v4.4/advanced/cluster.html#distributed-erlang) for details. diff --git a/changes/v4.4.15-zh.md b/changes/v4.4.15-zh.md index 73c681706..3dcddbd0a 100644 --- a/changes/v4.4.15-zh.md +++ b/changes/v4.4.15-zh.md @@ -52,3 +52,6 @@ - 修复停止 EMQX 的时候,日志出现 `{badarg,[{ets,lookup,[gproc,{shared, ...` 错误的问题 [#9919](https://github.com/emqx/emqx/pull/9919)。 - 修复当客户端连接禁用 keepalive 时, 通过 HTTP API 更新其 keepalive 会崩溃的问题 [#9933](https://github.com/emqx/emqx/pull/9933)。 + +- 修复 `Erlang distribution` 无法使用 TLS 的问题 [#9981](https://github.com/emqx/emqx/pull/9981)。 + 关于 `Erlang distribution`, 详见 [这里](https://www.emqx.io/docs/zh/v4.4/advanced/cluster.html)。