emqx/changes/v5.0.16-zh.md

19 lines
870 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# v5.0.16
## 增强
## 修复
- [#9824](https://github.com/emqx/emqx/pull/9824) 修复当存在多个路由信息时topics/{topic} 将会返回 500 - Internal Error 的问题,现在将会正确的返回路由信息列表。
- [#9832](https://github.com/emqx/emqx/pull/9832) 优化桥接同步资源调用超时情况下的一个错误日志。
- [#9834](https://github.com/emqx/emqx/pull/9834) 允许配置项 `mqtt.idle_timeout` 设置成 `infinity`
- [#9839](https://github.com/emqx/emqx/pull/9839) 确保用户为webhook-bridge指定的Authorization-HTTP-header的内容不会被打印到日志文件。
- [#9884](https://github.com/emqx/emqx/pull/9884) 不在任意一个资源健康检查成功时恢复所有资源发送缓存。
在此修复之前,在任意一个资源成功进行健康检查后,所有资源的缓存都会尝试恢复。