Przeglądaj źródła

chore: upgrade the IotDB driver

firest 1 rok temu
rodzic
commit
b8a791f4ff

+ 1 - 1
apps/emqx_bridge_iotdb/rebar.config

@@ -10,7 +10,7 @@
     {emqx_resource, {path, "../../apps/emqx_resource"}},
     {emqx_bridge, {path, "../../apps/emqx_bridge"}},
     {emqx_bridge_http, {path, "../emqx_bridge_http"}},
-    {iotdb, {git, "https://github.com/emqx/iotdb-client-erl.git", {tag, "0.1.5"}}}
+    {iotdb, {git, "https://github.com/emqx/iotdb-client-erl.git", {tag, "0.1.7"}}}
 ]}.
 {plugins, [rebar3_path_deps]}.
 {project_plugins, [erlfmt]}.

+ 2 - 0
changes/ee/fix-14005.en.md

@@ -0,0 +1,2 @@
+Fixed an issue where IoTDB Thrift driver did not work with SSL enabled.
+