chore: update changes

This commit is contained in:
Erik Timan 2023-02-07 15:05:09 +01:00
parent 8f4e390840
commit 3d41e58d80
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,8 @@
- Add more debug logs for authentication and ACL [#9943](https://github.com/emqx/emqx/pull/9943).
- Expose the stats `live_connections.count` and `live_connections.max` to Prometheus [#9929](https://github.com/emqx/emqx/pull/9929).
## Bug fixes
- Fixed an error when forward MQTT messages with User-Property using the `republish` action [#9942](https://github.com/emqx/emqx/pull/9942).

View File

@ -16,6 +16,8 @@
- 为认证和授权添加了更多调试日志 [#9943](https://github.com/emqx/emqx/pull/9943)。
- 将统计数据 `live_connections.count``live_connections.max` 公开给 Prometheus [#9929](https://github.com/emqx/emqx/pull/9929).
## 修复
- 修复使用 `消息重发布` 动作转发带 User-Property 的 MQTT 消息时出错的问题 [#9942](https://github.com/emqx/emqx/pull/9942)。