31 lines
1.6 KiB
Markdown
31 lines
1.6 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} 来开启或禁用网关。
|
||
|
||
- 支持 `statsd {tags: {"user-defined-tag" = "tag-value"}` 配置,并提升 `emqx_statsd` 的稳定性 [#9363](http://github.com/emqx/emqx/pull/9363)。
|
||
|
||
- 改进了节点名称生成规则,以避免潜在的原子表溢出风险 [#9387](https://github.com/emqx/emqx/pull/9387)。
|
||
|
||
- 为桥接收到的 MQTT v5 消息再转发时保留 User-Properties [#9240](https://github.com/emqx/emqx/pull/9240)。
|
||
|
||
## 修复
|
||
|
||
- 修复创建追踪日志时偶尔会报`end_at time has already passed`错误,导致创建失败。[#9303](https://github.com/emqx/emqx/pull/9303)
|
||
|
||
- 通过 `/authenticator/{id}/status` 请求未知认证器的状态时,将会返回 404。
|
||
|
||
- 修复 JWT ACL 规则只在设置了超期时间时才生效的问题 [#9368](https://github.com/emqx/emqx/pull/9368)。
|
||
|
||
- 修复 `/configs/global_zone` API 无法正确获取配置的默认值问题 [#9392](https://github.com/emqx/emqx/pull/9392)。
|