Skip to content

Commit 58fe612

Browse files
committed
update RN
1 parent 16cc667 commit 58fe612

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

RELEASE_NOTES.md

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

22+
# Apache IoTDB 2.0.3
23+
24+
## Features & Improvements
25+
26+
- Data Query: Added new aggregate function count_if and scalar functions greatest / least to the table model.
27+
- Data Query: Significantly improved the performance of full-table count(*) queries in the table model.
28+
- AI Management: Added timestamps to the results returned by AINode.
29+
- System Management: Optimized the performance of the table model's metadata module.
30+
- System Management: Enabled the table model to actively listens and loads TsFile.
31+
- System Management: Added support for TsBlock deserialization in the Python and Go client query interfaces.
32+
- Ecosystem Integration: Expanded the table model's ecosystem to integrate with Spark.
33+
- Scripts and Tools: The import-schema and export-schema scripts now support importing and exporting metadata for the table model.
34+
- ...
35+
36+
## Bugs
37+
38+
- Fixed the issue where a single write request exceeding the total size of the WAL queue caused write queries to hang.
39+
- Fixed the issue where the receiver experienced OOM (Out of Memory) after resuming synchronization following a long period of inactivity.
40+
- Fixed the issue where repeatedly setting TTL for DB and Table led to inserted data being unqueryable and returning an empty list.
41+
- Fixed the issue where a regular user with create+insert permissions on a table encountered exceptions when loading tsfile.
42+
- Fixed the issue where passwords were logged when SessionPool getSession timed out.
43+
- Fixed the issue in the Go client tree model query interface where the absence of a check for the Time column led to an "index out of range [-1]" error when retrieving Time column data.
44+
- Fixed the issue where distinct hits aggregate pushdown optimization and is used with group by date_bin, causing execution exceptions in aggregate queries.
45+
- Fixed the issue of whitespace characters at the beginning and end of port and directory address parameters in the configuration file.
46+
- Fixed the issue where setting the maximum number of concurrent RPC clients less than the number of CPU threads caused DN startup failure.
47+
- Fixed the issue where using a template, after activation, writing to extended columns, and then creating a pipe, caused the series under the device to double.
48+
- Fixed the issue where metadata synchronization, creating a pipe after a template, caused the series to double when using show timeseries.
49+
- Fixed the issue where a regular user with INSERT permissions encountered exceptions when exporting metadata using export-schema.sh.
50+
- ...
51+
2252
# Apache IoTDB 2.0.2
2353

2454
## 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.3">
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.0.dev"
24+
version = "2.0.3"
2525
description = "Apache IoTDB AINode"
2626
readme = "README.md"
2727
authors = ["Apache Software Foundation <[email protected]>"]

0 commit comments

Comments
 (0)