|
19 | 19 |
|
20 | 20 | --> |
21 | 21 |
|
| 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 | + |
22 | 50 | # Apache IoTDB 2.0.7 |
23 | 51 |
|
24 | 52 | ## Features & Improvements |
|
0 commit comments