瀏覽代碼

docs: add changelog entry for MongoDB ${var} syntax for collection

Kjell Winblad 2 年之前
父節點
當前提交
91df540287
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      changes/ee/feat-10294.en.md
  2. 1 0
      changes/ee/feat-10294.zh.md

+ 1 - 0
changes/ee/feat-10294.en.md

@@ -0,0 +1 @@
+When configuring a MongoDB bridge, you can now use the ${var} syntax to reference fields in the message payload within the collection field. This enables you to select the collection to insert data into dynamically.

+ 1 - 0
changes/ee/feat-10294.zh.md

@@ -0,0 +1 @@
+在配置 MongoDB 桥时,现在可以使用 ${var} 语法来引用消息负载中的字段,以便动态选择要插入的集合。