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/07/04 16:07:55 UTC

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

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

   Bumps `iotdb.version` from 0.13.0 to 0.14.0-preview1.
   Updates `tsfile` from 0.13.0 to 0.14.0-preview1
   <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-preview1
   <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-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>
   <table>
   <thead>
   <tr>
   <th>Previous</th>
   <th>Now</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>target_confignode / config_nodes</td>
   <td>target_config_nodes</td>
   </tr>
   </tbody>
   </table>
   <!-- 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-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>
   <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>
   <table>
   <thead>
   <tr>
   <th>Previous</th>
   <th>Now</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>target_confignode / config_nodes</td>
   <td>target_config_nodes</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/iotdb/commit/5234ee592797ffd8635bb695874c8b4426e9c8cf"><code>5234ee5</code></a> [maven-release-plugin] prepare release v0.14.0-preview1</li>
   <li><a href="https://github.com/apache/iotdb/commit/c2077534c62e096f62a49bc50126af3bd63676d4"><code>c207753</code></a> skip tests</li>
   <li><a href="https://github.com/apache/iotdb/commit/d22e0bd7f87dbd7f16c93d6a8834051395d159ba"><code>d22e0bd</code></a> skip tests</li>
   <li><a href="https://github.com/apache/iotdb/commit/ad0e7803dac75d42063026b93871ed40ad45233b"><code>ad0e780</code></a> skip tests</li>
   <li><a href="https://github.com/apache/iotdb/commit/707c21811c4c5b469fa8e3740edd41e6d739984a"><code>707c218</code></a> skip tests</li>
   <li><a href="https://github.com/apache/iotdb/commit/20474fba3f2f5f2294a168b2cbd93c501b4666d1"><code>20474fb</code></a> update info</li>
   <li><a href="https://github.com/apache/iotdb/commit/0df692b41e0b94b3cc0a44937bc4c68e70c6bc3b"><code>0df692b</code></a> update quickstart (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/6507">#6507</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/7b9f1da03dbebf88be355d05ccf719de9270ef0f"><code>7b9f1da</code></a> Add 0.14.0-preview1 release note (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/6505">#6505</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/c0f46caae980cebbdcf4c9bd62c05e6432129aa8"><code>c0f46ca</code></a> Add configuration (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/6503">#6503</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/c5dd57e66aeca31f36d4db81050e5e5c5b643077"><code>c5dd57e</code></a> Add cluster setup command in UserGuide (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/6502">#6502</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/iotdb/compare/v0.13.0...v0.14.0-preview1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `iotdb-jdbc` from 0.13.0 to 0.14.0-preview1
   <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-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>
   <table>
   <thead>
   <tr>
   <th>Previous</th>
   <th>Now</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>target_confignode / config_nodes</td>
   <td>target_config_nodes</td>
   </tr>
   </tbody>
   </table>
   <!-- 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-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>
   <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>
   <table>
   <thead>
   <tr>
   <th>Previous</th>
   <th>Now</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>target_confignode / config_nodes</td>
   <td>target_config_nodes</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/iotdb/commit/5234ee592797ffd8635bb695874c8b4426e9c8cf"><code>5234ee5</code></a> [maven-release-plugin] prepare release v0.14.0-preview1</li>
   <li><a href="https://github.com/apache/iotdb/commit/c2077534c62e096f62a49bc50126af3bd63676d4"><code>c207753</code></a> skip tests</li>
   <li><a href="https://github.com/apache/iotdb/commit/d22e0bd7f87dbd7f16c93d6a8834051395d159ba"><code>d22e0bd</code></a> skip tests</li>
   <li><a href="https://github.com/apache/iotdb/commit/ad0e7803dac75d42063026b93871ed40ad45233b"><code>ad0e780</code></a> skip tests</li>
   <li><a href="https://github.com/apache/iotdb/commit/707c21811c4c5b469fa8e3740edd41e6d739984a"><code>707c218</code></a> skip tests</li>
   <li><a href="https://github.com/apache/iotdb/commit/20474fba3f2f5f2294a168b2cbd93c501b4666d1"><code>20474fb</code></a> update info</li>
   <li><a href="https://github.com/apache/iotdb/commit/0df692b41e0b94b3cc0a44937bc4c68e70c6bc3b"><code>0df692b</code></a> update quickstart (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/6507">#6507</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/7b9f1da03dbebf88be355d05ccf719de9270ef0f"><code>7b9f1da</code></a> Add 0.14.0-preview1 release note (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/6505">#6505</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/c0f46caae980cebbdcf4c9bd62c05e6432129aa8"><code>c0f46ca</code></a> Add configuration (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/6503">#6503</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/c5dd57e66aeca31f36d4db81050e5e5c5b643077"><code>c5dd57e</code></a> Add cluster setup command in UserGuide (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/6502">#6502</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/iotdb/compare/v0.13.0...v0.14.0-preview1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `iotdb-session` from 0.13.0 to 0.14.0-preview1
   <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-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>
   <table>
   <thead>
   <tr>
   <th>Previous</th>
   <th>Now</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>target_confignode / config_nodes</td>
   <td>target_config_nodes</td>
   </tr>
   </tbody>
   </table>
   <!-- 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-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>
   <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>
   <table>
   <thead>
   <tr>
   <th>Previous</th>
   <th>Now</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>target_confignode / config_nodes</td>
   <td>target_config_nodes</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/iotdb/commit/5234ee592797ffd8635bb695874c8b4426e9c8cf"><code>5234ee5</code></a> [maven-release-plugin] prepare release v0.14.0-preview1</li>
   <li><a href="https://github.com/apache/iotdb/commit/c2077534c62e096f62a49bc50126af3bd63676d4"><code>c207753</code></a> skip tests</li>
   <li><a href="https://github.com/apache/iotdb/commit/d22e0bd7f87dbd7f16c93d6a8834051395d159ba"><code>d22e0bd</code></a> skip tests</li>
   <li><a href="https://github.com/apache/iotdb/commit/ad0e7803dac75d42063026b93871ed40ad45233b"><code>ad0e780</code></a> skip tests</li>
   <li><a href="https://github.com/apache/iotdb/commit/707c21811c4c5b469fa8e3740edd41e6d739984a"><code>707c218</code></a> skip tests</li>
   <li><a href="https://github.com/apache/iotdb/commit/20474fba3f2f5f2294a168b2cbd93c501b4666d1"><code>20474fb</code></a> update info</li>
   <li><a href="https://github.com/apache/iotdb/commit/0df692b41e0b94b3cc0a44937bc4c68e70c6bc3b"><code>0df692b</code></a> update quickstart (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/6507">#6507</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/7b9f1da03dbebf88be355d05ccf719de9270ef0f"><code>7b9f1da</code></a> Add 0.14.0-preview1 release note (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/6505">#6505</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/c0f46caae980cebbdcf4c9bd62c05e6432129aa8"><code>c0f46ca</code></a> Add configuration (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/6503">#6503</a>)</li>
   <li><a href="https://github.com/apache/iotdb/commit/c5dd57e66aeca31f36d4db81050e5e5c5b643077"><code>c5dd57e</code></a> Add cluster setup command in UserGuide (<a href="https://github-redirect.dependabot.com/apache/iotdb/issues/6502">#6502</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/iotdb/compare/v0.13.0...v0.14.0-preview1">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 #418: build(deps): bump iotdb.version from 0.13.0 to 0.14.0-preview1

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

   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 #418: build(deps): bump iotdb.version from 0.13.0 to 0.14.0-preview1

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


-- 
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