@@ -2,5 +2,8 @@
## Enhancements
+- Improve the integration of the `banned` and the `retain` feature [#9326](https://github.com/emqx/emqx/pull/9326).
+ The retained messages that its source client is banned will be filtered out when they are delivered.
+
## Bug fixes
@@ -2,4 +2,8 @@
## 增强
-## 修复
+- 增强 `封禁` 和 `保留消息` 这两个功能的集成性 [#9332](https://github.com/emqx/emqx/pull/9332)。
+ 现在投递保留消息前,会先过滤掉来源客户端被封禁了的那些消息。
+## Bug fixes