@@ -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,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, []}
@@ -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})`.