From 6129d1dd4f85665838f909c3b3e6719e367efe27 Mon Sep 17 00:00:00 2001 From: firest Date: Thu, 9 Feb 2023 15:07:25 +0800 Subject: [PATCH] chore: update changes --- changes/v4.4.15-en.md | 2 ++ changes/v4.4.15-zh.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/changes/v4.4.15-en.md b/changes/v4.4.15-en.md index 3bba0eb7b..dd4e0343d 100644 --- a/changes/v4.4.15-en.md +++ b/changes/v4.4.15-en.md @@ -14,6 +14,8 @@ - Now the corresponding session will be kicked when client is banned by `clientid` [#9904](https://github.com/emqx/emqx/pull/9904). +- Add more debug logs for authentication and ACL [#9943](https://github.com/emqx/emqx/pull/9943). + ## Bug fixes - fix some issues in descriptions of the actions, resources amd emqx-modules [#9931](https://github.com/emqx/emqx/pull/9931). diff --git a/changes/v4.4.15-zh.md b/changes/v4.4.15-zh.md index b3495f235..efdc597a2 100644 --- a/changes/v4.4.15-zh.md +++ b/changes/v4.4.15-zh.md @@ -14,6 +14,8 @@ - 现在客户端通过 `clientid` 被封禁时将会踢掉对应的会话 [#9904](https://github.com/emqx/emqx/pull/9904)。 +- 为认证和授权添加了更多调试日志 [#9943](https://github.com/emqx/emqx/pull/9943)。 + ## 修复 - 修复资源、动作以及模块里的一些描述错误 [#9931](https://github.com/emqx/emqx/pull/9931)。