Skip to content

Commit 309f205

Browse files
authored
Update Release info after 2.0.4 released (#15898)
1 parent 0fce0cc commit 309f205

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

RELEASE_NOTES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,28 @@
1919
2020
-->
2121

22+
# Apache IoTDB 2.0.4
23+
24+
## Features & Improvements
25+
- Data Query: Added user-defined table functions (UDTF) and various built-in table functions to the table model.
26+
- Data Query: Added support for ASOF INNER JOIN on time columns in the table model.
27+
- Data Query: Added the approximate aggregation function approx_count_distinct to the table model.
28+
- Stream Processing: Added support for asynchronous loading of TsFile through SQL.
29+
- System Management: Added support for disaster recovery load balancing strategy in replica selection during scaling down.
30+
- System Management: Adapted to Windows Server 2025.
31+
- Scripts and Tools: Categorized and organized script tools, and separated Windows-specific scripts.
32+
- ...
33+
34+
## Bugs
35+
- Fixed the memory leak issue in the WAL compression buffer.
36+
- Fixed the issue where the async connector gets stuck after running for a long time.
37+
- Fixed the issue where data subscription cannot be terminated after using data export scripts.
38+
- Fixed the issue where pipe restarts frequently due to insertnode and resource management memory problems under memory pressure.
39+
- Fixed the NPE issue triggered during memory statistics estimation on the data synchronization receiver end.
40+
- Fixed the error when configuring ConsumerConstant.NODE_URLS_KEY as a cluster address while using SubscriptionPullConsumer to consume data.
41+
- Fixed the deadlock issue on DN startup caused by concurrent agent pipe metadata fetching and CN metadata pushing.
42+
- ...
43+
2244
# Apache IoTDB 2.0.3
2345

2446
## Features & Improvements

iotdb-doap.rdf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@
6161
<category rdf:resource="http://projects.apache.org/category/go"/>
6262
<category rdf:resource="http://projects.apache.org/category/csharp"/>
6363

64+
<release>
65+
<Version>
66+
<name>Apache IoTDB</name>
67+
<created>2025-07-09</created>
68+
<revision>2.0.4</revision>
69+
</Version>
70+
</release>
71+
6472
<release>
6573
<Version>
6674
<name>Apache IoTDB</name>

0 commit comments

Comments
 (0)