Skip to content

Commit e56729d

Browse files
committed
update RN and version
1 parent 4e04cf1 commit e56729d

3 files changed

Lines changed: 47 additions & 14 deletions

File tree

RELEASE_NOTES.md

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

22+
# Apache IoTDB 2.0.6
23+
24+
## Features & Improvements
25+
- Data Query: Supports table model query and write-back functions.
26+
- Data Query: The MATCH RECOGNIZE feature for table models supports aggregate functions to capture continuous data for analysis and calculation.
27+
- Data Query: Added built-in scalar functions – bit manipulation functions for table models.
28+
- Data Query: Added pushdown-enabled EXTRACT time function for table models.
29+
- Others: Fixed security vulnerabilities CVE-2025-12183,CVE-2025-66566 and CVE-2025-11226.
30+
- ...
31+
## Bugs
32+
- Fixed the issue where executing queries with CASE WHEN throws an internal server error.
33+
- Fixed the issue where creating a view succeeds but querying the view fails when the tree model database name is the same as the device name in tree-to-table scenarios.
34+
- Fixed the issue where the automatic database creation function fails subsequently if a database is deleted after successful table model data synchronization, and the database is not restarted.
35+
- Fixed the issue where modifying the password of a user that failed to be created throws an internal server error.
36+
- Fixed the issue where an error is thrown when using the IF PERMITTED clause to modify sequence encoding and compression settings.
37+
- Fixed the issue where querying BLOB data types via the tree model RESTAPI interface /rest/v2/query returns garbled results.
38+
- Fixed the issue where incorrect exception information is displayed when checking pipe status after creating a pipe in a table model that only contains tree-to-table views.
39+
- Fixed the issue where the number of server connections keeps increasing when using a user without MAINTAIN permission (non-root user in table models) in a Session.
40+
- ...
41+
42+
# Apache IoTDB 2.0.5
43+
44+
## Features & Improvements
45+
- Data Query: Support manual creation of tree-to-table views
46+
- Data Query: Table model adds window functions
47+
- Data Query: Table model adds the aggregate function approx_most_frequent
48+
- Data Query: Table model JOIN function expansion, supporting LEFT & RIGHT JOIN, ASOF LEFT JOIN
49+
- Data Query: Table model supports row pattern recognition, enabling capture of continuous data for analysis and calculation
50+
- Storage Management: Table model adds multiple system tables, such as: VIEWS (table view information), MODELS (model information), etc.
51+
- AI Management: AINode adds two built-in models: Timer-XL and Timer-Sundial
52+
- AI Management: AINode supports inference functions for tree models and table models
53+
- ...
54+
55+
## Bugs
56+
- 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
57+
- Fixed the error in aggregate query with order by time + align by device for single device across regions
58+
- Fixed the error in aggregate query with order by time + align by device for multiple devices across regions
59+
- Data synchronization batching supports sink.batch.max-delay-ms, providing more fine-grained cache time control
60+
- Fixed the potential NPE issue when the tablet contains null values during data synchronization with sink format=tsfile
61+
- Fixed the incorrect processing result of pipe processor when writing tablets with null values with duplicate timestamps
62+
- Fixed the issue of tree model load updating table model schema cache
63+
- Fixed the issue where disruptor queue close could not be completed, which might cause the DN stop script to get stuck
64+
- Fixed multiple issues of data synchronization in normal scenarios, restart scenarios, and deletion scenarios
65+
- Fixed the time formatting issue when exporting table model to csv
66+
- ...
67+
2268
# Apache IoTDB 2.0.4
2369

2470
## 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.6">
2222
<details>Feature to install required Bundle to use IoTDB inside Karaf container</details>
2323
<feature prerequisite="true">wrap</feature>
2424
<feature>scr</feature>

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,6 @@
2727
<id>jitpack.io</id>
2828
<url>https://jitpack.io</url>
2929
</repository>
30-
<repository>
31-
<id>staging-repo</id>
32-
<!-- id 可以任意取,只要唯一 -->
33-
<name>TsFile Staging Repository</name>
34-
<url>https://repository.apache.org/content/repositories/orgapachetsfile-1018</url>
35-
<releases>
36-
<enabled>true</enabled>
37-
</releases>
38-
<snapshots>
39-
<enabled>false</enabled>
40-
<!-- staging 通常是 release 版本 -->
41-
</snapshots>
42-
</repository>
4330
</repositories>
4431
<parent>
4532
<groupId>org.apache</groupId>

0 commit comments

Comments
 (0)