chore: update changes

This commit is contained in:
firest 2022-11-09 18:18:59 +08:00
parent 4290847b9d
commit cd2cf15677
2 changed files with 8 additions and 1 deletions

View File

@ -2,5 +2,8 @@
## Enhancements ## 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 ## Bug fixes

View File

@ -2,4 +2,8 @@
## 增强 ## 增强
## 修复 - 增强 `封禁``保留消息` 这两个功能的集成性 [#9332](https://github.com/emqx/emqx/pull/9332)。
现在投递保留消息前,会先过滤掉来源客户端被封禁了的那些消息。
## Bug fixes