23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
# v5.0.11
|
||
|
||
## 增强
|
||
|
||
- 增强 `保留消息` 的安全性 [#9332](https://github.com/emqx/emqx/pull/9332)。
|
||
现在投递保留消息前,会先过滤掉来源客户端被封禁了的那些消息。
|
||
|
||
- 增强订阅 API 的安全性 [#9355](https://github.com/emqx/emqx/pull/9355)。
|
||
|
||
- 增加 `封禁` 功能 [#9367](https://github.com/emqx/emqx/pull/9367)。
|
||
现在客户端通过 `clientid` 被封禁时将会踢掉对应的会话。
|
||
|
||
- 重新设计了 /gateways API [9364](https://github.com/emqx/emqx/pull/9364)。
|
||
使用 PUT /gateways/{name} 代替了 POST /gateways,现在网关将在需要时自动加载,然后删除了 DELETE /gateways/{name},之后可以使用 PUT /gateways/{name}/enable/{true|false} 来开启或禁用网关。
|
||
|
||
- 改进了节点名称生成规则,以避免潜在的原子表溢出风险 [#9387](https://github.com/emqx/emqx/pull/9387)。
|
||
|
||
## 修复
|
||
|
||
- 通过 `/authenticator/{id}/status` 请求未知认证器的状态时,将会返回 404。
|
||
|
||
- 修复 JWT ACL 规则只在设置了超期时间时才生效的问题 [#9368](https://github.com/emqx/emqx/pull/9368)。
|