This is an automated email from the ASF dual-hosted git repository.

jiangtian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 309f205859d Update Release info after 2.0.4 released (#15898)
309f205859d is described below

commit 309f205859d78462239b27526a7fccbabed39d23
Author: Haonan <[email protected]>
AuthorDate: Thu Jul 10 09:52:52 2025 +0800

    Update Release info after 2.0.4 released (#15898)
---
 RELEASE_NOTES.md | 22 ++++++++++++++++++++++
 iotdb-doap.rdf   |  8 ++++++++
 2 files changed, 30 insertions(+)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 41432579ff1..cd00fcd6e48 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -19,6 +19,28 @@
 
 -->
 
+# Apache IoTDB 2.0.4
+
+## Features & Improvements
+- Data Query: Added user-defined table functions (UDTF) and various built-in 
table functions to the table model.
+- Data Query: Added support for ASOF INNER JOIN on time columns in the table 
model.
+- Data Query: Added the approximate aggregation function approx_count_distinct 
to the table model.
+- Stream Processing: Added support for asynchronous loading of TsFile through 
SQL.
+- System Management: Added support for disaster recovery load balancing 
strategy in replica selection during scaling down.
+- System Management: Adapted to Windows Server 2025.
+- Scripts and Tools: Categorized and organized script tools, and separated 
Windows-specific scripts.
+- ...
+
+## Bugs
+- Fixed the memory leak issue in the WAL compression buffer.
+- Fixed the issue where the async connector gets stuck after running for a 
long time.
+- Fixed the issue where data subscription cannot be terminated after using 
data export scripts.
+- Fixed the issue where pipe restarts frequently due to insertnode and 
resource management memory problems under memory pressure.
+- Fixed the NPE issue triggered during memory statistics estimation on the 
data synchronization receiver end.
+- Fixed the error when configuring ConsumerConstant.NODE_URLS_KEY as a cluster 
address while using SubscriptionPullConsumer to consume data.
+- Fixed the deadlock issue on DN startup caused by concurrent agent pipe 
metadata fetching and CN metadata pushing.
+- ...
+
 # Apache IoTDB 2.0.3
 
 ## Features & Improvements
diff --git a/iotdb-doap.rdf b/iotdb-doap.rdf
index 1e280339c73..f63cfc7fcf6 100644
--- a/iotdb-doap.rdf
+++ b/iotdb-doap.rdf
@@ -61,6 +61,14 @@
     <category rdf:resource="http://projects.apache.org/category/go"/>
     <category rdf:resource="http://projects.apache.org/category/csharp"/>
 
+    <release>
+      <Version>
+        <name>Apache IoTDB</name>
+        <created>2025-07-09</created>
+        <revision>2.0.4</revision>
+      </Version>
+    </release>
+
     <release>
       <Version>
         <name>Apache IoTDB</name>

Reply via email to