From a7f612eeb39d8fe4e52033a546ffc740a7f76bdb Mon Sep 17 00:00:00 2001 From: Shawn <506895667@qq.com> Date: Thu, 5 Jan 2023 18:17:43 +0800 Subject: [PATCH] chore: update change logs --- changes/v5.0.14/fix-9687.en.md | 2 ++ changes/v5.0.14/fix-9687.zh.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 changes/v5.0.14/fix-9687.en.md create mode 100644 changes/v5.0.14/fix-9687.zh.md diff --git a/changes/v5.0.14/fix-9687.en.md b/changes/v5.0.14/fix-9687.en.md new file mode 100644 index 000000000..6c2f53bb3 --- /dev/null +++ b/changes/v5.0.14/fix-9687.en.md @@ -0,0 +1,2 @@ +Fix the problem that sending messages to data-bridges failed because of incorrect handling of some data-bridges without `local_topic` field configured. +Before this change, if some bridges have configured the `local_topic` field but others have not, a `function_clause` error will occur when forwarding messages to the data-bridges. diff --git a/changes/v5.0.14/fix-9687.zh.md b/changes/v5.0.14/fix-9687.zh.md new file mode 100644 index 000000000..089db5986 --- /dev/null +++ b/changes/v5.0.14/fix-9687.zh.md @@ -0,0 +1,2 @@ +修复由于某些数据桥接未配置 `local_topic` 字段,导致的所有数据桥接无法发送消息。 +在此改动之前,如果有些桥接设置了 `local_topic` 字段而有些没有设置,数据桥接转发消息时会出现 `function_clause` 的错误。