From 2a58895541a1ac74e2fbf62b548a20cf324bbbfe Mon Sep 17 00:00:00 2001 From: Zhongwen Deng Date: Thu, 7 Jul 2022 17:51:16 +0800 Subject: [PATCH 1/2] docs: update changelog for dashboard --- CHANGES-5.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES-5.0.md b/CHANGES-5.0.md index 269115c93..650f0fc2d 100644 --- a/CHANGES-5.0.md +++ b/CHANGES-5.0.md @@ -5,6 +5,7 @@ * Websocket listener failed to read headers `X-Forwared-For` and `X-Forwarded-Port` [8415](https://github.com/emqx/emqx/pull/8415) * Deleted `cluster_singleton` from MQTT bridge config document. This config is no longer applicable in 5.0 [8407](https://github.com/emqx/emqx/pull/8407) * Fix `emqx/emqx:latest` docker image publish to use the Erlang flavor, but not Elixir flavor [8414](https://github.com/emqx/emqx/pull/8414) +* Improve the speed of dashboard's HTTP API routing rule generation, which sometimes causes timeout [8438](https://github.com/emqx/emqx/pull/8438) # 5.0.2 From 53eb1107cbb51c9958ec7bface091d8df9204dd6 Mon Sep 17 00:00:00 2001 From: zhongwencool Date: Thu, 7 Jul 2022 18:07:57 +0800 Subject: [PATCH 2/2] chore: update CHANGES-5.0.md Co-authored-by: Zaiming (Stone) Shi --- CHANGES-5.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES-5.0.md b/CHANGES-5.0.md index 650f0fc2d..90ddad6f8 100644 --- a/CHANGES-5.0.md +++ b/CHANGES-5.0.md @@ -5,6 +5,9 @@ * Websocket listener failed to read headers `X-Forwared-For` and `X-Forwarded-Port` [8415](https://github.com/emqx/emqx/pull/8415) * Deleted `cluster_singleton` from MQTT bridge config document. This config is no longer applicable in 5.0 [8407](https://github.com/emqx/emqx/pull/8407) * Fix `emqx/emqx:latest` docker image publish to use the Erlang flavor, but not Elixir flavor [8414](https://github.com/emqx/emqx/pull/8414) + +## Enhancements + * Improve the speed of dashboard's HTTP API routing rule generation, which sometimes causes timeout [8438](https://github.com/emqx/emqx/pull/8438) # 5.0.2