This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch update_2.0.4_rn in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 1b99c2963d00e4dbf511aedffdc2ebb07b409c39 Author: HTHou <[email protected]> AuthorDate: Thu Jul 10 09:48:06 2025 +0800 Update Release info after 2.0.4 released --- 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>
