Skip to content

Commit f6e8aa7

Browse files
committed
Update version and rn
1 parent 68878c8 commit f6e8aa7

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

RELEASE_NOTES.md

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

22+
# Apache IoTDB 1.3.4
23+
24+
## Features & Improvements
25+
26+
- Data Query: Users can now control the loading of JAR packages via URI for UDF, PipePlugin, Trigger, and AINode through configuration items.
27+
- Data Query: Added monitoring for TimeIndex cached during the merge process.
28+
- System Management: Expanded UDF functions with the addition of the pattern_match function for pattern matching.
29+
- System Management:The Python session SDK now includes a parameter for connection timeout.
30+
- System Management:Introduced authorization for cluster management-related operations.
31+
- System Management:ConfigNode/DataNode now supports scaling down using SQL.
32+
- System Management:ConfigNode automatically cleans up partition information exceeding the TTL (cleans up every 2 hours).
33+
- Data Synchronization: Supports specifying authorization information for the receiver on the sender's end.
34+
- Ecosystem Integration: Supports Kubernetes Operator.
35+
- Scripts and Tools: The import-data/export-data scripts have been expanded to support new data types (strings, large binary objects, dates, timestamps).
36+
- Scripts and Tools:The import-data/export-data scripts have been iterated to support importing and exporting data in three formats: TsFile, CSV, and SQL.
37+
...
38+
39+
## Bugs
40+
41+
- Fixed the issue where an ArrayIndexOutOfBoundsException occurred when a column name did not exist in the HAVING clause of the tree model.
42+
- Fixed the issue where the target sequence in SELECT INTO contained backticks, resulting in incorrect sequences being written.
43+
- Fixed the issue where an empty iot-consensus file was generated after an abnormal power outage, causing the DataNode (dn) to fail to start.
44+
- Fixed the issue where the storage engine reported an error during asynchronous recovery after manually deleting the resource file, leading to Pipe startup failure.
45+
- Fixed the issue where data forwarded by external Pipe could not be synchronized between dual-lives.
46+
- Fixed the issue where the C# Session could not correctly fetch result sets when querying large amounts of data (exceeding fetch_size) on a cluster with more than one node.
47+
- Fixed the issue where the order of query results was incorrect in the C# client.
48+
- Fixed the issue where duplicate timestamps were included in query result sets.
49+
- Fixed the issue where query results were incorrect for single-device queries with sort+offset+limit+align by device.
50+
- Fixed the issue where data synchronization failed when a sequence S1 of data type A was deleted and then a sequence S1 of data type B was written, and a TTL existed.
51+
- Fixed the issue where MergeReader needed to consider memory allocation to avoid negative available memory during out-of-order and reverse queries.
52+
- Fixed the inconsistency in how ConfigNode and DataNode read the JDK environment variables on Windows.
53+
- ...
54+
2255
# Apache IoTDB 1.3.3
2356

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

0 commit comments

Comments
 (0)