chore: update changes
This commit is contained in:
parent
d4df2ddf25
commit
9140f50456
|
@ -10,6 +10,8 @@
|
|||
- 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.
|
||||
|
||||
- Now the corresponding session will be kicked when client is banned by `clientid` [#9904](https://github.com/emqx/emqx/pull/9904).
|
||||
|
||||
## 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).
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
- 增强 `保留消息` 的安全性 [#9790](https://github.com/emqx/emqx/pull/9790)。
|
||||
现在投递保留消息前,会先过滤掉来源客户端被封禁了的那些消息。
|
||||
|
||||
- 现在客户端通过 `clientid` 被封禁时将会踢掉对应的会话 [#9904](https://github.com/emqx/emqx/pull/9904)。
|
||||
|
||||
## 修复
|
||||
|
||||
- 修复版本热升级之后,新的 MQTT TLS 连接建立失败的问题 [#9810](https://github.com/emqx/emqx/pull/9810)。
|
||||
|
|
Loading…
Reference in New Issue