@@ -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
@@ -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) 修复会话清除后相关的排他订阅主题没有被清理的问题。