Skip to content

Commit 5c036db

Browse files
authored
Update release information after 2.0.8 released (#17468)
1 parent 300987c commit 5c036db

4 files changed

Lines changed: 38 additions & 2 deletions

File tree

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache IoTDB
2-
Copyright 2018-2025 The Apache Software Foundation.
2+
Copyright 2018-2026 The Apache Software Foundation.
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

NOTICE-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache IoTDB
2-
Copyright 2018-2025 The Apache Software Foundation.
2+
Copyright 2018-2026 The Apache Software Foundation.
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

RELEASE_NOTES.md

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

22+
# Apache IoTDB 2.0.8
23+
24+
## Features & Improvements
25+
- Data Query: Added list display for available DataNode nodes
26+
- Data Query: Added a system table for statistics on query latency in the table model
27+
- Data Query: Python SessionDataset supported converting TsBlock to DataFrame and returning DataFrame in batches
28+
- Storage Management: Supported custom column names for the TIME column
29+
- Storage Management: Supported viewing the complete definition statement of created tables/views via SQL
30+
- System Management: Added a system table for DataNode node connection status in the table model
31+
- Stream Processing: Pipe synchronization supported excluding specified devices / measurement points
32+
- Stream Processing: Supported specifying multiple exact paths in the path parameter of tree model data synchronization pipe statements
33+
- Stream Processing: Supported comma-separated mixed use of source.pattern and source.path parameters when filtering paths in Pipe
34+
- AI Management: Built-in Chronos-2 model supports prediction functions.
35+
- AI Management: Built-in Timer-XL and Sundial models supported concurrent inference
36+
- Others: Fixed security vulnerabilities CVE-2025-12183, CVE-2025-66566, and CVE-2025-11226
37+
- ...
38+
39+
40+
## Bugs
41+
- Fixed the issue where the result set returned by the query was empty after last cache hit.
42+
- Fixed the issue where reverse query with time filter conditions might miss partial data when a sequence in the memtable contained more than 200,000 points in TVList.
43+
- Fixed the issue that aligned time series query timed out because canSkip failed to filter out firstTimeseriesMetadata.
44+
- Fixed the issue where the result returned by LAST query with alias should be adjusted to the measurement alias.
45+
- Fixed the issue where time filter conditions incorrectly filtered valid data in latest point query under specific cases.
46+
- Fixed the issue that deletion would fail if performed immediately after a failed write operation.
47+
- Fixed the potential NPE issue when using the active load function to load TsFiles that use non-default time columns.
48+
- ...
49+
2250
# Apache IoTDB 2.0.7
2351

2452
## 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>2026-04-14</created>
68+
<revision>2.0.8</revision>
69+
</Version>
70+
</release>
71+
6472
<release>
6573
<Version>
6674
<name>Apache IoTDB</name>

0 commit comments

Comments
 (0)