chore: update change logs
This commit is contained in:
parent
13b2f45405
commit
a7f612eeb3
|
@ -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.
|
|
@ -0,0 +1,2 @@
|
|||
修复由于某些数据桥接未配置 `local_topic` 字段,导致的所有数据桥接无法发送消息。
|
||||
在此改动之前,如果有些桥接设置了 `local_topic` 字段而有些没有设置,数据桥接转发消息时会出现 `function_clause` 的错误。
|
Loading…
Reference in New Issue