From 36c37cc78cf605afee5384882040a35a26fdf672 Mon Sep 17 00:00:00 2001 From: William Yang Date: Fri, 9 Dec 2022 15:48:42 +0100 Subject: [PATCH] chore: update release notes --- changes/v5.0.12-en.md | 2 ++ changes/v5.0.12-zh.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/changes/v5.0.12-en.md b/changes/v5.0.12-en.md index 97992568f..f45393971 100644 --- a/changes/v5.0.12-en.md +++ b/changes/v5.0.12-en.md @@ -52,3 +52,5 @@ Please note, the request body of `/bridges` API to configure MQTT brdige is chan - Return `400` if query param `node` is not a known node in `/trace/:id/download?node={node}` [#9478](https://github.com/emqx/emqx/pull/9478). - `POST /traces` to return `409` in case of duplicate [#9494](https://github.com/emqx/emqx/pull/9494). + +- Fix bridging function, when both ingress and egress bridges are configured, egress bridge does not work [#9523](https://github.com/emqx/emqx/pull/9523). diff --git a/changes/v5.0.12-zh.md b/changes/v5.0.12-zh.md index a0d67424e..c4b8246d0 100644 --- a/changes/v5.0.12-zh.md +++ b/changes/v5.0.12-zh.md @@ -50,3 +50,5 @@ v5.0.11 或更早版本创建的配置文件,在新版本中会被自动转换 - 如果在调用 `/trace/:id/download?node={node}` 时,`node` 不存在,则会返回 `400` [#9478](https://github.com/emqx/emqx/pull/9478)。 - 当重复调用 `POST /traces` 时,将会返回 `409` ,而不再是 `400` [#9494](https://github.com/emqx/emqx/pull/9494)。 + +- 桥接功能修复,当同时配置了2个桥,方向为入桥和出桥时,出桥不工作的问题。[#9523](https://github.com/emqx/emqx/pull/9523).