Skip to content

Commit 05d631d

Browse files
authored
[dev/1.3] Bump netty version to 4.1.115.Final && Update release info after 1.3.3 released (#14359)
1 parent 2bfc35a commit 05d631d

File tree

4 files changed

+47
-2
lines changed

4 files changed

+47
-2
lines changed

RELEASE_NOTES.md

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

22+
# Apache IoTDB 1.3.3
23+
24+
## Features & Improvements
25+
26+
- Storage Engine: Added new data types String, Blob, Date, and Timestamp.
27+
- Storage Engine: Multi-level storage has added a rate-limiting mechanism.
28+
- Storage Engine: New merge target file splitting feature, with additional configuration file parameters, and improved memory control performance of the merge module.
29+
- Data Query: Filter performance optimization, enhancing the speed of aggregate queries and where condition queries.
30+
- Data Query: New client query requests load balancing optimization.
31+
- Data Query: New active metadata statistics query added.
32+
- Data Query: Optimized memory control strategy during the query planning phase.
33+
- Data Synchronization: The sender supports transferring files to a specified directory, and the receiver automatically loads them into IoTDB.
34+
- Data Synchronization: The receiver has a new automatic conversion mechanism for data type requests.
35+
- Data Synchronization: Enhanced observability on the receiver side, supporting ops/latency statistics for multiple internal interfaces, consolidated into a single pipeTransfer display.
36+
- Data Loading: DataNode actively listens and loads TsFiles, with additional observability metrics.
37+
- Stream Processing Module: New data subscription capability, supporting subscription to database data in the form of data points or tsfile files.
38+
- Stream Processing Module: Alter Pipe supports the ability to alter the source.
39+
- System Management: Optimized configuration files, with the original three configuration files merged into one, reducing user operational costs.
40+
- System Management: Optimized restart recovery performance, reducing startup time.
41+
- System Management: Internal addition of monitoring items such as device count, estimated remaining time for data synchronization, size of data to be synchronized, and synchronization speed.
42+
- Scripts and Tools: The import-tsfile script is expanded to support running the script on a different server from the IoTDB server.
43+
- Scripts and Tools: New metadata import and export scripts added.
44+
- Scripts and Tools: New support for Kubernetes Helm added.
45+
- AINode: AINode module added.
46+
...
47+
48+
## Bugs
49+
50+
- Fixed the issue of NullPointerException (NPE) when merging chunks with modifications and empty pages in the sequential space.
51+
- Fixed the issue where the wrong parent file was used when reassigning the file position for skipped files during merge, leading to failure in creating hard links.
52+
- Fixed the issue where the newly added four data types had null values written, and the TsFile handling of the STRING type was incorrect, causing a BufferUnderflowException: null.
53+
- Fixed the issue in the high availability scenario where stopping the DataNode resulted in a PipeException: Failed to start consensus pipe.
54+
- Fixed the issue in Stream mode where the first batch of written data points might require a flush to be synchronized.
55+
- Fixed the compatibility issue with pipe plugin upgrades.
56+
- Fixed the issue where the `ORDER BY` clause became ineffective when used in combination with `LIMIT` in the last query.
57+
...
58+
2259
# Apache IoTDB 1.3.2
2360

2461
## 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.0.0">
21+
<feature name="iotdb-feature" description="iotdb-feature" version="1.3.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-doap.rdf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@
6161
<category rdf:resource="http://projects.apache.org/category/go"/>
6262
<category rdf:resource="http://projects.apache.org/category/csharp"/>
6363

64+
<release>
65+
<Version>
66+
<name>Apache IoTDB</name>
67+
<created>2024-11-20</created>
68+
<revision>1.3.3</revision>
69+
</Version>
70+
</release>
71+
6472
<release>
6573
<Version>
6674
<name>Apache IoTDB</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<!-- This was the last version to support Java 8 -->
121121
<!--mockito.version>4.11.0</mockito.version-->
122122
<moquette.version>0.17</moquette.version>
123-
<netty.version>4.1.110.Final</netty.version>
123+
<netty.version>4.1.115.Final</netty.version>
124124
<nimbus-jose-jwt.version>9.37.3</nimbus-jose-jwt.version>
125125
<oauth2-oidc-sdk.version>10.15</oauth2-oidc-sdk.version>
126126
<!-- This was the last version to support Java 8 -->

0 commit comments

Comments
 (0)