diff --git a/changes/v5.0.17-en.md b/changes/v5.0.17-en.md index 0f71057dd..17a714cce 100644 --- a/changes/v5.0.17-en.md +++ b/changes/v5.0.17-en.md @@ -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 diff --git a/changes/v5.0.17-zh.md b/changes/v5.0.17-zh.md index b7510deea..0692d29ac 100644 --- a/changes/v5.0.17-zh.md +++ b/changes/v5.0.17-zh.md @@ -16,6 +16,8 @@ - [#9936](https://github.com/emqx/emqx/pull/9936) 在发行版中默认禁用diskup(os_mon的一部分)。 +- [#9954](https://github.com/emqx/emqx/pull/9954) 优化桥接性能 + ## 修复 - [#9864](https://github.com/emqx/emqx/pull/9864) 修复会话清除后相关的排他订阅主题没有被清理的问题。