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

This commit is contained in:
Kjell Winblad 2023-03-31 06:36:21 +02:00
parent e808fef1e4
commit 91df540287
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

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