This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch rc/2.0.7
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rc/2.0.7 by this push:
new 2b958a5d349 update rn and version
2b958a5d349 is described below
commit 2b958a5d349edd429c3c604a2f5bf00b79bbd8dc
Author: HTHou <[email protected]>
AuthorDate: Wed Feb 25 22:35:21 2026 +0800
update rn and version
---
RELEASE_NOTES.md | 14 ++++++++++++++
distribution/pom.xml | 2 +-
example/client-cpp-example/pom.xml | 2 +-
iotdb-client/client-cpp/pom.xml | 4 ++--
iotdb-client/jdbc/src/main/feature/feature.xml | 2 +-
iotdb-core/ainode/pom.xml | 12 ++++++------
iotdb-core/ainode/pyproject.toml | 4 ++--
7 files changed, 27 insertions(+), 13 deletions(-)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 0d911afbdc1..21e384e7079 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -18,6 +18,20 @@
under the License.
-->
+# Apache IoTDB 2.0.7
+
+## Features & Improvements
+
+- System Management: Updated Jetty dependency version.
+- Others: Remove risky RPC interfaces.
+- Others: Remove JEXL functions.
+- Others: Check naming when creating a Pipe.
+- Others: Change the default client RPC service address to 127.0.0.1.
+- Others: Modify code to make internal services bind to the value specified by
`dn_internal_address`instead of the default address.
+
+## Bugs
+- Fixed an issue in the partition table automatic deletion logic: Only TTL
configured at the DB level takes effect, using the maximum TTL value within the
DB.
+- ...
# Apache IoTDB 2.0.6
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 6a43f58d76a..a1af87cc515 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -174,7 +174,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-ainode</artifactId>
- <version>2.0.6</version>
+ <version>2.0.7</version>
</dependency>
</dependencies>
<build>
diff --git a/example/client-cpp-example/pom.xml
b/example/client-cpp-example/pom.xml
index c9cedd4f649..d6905932a34 100644
--- a/example/client-cpp-example/pom.xml
+++ b/example/client-cpp-example/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
- <version>2.0.6</version>
+ <version>2.0.7</version>
</parent>
<artifactId>client-cpp-example</artifactId>
<name>IoTDB: Example: CPP Client</name>
diff --git a/iotdb-client/client-cpp/pom.xml b/iotdb-client/client-cpp/pom.xml
index ef658846c77..5a854052137 100644
--- a/iotdb-client/client-cpp/pom.xml
+++ b/iotdb-client/client-cpp/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-client</artifactId>
- <version>2.0.6</version>
+ <version>2.0.7</version>
</parent>
<artifactId>client-cpp</artifactId>
<packaging>pom</packaging>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.6</version>
+ <version>2.0.7</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/iotdb-client/jdbc/src/main/feature/feature.xml
b/iotdb-client/jdbc/src/main/feature/feature.xml
index a5ba5ce4c66..d4748219824 100644
--- a/iotdb-client/jdbc/src/main/feature/feature.xml
+++ b/iotdb-client/jdbc/src/main/feature/feature.xml
@@ -18,7 +18,7 @@
-->
<features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0"
name="driver-s7-feature">
- <feature name="iotdb-feature" description="iotdb-feature" version="2.0.6">
+ <feature name="iotdb-feature" description="iotdb-feature" version="2.0.7">
<details>Feature to install required Bundle to use IoTDB inside Karaf
container</details>
<feature prerequisite="true">wrap</feature>
<feature>scr</feature>
diff --git a/iotdb-core/ainode/pom.xml b/iotdb-core/ainode/pom.xml
index e9353db65a3..1d57baef900 100644
--- a/iotdb-core/ainode/pom.xml
+++ b/iotdb-core/ainode/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-core</artifactId>
- <version>2.0.6</version>
+ <version>2.0.7</version>
</parent>
<artifactId>iotdb-ainode</artifactId>
<name>IoTDB: Core: AINode</name>
@@ -33,31 +33,31 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift</artifactId>
- <version>2.0.6</version>
+ <version>2.0.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-confignode</artifactId>
- <version>2.0.6</version>
+ <version>2.0.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.6</version>
+ <version>2.0.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-ainode</artifactId>
- <version>2.0.6</version>
+ <version>2.0.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-python-api</artifactId>
- <version>2.0.6</version>
+ <version>2.0.7</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/iotdb-core/ainode/pyproject.toml b/iotdb-core/ainode/pyproject.toml
index 151eeebb757..905bfe90c45 100644
--- a/iotdb-core/ainode/pyproject.toml
+++ b/iotdb-core/ainode/pyproject.toml
@@ -21,7 +21,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "apache-iotdb-ainode"
-version = "2.0.6"
+version = "2.0.7"
description = "Apache IoTDB AINode"
readme = "README.md"
authors = ["Apache Software Foundation <[email protected]>"]
@@ -116,4 +116,4 @@ ainode = "iotdb.ainode.core.script:main"
[tool.isort]
profile = "black"
-skip = ["build", "dist", "target"]
\ No newline at end of file
+skip = ["build", "dist", "target"]