You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,25 @@
19
19
20
20
-->
21
21
22
+
# Apache TsFile 2.2.0
23
+
24
+
# New Feature
25
+
- TsFile-Python fully supports TEXT and STRING data types.
26
+
- The Python interface supports the to_dataframe method.
27
+
- C++ TsFile supports encoding formats such as RLE.
28
+
- Both C++ TsFile and Java TsFile table models support tag filtering.
29
+
- C++ TsFile supports writing data of the TEXT type.
30
+
- Added the CAMEL encoding method.
31
+
- ...
32
+
33
+
# Improvement/Bugfix
34
+
- Fixed the issue where the CppTsFile write and query interfaces had various exceptions when handling null values.
35
+
- Fixed the issue where Cpp TsFile failed to write data when TAG and FIELD columns were all empty (only timestamps existed with no actual data).
36
+
- Fixed the issue where column names were all converted to lowercase when constructing a Tablet in Cpp TsFile, resulting in the failure to add values to Tablets constructed with uppercase column names.
37
+
- Fixed the issue where queries would throw errors when the values of TEXT-type columns in the CPP TsFile table model were partially empty.
38
+
- Fixed security vulnerabilities CVE-2025-12183,CVE-2025-66566 and CVE-2025-11226.
0 commit comments