chore: update changes

This commit is contained in:
firest 2022-11-08 17:04:55 +08:00
parent dd7d4224ce
commit 848b68de88
2 changed files with 4 additions and 2 deletions

View File

@ -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).

View File

@ -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)。