You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@plc4x.apache.org by GitBox <gi...@apache.org> on 2022/09/13 06:03:01 UTC

[GitHub] [plc4x] dependabot[bot] opened a new pull request, #499: build(deps): bump iotdb.version from 0.13.0 to 0.14.0-preview2

dependabot[bot] opened a new pull request, #499:
URL: https://github.com/apache/plc4x/pull/499

   Bumps `iotdb.version` from 0.13.0 to 0.14.0-preview2.
   Updates `tsfile` from 0.13.0 to 0.14.0-preview2
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/thulab/iotdb/commits">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `service-rpc` from 0.13.0 to 0.14.0-preview2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/iotdb/releases">service-rpc's releases</a>.</em></p>
   <blockquote>
   <h2>Apache IoTDB 0.14.0-preview2</h2>
   <p>No release notes provided.</p>
   <h2>Apache IoTDB 0.14.0-preview1</h2>
   <p>The 0.14.0-preview1 version only contains the new cluster version.</p>
   <h2>New Features</h2>
   <ul>
   <li>The new cluster contains two types of nodes: ConfigNode, DataNode</li>
   <li>Support ConfigNode Deploy: Start(Add), Stop</li>
   <li>Support DataNode Deploy: Start(Add), Stop</li>
   <li>Data and Schema replication management</li>
   <li>Support Consensus Protocol: Standalone, MultiLeader, Ratis</li>
   <li>Schema Management: Memory, SchemaFile, RocksDB</li>
   <li>Cluster monitor sql: show cluster, show regions</li>
   <li>Administration:  User, Permission, Role management</li>
   <li>Authorization when login and executing a command</li>
   <li>Load Balance for data and schema</li>
   <li>Native API for reading and writing</li>
   <li>Support CSV import/export tools</li>
   <li>Support create/show/count/delete Storage Group</li>
   <li>Support create/show/count timeseries</li>
   <li>Support show/count devices</li>
   <li>Flush is supported in cluster</li>
   <li>Support monitor DataNode and ConfigNode through Prometheus and Grafana</li>
   <li>Support Data insertion and deletion</li>
   <li>Query Types: Raw data Query, Aggregation, Group By Time, Group By Level, Last query</li>
   <li>Support Fill null values in the query result</li>
   <li>Support order by time and limit, offset, slimit, soffset</li>
   <li>Support value filter and expression</li>
   <li>Python API: Add support for DBAPI</li>
   </ul>
   <p><img src="https://github.com/apache/iotdb-bin-resources/blob/main/docs/UserGuide/Cluster/Preview1-Function.png?raw=true" alt="" /></p>
   <h2>Incompatible changes</h2>
   <ul>
   <li>Rename the following scripts and configuration files</li>
   </ul>
   <table>
   <thead>
   <tr>
   <th>Previous</th>
   <th>Now</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>conf/iotdb-engine.properties</td>
   <td>conf/iotdb-datanode.properties</td>
   </tr>
   <tr>
   <td>conf/iotdb-env.sh &amp; bat</td>
   <td>conf/datanode-env.sh &amp; bat</td>
   </tr>
   </tbody>
   </table>
   <ul>
   <li>Rename the DataNode configuration parameters</li>
   </ul>
   <table>
   <thead>
   <tr>
   <th>Previous</th>
   <th>Now</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>internal_ip</td>
   <td>internal_address</td>
   </tr>
   <tr>
   <td>target_confignode / config_nodes</td>
   <td>target_config_nodes</td>
   </tr>
   </tbody>
   </table>
   <ul>
   <li>Rename the ConfigNode configuration parameters</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/apache/iotdb/blob/master/RELEASE_NOTES.md">service-rpc's changelog</a>.</em></p>
   <blockquote>
   <h1>Apache IoTDB 0.14.0-preview2</h1>
   <p>The 0.14.0-preview2 version only contains the new cluster version.</p>
   <h2>New Features</h2>
   <ul>
   <li>Support RestApi</li>
   <li>Support removing data node using Ratis consensus</li>
   <li>Support having clause in query</li>
   <li>Support Between expression</li>
   <li>Support order by timeseries in last query</li>
   <li>Support hot configuration of data_dirs</li>
   <li>Support schema template</li>
   <li>Support executeBatchStatement in JDBC</li>
   <li>Support new UDF 'change_points'</li>
   </ul>
   <h2>Improvements</h2>
   <ul>
   <li>Add memory control for query</li>
   <li>Balance write load of MultiLeader consensus</li>
   <li>Optimize python client query performance</li>
   <li>Optimize c++ client tablet insert performance</li>
   <li>Print detailed info when failed opening session</li>
   <li>Improve the performance of aligned series tsfile compaction</li>
   <li>Improve the performance of group by query by returning batch result in one TsBlock instead of one row</li>
   <li>Improve the performance of expression evaluation</li>
   </ul>
   <h1>Apache IoTDB 0.14.0-preview1</h1>
   <p>The 0.14.0-preview1 version only contains the new cluster version.</p>
   <h2>New Features</h2>
   <ul>
   <li>The new cluster contains two types of nodes: ConfigNode, DataNode</li>
   <li>Support ConfigNode Deploy: Start(Add), Stop</li>
   <li>Support DataNode Deploy: Start(Add), Stop</li>
   <li>Data and Schema replication management</li>
   <li>Support Consensus Protocol: Standalone, MultiLeader, Ratis</li>
   <li>Schema Management: Memory, SchemaFile, RocksDB</li>
   <li>Cluster monitor sql: show cluster, show regions</li>
   <li>Administration:  User, Permission, Role management</li>
   <li>Authorization when login and executing a command</li>
   <li>Load Balance for data and schema</li>
   <li>Native API for reading and writing</li>
   <li>Support CSV import/export tools</li>
   <li>Support create/show/count/delete Storage Group</li>
   <li>Support create/show/count timeseries</li>
   <li>Support show/count devices</li>
   <li>Flush is supported in cluster</li>
   <li>Support monitor DataNode and ConfigNode through Prometheus and Grafana</li>
   <li>Support Data insertion and deletion</li>
   <li>Query Types: Raw data Query, Aggregation, Group By Time, Group By Level, Last query</li>
   <li>Support Fill null values in the query result</li>
   <li>Support order by time and limit, offset, slimit, soffset</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/iotdb/commit/17c64784a866f583b59d4e583670233b70f0e291"><code>17c6478</code></a> [maven-release-plugin] prepare release v0.14.0-preview2</li>
   <li><a href="https://github.com/apache/iotdb/commit/4ef8fde63b955b580970c467dfc4a0cd8f3c8a2b"><code>4ef8fde</code></a> Merge branch 'master' of <a href="https://github.com/apache/iotdb">https://github.com/apache/iotdb</a> into rel/0.14.0-prev...</li>
   <li><a href="https://github.com/apache/iotdb/commit/ecaa0f2af32cad07cf347cb65f0a6ab6a3082751"><code>ecaa0f2</code></a> [IOTDB-4343] Fix session manager in MQTT module. (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7247">#7247</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/326fc81d7a8c97ce05e297be21d5224b1257e830"><code>326fc81</code></a> [IOTDB-3642] Add retry mechanism when resource unavailable (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7240">#7240</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/403f5a9f9b08660ebe00a3cc9d289590253d606a"><code>403f5a9</code></a> [IOTDB-4347]NPE error when session is expired (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7245">#7245</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/22c8ac1f7d4a833a344067a1852c193810cd7eb0"><code>22c8ac1</code></a> Change some useless logs to debug level (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7246">#7246</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/cc78392a77cb8eb926c22fc82c12b4ee18f5f000"><code>cc78392</code></a> Clean ThreadName of Thrift (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7244">#7244</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/d81192ddca4f37ab1f48154b2c686a2022491fa9"><code>d81192d</code></a> delete origin data before loading snapshot without log (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7236">#7236</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/0095eb3cee65632d69b37a59a2cdaef16d5c7ce7"><code>0095eb3</code></a> update website about release-0.13.2 (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7235">#7235</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/94500581f6ceb8939287c184fb992d39aa4fd55d"><code>9450058</code></a> [IOTDB-3224][IOTDB-3949] Sync pipe execution and data collection process in s...</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/iotdb/compare/v0.13.0...v0.14.0-preview2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `iotdb-jdbc` from 0.13.0 to 0.14.0-preview2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/iotdb/releases">iotdb-jdbc's releases</a>.</em></p>
   <blockquote>
   <h2>Apache IoTDB 0.14.0-preview2</h2>
   <p>No release notes provided.</p>
   <h2>Apache IoTDB 0.14.0-preview1</h2>
   <p>The 0.14.0-preview1 version only contains the new cluster version.</p>
   <h2>New Features</h2>
   <ul>
   <li>The new cluster contains two types of nodes: ConfigNode, DataNode</li>
   <li>Support ConfigNode Deploy: Start(Add), Stop</li>
   <li>Support DataNode Deploy: Start(Add), Stop</li>
   <li>Data and Schema replication management</li>
   <li>Support Consensus Protocol: Standalone, MultiLeader, Ratis</li>
   <li>Schema Management: Memory, SchemaFile, RocksDB</li>
   <li>Cluster monitor sql: show cluster, show regions</li>
   <li>Administration:  User, Permission, Role management</li>
   <li>Authorization when login and executing a command</li>
   <li>Load Balance for data and schema</li>
   <li>Native API for reading and writing</li>
   <li>Support CSV import/export tools</li>
   <li>Support create/show/count/delete Storage Group</li>
   <li>Support create/show/count timeseries</li>
   <li>Support show/count devices</li>
   <li>Flush is supported in cluster</li>
   <li>Support monitor DataNode and ConfigNode through Prometheus and Grafana</li>
   <li>Support Data insertion and deletion</li>
   <li>Query Types: Raw data Query, Aggregation, Group By Time, Group By Level, Last query</li>
   <li>Support Fill null values in the query result</li>
   <li>Support order by time and limit, offset, slimit, soffset</li>
   <li>Support value filter and expression</li>
   <li>Python API: Add support for DBAPI</li>
   </ul>
   <p><img src="https://github.com/apache/iotdb-bin-resources/blob/main/docs/UserGuide/Cluster/Preview1-Function.png?raw=true" alt="" /></p>
   <h2>Incompatible changes</h2>
   <ul>
   <li>Rename the following scripts and configuration files</li>
   </ul>
   <table>
   <thead>
   <tr>
   <th>Previous</th>
   <th>Now</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>conf/iotdb-engine.properties</td>
   <td>conf/iotdb-datanode.properties</td>
   </tr>
   <tr>
   <td>conf/iotdb-env.sh &amp; bat</td>
   <td>conf/datanode-env.sh &amp; bat</td>
   </tr>
   </tbody>
   </table>
   <ul>
   <li>Rename the DataNode configuration parameters</li>
   </ul>
   <table>
   <thead>
   <tr>
   <th>Previous</th>
   <th>Now</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>internal_ip</td>
   <td>internal_address</td>
   </tr>
   <tr>
   <td>target_confignode / config_nodes</td>
   <td>target_config_nodes</td>
   </tr>
   </tbody>
   </table>
   <ul>
   <li>Rename the ConfigNode configuration parameters</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/apache/iotdb/blob/master/RELEASE_NOTES.md">iotdb-jdbc's changelog</a>.</em></p>
   <blockquote>
   <h1>Apache IoTDB 0.14.0-preview2</h1>
   <p>The 0.14.0-preview2 version only contains the new cluster version.</p>
   <h2>New Features</h2>
   <ul>
   <li>Support RestApi</li>
   <li>Support removing data node using Ratis consensus</li>
   <li>Support having clause in query</li>
   <li>Support Between expression</li>
   <li>Support order by timeseries in last query</li>
   <li>Support hot configuration of data_dirs</li>
   <li>Support schema template</li>
   <li>Support executeBatchStatement in JDBC</li>
   <li>Support new UDF 'change_points'</li>
   </ul>
   <h2>Improvements</h2>
   <ul>
   <li>Add memory control for query</li>
   <li>Balance write load of MultiLeader consensus</li>
   <li>Optimize python client query performance</li>
   <li>Optimize c++ client tablet insert performance</li>
   <li>Print detailed info when failed opening session</li>
   <li>Improve the performance of aligned series tsfile compaction</li>
   <li>Improve the performance of group by query by returning batch result in one TsBlock instead of one row</li>
   <li>Improve the performance of expression evaluation</li>
   </ul>
   <h1>Apache IoTDB 0.14.0-preview1</h1>
   <p>The 0.14.0-preview1 version only contains the new cluster version.</p>
   <h2>New Features</h2>
   <ul>
   <li>The new cluster contains two types of nodes: ConfigNode, DataNode</li>
   <li>Support ConfigNode Deploy: Start(Add), Stop</li>
   <li>Support DataNode Deploy: Start(Add), Stop</li>
   <li>Data and Schema replication management</li>
   <li>Support Consensus Protocol: Standalone, MultiLeader, Ratis</li>
   <li>Schema Management: Memory, SchemaFile, RocksDB</li>
   <li>Cluster monitor sql: show cluster, show regions</li>
   <li>Administration:  User, Permission, Role management</li>
   <li>Authorization when login and executing a command</li>
   <li>Load Balance for data and schema</li>
   <li>Native API for reading and writing</li>
   <li>Support CSV import/export tools</li>
   <li>Support create/show/count/delete Storage Group</li>
   <li>Support create/show/count timeseries</li>
   <li>Support show/count devices</li>
   <li>Flush is supported in cluster</li>
   <li>Support monitor DataNode and ConfigNode through Prometheus and Grafana</li>
   <li>Support Data insertion and deletion</li>
   <li>Query Types: Raw data Query, Aggregation, Group By Time, Group By Level, Last query</li>
   <li>Support Fill null values in the query result</li>
   <li>Support order by time and limit, offset, slimit, soffset</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/iotdb/commit/17c64784a866f583b59d4e583670233b70f0e291"><code>17c6478</code></a> [maven-release-plugin] prepare release v0.14.0-preview2</li>
   <li><a href="https://github.com/apache/iotdb/commit/4ef8fde63b955b580970c467dfc4a0cd8f3c8a2b"><code>4ef8fde</code></a> Merge branch 'master' of <a href="https://github.com/apache/iotdb">https://github.com/apache/iotdb</a> into rel/0.14.0-prev...</li>
   <li><a href="https://github.com/apache/iotdb/commit/ecaa0f2af32cad07cf347cb65f0a6ab6a3082751"><code>ecaa0f2</code></a> [IOTDB-4343] Fix session manager in MQTT module. (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7247">#7247</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/326fc81d7a8c97ce05e297be21d5224b1257e830"><code>326fc81</code></a> [IOTDB-3642] Add retry mechanism when resource unavailable (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7240">#7240</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/403f5a9f9b08660ebe00a3cc9d289590253d606a"><code>403f5a9</code></a> [IOTDB-4347]NPE error when session is expired (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7245">#7245</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/22c8ac1f7d4a833a344067a1852c193810cd7eb0"><code>22c8ac1</code></a> Change some useless logs to debug level (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7246">#7246</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/cc78392a77cb8eb926c22fc82c12b4ee18f5f000"><code>cc78392</code></a> Clean ThreadName of Thrift (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7244">#7244</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/d81192ddca4f37ab1f48154b2c686a2022491fa9"><code>d81192d</code></a> delete origin data before loading snapshot without log (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7236">#7236</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/0095eb3cee65632d69b37a59a2cdaef16d5c7ce7"><code>0095eb3</code></a> update website about release-0.13.2 (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7235">#7235</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/94500581f6ceb8939287c184fb992d39aa4fd55d"><code>9450058</code></a> [IOTDB-3224][IOTDB-3949] Sync pipe execution and data collection process in s...</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/iotdb/compare/v0.13.0...v0.14.0-preview2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `iotdb-session` from 0.13.0 to 0.14.0-preview2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/iotdb/releases">iotdb-session's releases</a>.</em></p>
   <blockquote>
   <h2>Apache IoTDB 0.14.0-preview2</h2>
   <p>No release notes provided.</p>
   <h2>Apache IoTDB 0.14.0-preview1</h2>
   <p>The 0.14.0-preview1 version only contains the new cluster version.</p>
   <h2>New Features</h2>
   <ul>
   <li>The new cluster contains two types of nodes: ConfigNode, DataNode</li>
   <li>Support ConfigNode Deploy: Start(Add), Stop</li>
   <li>Support DataNode Deploy: Start(Add), Stop</li>
   <li>Data and Schema replication management</li>
   <li>Support Consensus Protocol: Standalone, MultiLeader, Ratis</li>
   <li>Schema Management: Memory, SchemaFile, RocksDB</li>
   <li>Cluster monitor sql: show cluster, show regions</li>
   <li>Administration:  User, Permission, Role management</li>
   <li>Authorization when login and executing a command</li>
   <li>Load Balance for data and schema</li>
   <li>Native API for reading and writing</li>
   <li>Support CSV import/export tools</li>
   <li>Support create/show/count/delete Storage Group</li>
   <li>Support create/show/count timeseries</li>
   <li>Support show/count devices</li>
   <li>Flush is supported in cluster</li>
   <li>Support monitor DataNode and ConfigNode through Prometheus and Grafana</li>
   <li>Support Data insertion and deletion</li>
   <li>Query Types: Raw data Query, Aggregation, Group By Time, Group By Level, Last query</li>
   <li>Support Fill null values in the query result</li>
   <li>Support order by time and limit, offset, slimit, soffset</li>
   <li>Support value filter and expression</li>
   <li>Python API: Add support for DBAPI</li>
   </ul>
   <p><img src="https://github.com/apache/iotdb-bin-resources/blob/main/docs/UserGuide/Cluster/Preview1-Function.png?raw=true" alt="" /></p>
   <h2>Incompatible changes</h2>
   <ul>
   <li>Rename the following scripts and configuration files</li>
   </ul>
   <table>
   <thead>
   <tr>
   <th>Previous</th>
   <th>Now</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>conf/iotdb-engine.properties</td>
   <td>conf/iotdb-datanode.properties</td>
   </tr>
   <tr>
   <td>conf/iotdb-env.sh &amp; bat</td>
   <td>conf/datanode-env.sh &amp; bat</td>
   </tr>
   </tbody>
   </table>
   <ul>
   <li>Rename the DataNode configuration parameters</li>
   </ul>
   <table>
   <thead>
   <tr>
   <th>Previous</th>
   <th>Now</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>internal_ip</td>
   <td>internal_address</td>
   </tr>
   <tr>
   <td>target_confignode / config_nodes</td>
   <td>target_config_nodes</td>
   </tr>
   </tbody>
   </table>
   <ul>
   <li>Rename the ConfigNode configuration parameters</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/apache/iotdb/blob/master/RELEASE_NOTES.md">iotdb-session's changelog</a>.</em></p>
   <blockquote>
   <h1>Apache IoTDB 0.14.0-preview2</h1>
   <p>The 0.14.0-preview2 version only contains the new cluster version.</p>
   <h2>New Features</h2>
   <ul>
   <li>Support RestApi</li>
   <li>Support removing data node using Ratis consensus</li>
   <li>Support having clause in query</li>
   <li>Support Between expression</li>
   <li>Support order by timeseries in last query</li>
   <li>Support hot configuration of data_dirs</li>
   <li>Support schema template</li>
   <li>Support executeBatchStatement in JDBC</li>
   <li>Support new UDF 'change_points'</li>
   </ul>
   <h2>Improvements</h2>
   <ul>
   <li>Add memory control for query</li>
   <li>Balance write load of MultiLeader consensus</li>
   <li>Optimize python client query performance</li>
   <li>Optimize c++ client tablet insert performance</li>
   <li>Print detailed info when failed opening session</li>
   <li>Improve the performance of aligned series tsfile compaction</li>
   <li>Improve the performance of group by query by returning batch result in one TsBlock instead of one row</li>
   <li>Improve the performance of expression evaluation</li>
   </ul>
   <h1>Apache IoTDB 0.14.0-preview1</h1>
   <p>The 0.14.0-preview1 version only contains the new cluster version.</p>
   <h2>New Features</h2>
   <ul>
   <li>The new cluster contains two types of nodes: ConfigNode, DataNode</li>
   <li>Support ConfigNode Deploy: Start(Add), Stop</li>
   <li>Support DataNode Deploy: Start(Add), Stop</li>
   <li>Data and Schema replication management</li>
   <li>Support Consensus Protocol: Standalone, MultiLeader, Ratis</li>
   <li>Schema Management: Memory, SchemaFile, RocksDB</li>
   <li>Cluster monitor sql: show cluster, show regions</li>
   <li>Administration:  User, Permission, Role management</li>
   <li>Authorization when login and executing a command</li>
   <li>Load Balance for data and schema</li>
   <li>Native API for reading and writing</li>
   <li>Support CSV import/export tools</li>
   <li>Support create/show/count/delete Storage Group</li>
   <li>Support create/show/count timeseries</li>
   <li>Support show/count devices</li>
   <li>Flush is supported in cluster</li>
   <li>Support monitor DataNode and ConfigNode through Prometheus and Grafana</li>
   <li>Support Data insertion and deletion</li>
   <li>Query Types: Raw data Query, Aggregation, Group By Time, Group By Level, Last query</li>
   <li>Support Fill null values in the query result</li>
   <li>Support order by time and limit, offset, slimit, soffset</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/iotdb/commit/17c64784a866f583b59d4e583670233b70f0e291"><code>17c6478</code></a> [maven-release-plugin] prepare release v0.14.0-preview2</li>
   <li><a href="https://github.com/apache/iotdb/commit/4ef8fde63b955b580970c467dfc4a0cd8f3c8a2b"><code>4ef8fde</code></a> Merge branch 'master' of <a href="https://github.com/apache/iotdb">https://github.com/apache/iotdb</a> into rel/0.14.0-prev...</li>
   <li><a href="https://github.com/apache/iotdb/commit/ecaa0f2af32cad07cf347cb65f0a6ab6a3082751"><code>ecaa0f2</code></a> [IOTDB-4343] Fix session manager in MQTT module. (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7247">#7247</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/326fc81d7a8c97ce05e297be21d5224b1257e830"><code>326fc81</code></a> [IOTDB-3642] Add retry mechanism when resource unavailable (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7240">#7240</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/403f5a9f9b08660ebe00a3cc9d289590253d606a"><code>403f5a9</code></a> [IOTDB-4347]NPE error when session is expired (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7245">#7245</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/22c8ac1f7d4a833a344067a1852c193810cd7eb0"><code>22c8ac1</code></a> Change some useless logs to debug level (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7246">#7246</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/cc78392a77cb8eb926c22fc82c12b4ee18f5f000"><code>cc78392</code></a> Clean ThreadName of Thrift (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7244">#7244</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/d81192ddca4f37ab1f48154b2c686a2022491fa9"><code>d81192d</code></a> delete origin data before loading snapshot without log (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7236">#7236</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/0095eb3cee65632d69b37a59a2cdaef16d5c7ce7"><code>0095eb3</code></a> update website about release-0.13.2 (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/7235">#7235</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/94500581f6ceb8939287c184fb992d39aa4fd55d"><code>9450058</code></a> [IOTDB-3224][IOTDB-3949] Sync pipe execution and data collection process in s...</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/iotdb/compare/v0.13.0...v0.14.0-preview2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [plc4x] dependabot[bot] commented on pull request #499: build(deps): bump iotdb.version from 0.13.0 to 0.14.0-preview2

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #499:
URL: https://github.com/apache/plc4x/pull/499#issuecomment-1245132944

   OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [plc4x] sruehl closed pull request #499: build(deps): bump iotdb.version from 0.13.0 to 0.14.0-preview2

Posted by GitBox <gi...@apache.org>.
sruehl closed pull request #499: build(deps): bump iotdb.version from 0.13.0 to 0.14.0-preview2
URL: https://github.com/apache/plc4x/pull/499


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org