diff --git a/changes/v5.0.14-en.md b/changes/v5.0.14-en.md index 7ca8200b6..f61211bb8 100644 --- a/changes/v5.0.14-en.md +++ b/changes/v5.0.14-en.md @@ -7,6 +7,8 @@ `env EMQX_BRIDGES__MQTT__XYZ__SERVER='"localhost:1883"'`. Now it's possible to set it without quote as `env EMQX_BRIDGES__MQTT__XYZ__SERVER='localhost:1883'`. +- Obfuscated sensitive data in the response when querying `bridges` information by API [#9593](https://github.com/emqx/emqx/pull/9593/). + ## Bug Fixes - Fix an issue where testing the GCP PubSub could leak memory, and an issue where its JWT token would fail to refresh a second time. [#9641](https://github.com/emqx/emqx/pull/9641) diff --git a/changes/v5.0.14-zh.md b/changes/v5.0.14-zh.md index 2667fabef..c96bef305 100644 --- a/changes/v5.0.14-zh.md +++ b/changes/v5.0.14-zh.md @@ -7,6 +7,8 @@ `env EMQX_BRIDGES__MQTT__XYZ__SERVER='"localhost:1883"'`。 此修复后,可以不使用引号,例如 `env EMQX_BRIDGES__MQTT__XYZ__SERVER='localhost:1883'`。 +- 通过 API 查询 `bridges` 信息时将混淆响应中的敏感数据 [#9593](https://github.com/emqx/emqx/pull/9593/)。 + ## 修复 - 修复了测试GCP PubSub可能泄露内存的问题,以及其JWT令牌第二次刷新失败的问题。 [#9640](https://github.com/emqx/emqx/pull/9640)