chore: Generate changelog for v5.0.17

This commit is contained in:
Zaiming (Stone) Shi 2023-02-13 08:58:31 +01:00
parent 7947d83cb9
commit 3175a80ba3
2 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@
- [#9930](https://github.com/emqx/emqx/pull/9930) Expose the stats `live_connections.count` and `live_connections.max` to Prometheus.
- [#9936](https://github.com/emqx/emqx/pull/9936) Disable disksup (part of os_mon) in releases by default.
- [#9954](https://github.com/emqx/emqx/pull/9954) Improve bridge performance
## Bug fixes

View File

@ -16,6 +16,8 @@
- [#9936](https://github.com/emqx/emqx/pull/9936) 在发行版中默认禁用diskupos_mon的一部分
- [#9954](https://github.com/emqx/emqx/pull/9954) 优化桥接性能
## 修复
- [#9864](https://github.com/emqx/emqx/pull/9864) 修复会话清除后相关的排他订阅主题没有被清理的问题。