chore: update changes

This commit is contained in:
firest 2023-01-29 20:30:19 +08:00
parent 482952e951
commit 2b647e112b
2 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,12 @@
- Added Ubuntu 22.04 package release [#9831](https://github.com/emqx/emqx/pull/9831). - Added Ubuntu 22.04 package release [#9831](https://github.com/emqx/emqx/pull/9831).
- Improve the integration of the `banned` and the `delayed` feature [#9790](https://github.com/emqx/emqx/pull/9790).
Now when publishing a delayed message will check first if its source client is banned, if true, this publish will be ignored.
- 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.
## Bug fixes ## 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). - Fix the problem that new MQTT TLS connections failed to establish after release hot upgrade [#9810](https://github.com/emqx/emqx/pull/9810).

View File

@ -4,6 +4,12 @@
- 发布 Ubuntu 22.04 安装包 [#9831](https://github.com/emqx/emqx/pull/9831)。 - 发布 Ubuntu 22.04 安装包 [#9831](https://github.com/emqx/emqx/pull/9831)。
- 增强 `封禁``延迟消息` 这两个功能的集成性 [#9790](https://github.com/emqx/emqx/pull/9790)。
现在发送延迟消息前,会先检查消息的来源客户端是否被封禁了,如果是,这条延迟消息将会被忽略。
- 增强 `保留消息` 的安全性 [#9790](https://github.com/emqx/emqx/pull/9790)。
现在投递保留消息前,会先过滤掉来源客户端被封禁了的那些消息。
## 修复 ## 修复
- 修复版本热升级之后,新的 MQTT TLS 连接建立失败的问题 [#9810](https://github.com/emqx/emqx/pull/9810)。 - 修复版本热升级之后,新的 MQTT TLS 连接建立失败的问题 [#9810](https://github.com/emqx/emqx/pull/9810)。