This is an automated email from the ASF dual-hosted git repository.
ColinLeeo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new 23787f82a Update release information for TsFile 2.4.0 (#874)
23787f82a is described below
commit 23787f82aeebf7760f0376db754b4e6910adcad1
Author: Colin Lee <[email protected]>
AuthorDate: Thu Jul 23 13:57:07 2026 +0800
Update release information for TsFile 2.4.0 (#874)
---
RELEASE_NOTES.md | 23 +++++++++++++++++++++++
doap_tsfile.rdf | 9 ++++++++-
2 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 36d106432..81ca4c67a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -18,6 +18,29 @@
under the License.
-->
+
+# Apache TsFile 2.4.0
+
+## New Features
+
+- [Python] Extended `TsFileDataFrame` to support tree-model TsFile files.
(#816)
+- [Java] Added `Tablet.serializedSize()` for exact serialized-size calculation
and pre-allocation of serialization buffers. (#824)
+
+## Improvements
+
+- [C++] Improved read and write throughput with batch codec APIs, single-pass
TsBlock decoding, AVX2/NEON SIMD paths, chunk-level parallel reads, and
column-parallel writes. (#823)
+- [C++] Optimized timeseries metadata loading by eliminating repeated index
traversal and I/O, and accelerated exact TAG lookups for single-TAG tables with
direct B-tree lookup. (#815)
+- [Java] Optimized timeseries metadata reads by reusing device metadata
offsets and reduced redundant metadata-index work. (#840)
+
+## Bug Fixes
+
+- [Java/C++] Fixed cross-language compatibility for FLOAT and DOUBLE data
encoded with TS_2DIFF, including overflow-page handling and time-decoder
selection. (#796)
+- [C++] Fixed writer flush-offset handling for multi-gigabyte TsFile files,
with tree-model and table-model regression coverage beyond 4 GB. (#839)
+- [C++/Python] Fixed crashes and ambiguous device paths involving null TAG
values. Python now exposes structured `SeriesPath` values and uses `\N` as the
unambiguous null-TAG path marker. (#848)
+- [C++] Fixed aligned table null handling, null-TAG metadata-cache collisions,
and memory leaks in reader teardown paths. (#823)
+- [Java] Fixed table-size accounting when writing metadata for the first
table. (#840)
+
+
# Apache TsFile 2.3.1
## New Features
diff --git a/doap_tsfile.rdf b/doap_tsfile.rdf
index 89ed705f4..ea006da21 100644
--- a/doap_tsfile.rdf
+++ b/doap_tsfile.rdf
@@ -47,6 +47,14 @@
<category rdf:resource="http://projects.apache.org/category/c++"/>
<category rdf:resource="http://projects.apache.org/category/c"/>
+ <release>
+ <Version>
+ <name>Apache TsFile</name>
+ <created>2026-07-23</created>
+ <revision>2.4.0</revision>
+ </Version>
+ </release>
+
<release>
<Version>
<name>Apache TsFile</name>
@@ -176,4 +184,3 @@
</Project>
</rdf:RDF>
-