Skip to content

Commit 269c55f

Browse files
committed
Update RN and version number
1 parent 722fa50 commit 269c55f

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

RELEASE_NOTES.md

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

22+
# Apache IoTDB 2.0.5
23+
24+
## Features & Improvements
25+
- Data Query: Support manual creation of tree-to-table views
26+
- Data Query: Table model adds window functions
27+
- Data Query: Table model adds the aggregate function approx_most_frequent
28+
- Data Query: Table model JOIN function expansion, supporting LEFT & RIGHT JOIN, ASOF LEFT JOIN
29+
- Data Query: Table model supports row pattern recognition, enabling capture of continuous data for analysis and calculation
30+
- Storage Management: Table model adds multiple system tables, such as: VIEWS (table view information), MODELS (model information), etc.
31+
- AI Management: AINode adds two built-in models: Timer-XL and Timer-Sundial
32+
- AI Management: AINode supports inference functions for tree models and table models
33+
- ...
34+
35+
## Bugs
36+
- Fixed the issue where the where time > X and time < X in last query was not applied to partitioned table fetching, failing to hit PartitionCache
37+
- Fixed the error in aggregate query with order by time + align by device for single device across regions
38+
- Fixed the error in aggregate query with order by time + align by device for multiple devices across regions
39+
- Data synchronization batching supports sink.batch.max-delay-ms, providing more fine-grained cache time control
40+
- Fixed the potential NPE issue when the tablet contains null values during data synchronization with sink format=tsfile
41+
- Fixed the incorrect processing result of pipe processor when writing tablets with null values with duplicate timestamps
42+
- Fixed the issue of tree model load updating table model schema cache
43+
- Fixed the issue where disruptor queue close could not be completed, which might cause the DN stop script to get stuck
44+
- Fixed multiple issues of data synchronization in normal scenarios, restart scenarios, and deletion scenarios
45+
- Fixed the time formatting issue when exporting table model to csv
46+
- ...
47+
2248
# Apache IoTDB 2.0.4
2349

2450
## Features & Improvements

iotdb-client/jdbc/src/main/feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
-->
2020
<features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="driver-s7-feature">
21-
<feature name="iotdb-feature" description="iotdb-feature" version="1.3.3">
21+
<feature name="iotdb-feature" description="iotdb-feature" version="2.0.5">
2222
<details>Feature to install required Bundle to use IoTDB inside Karaf container</details>
2323
<feature prerequisite="true">wrap</feature>
2424
<feature>scr</feature>

iotdb-core/ainode/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "poetry.core.masonry.api"
2121

2222
[tool.poetry]
2323
name = "apache-iotdb-ainode"
24-
version = "2.0.6.dev"
24+
version = "2.0.5"
2525
description = "Apache IoTDB AINode"
2626
readme = "README.md"
2727
authors = ["Apache Software Foundation <[email protected]>"]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<thrift.version>0.14.1</thrift.version>
176176
<xz.version>1.9</xz.version>
177177
<zstd-jni.version>1.5.6-3</zstd-jni.version>
178-
<tsfile.version>2.2.0-250730-SNAPSHOT</tsfile.version>
178+
<tsfile.version>2.1.1</tsfile.version>
179179
</properties>
180180
<!--
181181
if we claim dependencies in dependencyManagement, then we do not claim

0 commit comments

Comments
 (0)