ソースを参照

chore: update change & bump version

firest 2 年 前
コミット
2241461acb

+ 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.6"},
+    {vsn, "0.1.7"},
     {registered, []},
     {applications, [
         kernel,

+ 2 - 2
apps/emqx_bridge_tdengine/test/emqx_bridge_tdengine_SUITE.erl

@@ -281,8 +281,8 @@ connect_direct_tdengine(Config) ->
 % These funs connect and then stop the tdengine connection
 connect_and_create_table(Config) ->
     ?WITH_CON(begin
-        {ok, _} = directly_query(Con, ?SQL_DROP_TABLE),
-        {ok, _} = directly_query(Con, ?SQL_DROP_STABLE),
+        _ = directly_query(Con, ?SQL_DROP_TABLE),
+        _ = directly_query(Con, ?SQL_DROP_STABLE),
         {ok, _} = directly_query(Con, ?SQL_CREATE_DATABASE, []),
         {ok, _} = directly_query(Con, ?SQL_CREATE_TABLE),
         {ok, _} = directly_query(Con, ?SQL_CREATE_STABLE)

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

@@ -0,0 +1 @@
+The bridges for TDengine have been split so it is available via the connectors and actions APIs. They are still backwards compatible with the old bridge API.

+ 1 - 1
rel/i18n/emqx_bridge_tdengine.hocon

@@ -41,7 +41,7 @@ sql_template.label:
 """SQL Template"""
 
 action_parameters.desc:
-"""Tdengine action parameters"""
+"""TDengine action parameters"""
 
 action_parameters.label:
 """Parameters"""