Просмотр исходного кода

chore: update apps version && changes

firest 2 лет назад
Родитель
Сommit
f1a3e5965e

+ 1 - 1
apps/emqx_bridge_tdengine/src/emqx_bridge_tdengine.app.src

@@ -1,6 +1,6 @@
 {application, emqx_bridge_tdengine, [
     {description, "EMQX Enterprise TDEngine Bridge"},
-    {vsn, "0.1.1"},
+    {vsn, "0.1.2"},
     {registered, []},
     {applications, [kernel, stdlib, tdengine]},
     {env, []},

+ 1 - 1
apps/emqx_plugin_libs/src/emqx_plugin_libs.app.src

@@ -1,7 +1,7 @@
 %% -*- mode: erlang -*-
 {application, emqx_plugin_libs, [
     {description, "EMQX Plugin utility libs"},
-    {vsn, "4.3.10"},
+    {vsn, "4.3.11"},
     {modules, []},
     {applications, [kernel, stdlib]},
     {env, []}

+ 3 - 0
changes/ee/fix-10738.en.md

@@ -0,0 +1,3 @@
+Add supports for the `Supertable` and `Create Tables Automatically` features of TDEngine to its data bridge.
+Before this fix, an insert with a supertable in the template will fail, like this:
+  `insert into ${clientid} using msg TAGS (${clientid}) values (${ts},${msg})`.