diff --git a/changes/v4.4.15-en.md b/changes/v4.4.15-en.md index 1dfe74aac..49024bdd5 100644 --- a/changes/v4.4.15-en.md +++ b/changes/v4.4.15-en.md @@ -10,6 +10,8 @@ - Security enhancement for retained messages [#9790](https://github.com/emqx/emqx/pull/9790). The retained messages will not be published if the publisher client is banned. +- Now the corresponding session will be kicked when client is banned by `clientid` [#9904](https://github.com/emqx/emqx/pull/9904). + ## Bug fixes - Fix the problem that new MQTT TLS connections failed to establish after release hot upgrade [#9810](https://github.com/emqx/emqx/pull/9810). diff --git a/changes/v4.4.15-zh.md b/changes/v4.4.15-zh.md index a4bb0a50d..4a0a6cf74 100644 --- a/changes/v4.4.15-zh.md +++ b/changes/v4.4.15-zh.md @@ -10,6 +10,8 @@ - 增强 `保留消息` 的安全性 [#9790](https://github.com/emqx/emqx/pull/9790)。 现在投递保留消息前,会先过滤掉来源客户端被封禁了的那些消息。 +- 现在客户端通过 `clientid` 被封禁时将会踢掉对应的会话 [#9904](https://github.com/emqx/emqx/pull/9904)。 + ## 修复 - 修复版本热升级之后,新的 MQTT TLS 连接建立失败的问题 [#9810](https://github.com/emqx/emqx/pull/9810)。