diff --git a/changes/v5.0.10-en.md b/changes/v5.0.10-en.md index 9ec10d3a7..3f679e965 100644 --- a/changes/v5.0.10-en.md +++ b/changes/v5.0.10-en.md @@ -4,7 +4,8 @@ - Improve `/nodes` API responsiveness [#9221](https://github.com/emqx/emqx/pull/9221). -- Allow clear retained/delayed data when client is banned [#9139](https://github.com/emqx/emqx/pull/9139). +- Improve the integration of the `banned` and the `delayed` feature [#9326](https://github.com/emqx/emqx/pull/9326). + Now when publishing a delayed message will check first if its source client is banned, if true, this publish will be ignored. - Update `gen_rpc` library to version 3.0 [#9187](https://github.com/emqx/emqx/pull/9187). diff --git a/changes/v5.0.10-zh.md b/changes/v5.0.10-zh.md index d7e758162..3f83c913e 100644 --- a/changes/v5.0.10-zh.md +++ b/changes/v5.0.10-zh.md @@ -4,7 +4,8 @@ - 提升 `/nodes` API 响应速度 [#9221](https://github.com/emqx/emqx/pull/9221)。 -- 支持拉黑客户端并从数据库中删除保留和延迟发布的消息 [#9139](https://github.com/emqx/emqx/pull/9139)。 +- 增强 `封禁` 和 `延迟消息` 这两个功能的集成性 [#9326](https://github.com/emqx/emqx/pull/9326)。 + 现在发送延迟消息前,会先检查消息的来源客户端是否被封禁了,如果是,这条延迟消息将会被忽略。 - 升级 `gen_rpc` 库到 3.0 [#9187](https://github.com/emqx/emqx/pull/9187)。