Skip to content

Commit 3b261a1

Browse files
committed
add release note for 2.2.1
1 parent dd27faf commit 3b261a1

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

RELEASE_NOTES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,32 @@
1818
under the License.
1919
2020
-->
21+
# Apache TsFile 2.2.1
22+
23+
## New Feature
24+
25+
- [Java] Support modifying schema during the write process.
26+
- [Java] Support memory usage estimation for Tablet and related classes.
27+
- [Java] Support I/O size recording during file reading.
28+
- [Java] Support encryption configuration for read and write operations.
29+
- [Python] Support converting DataFrame to TsFile.
30+
- [Python] Support DATE, TIMESTAMP and other new data types.
31+
32+
## Improvement
33+
34+
- [Java] Optimize memory usage calculation for aligned data.
35+
- [Java] Support JDK-25.
36+
- [C++] Upgrade zlib to latest version.
37+
38+
## Bugfix
39+
40+
- [Java] Fixed incorrect query results when reading DATE type in table model.
41+
- [Java] Fixed data corruption when rewriting chunks with time deletion.
42+
- [Java] Fixed chunk metadata loss when deserializing from temporary files.
43+
- [C++] Fixed inability to read files exceeding 2GB.
44+
- [C++] Fixed aligned chunk reader producing wrong output.
45+
- [Python] Fixed DataFrame validation and column name handling issues.
46+
2147
# Apache TsFile 2.2.0
2248

2349
## New Feature

0 commit comments

Comments
 (0)