This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch update_2.1.1_rn
in repository https://gitbox.apache.org/repos/asf/tsfile.git

commit 0e0d5af7592746133e3323cd4b9b4c105f6d628b
Author: HTHou <[email protected]>
AuthorDate: Mon Aug 18 11:28:21 2025 +0800

    Update release information after v2.1.1 released
---
 RELEASE_NOTES.md | 15 +++++++++++++++
 doap_tsfile.rdf  | 10 ++++++++++
 2 files changed, 25 insertions(+)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 5a3ddd28..fe34172c 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -19,6 +19,21 @@
 
 -->
 
+# Apache TsFile 2.1.1
+
+## Improvement/Bugfix
+* [JAVA] AbstractAlignedTimeSeriesMetadata.typeMatch always return true in #538
+* [JAVA] Ignore the null value passed in the Tablet.addValue method in #540
+* [JAVA] Implement extract time filters in #539
+* [JAVA] Init all series writer for AlignedChunkGroupWriter in #545
+* [JAVA] Check max tsfile version in #548
+* [JAVA] Include common classes in tsfile.jar to fix #501 in #510
+* [JAVA] Implement extract value filters in #554
+* [JAVA] Fix wrong Private-Package declaration (related to #551) in #556
+* [JAVA] Avoid repeated calculation of shallow size of map in #559
+* [JAVA] Refactor UnknownType to extend AbstractType in #561
+* [JAVA] Add Tablet.append in #562
+
 # Apache TsFile 2.1.0
 
 ## New Feature
diff --git a/doap_tsfile.rdf b/doap_tsfile.rdf
index bea7b2e7..f74f45ba 100644
--- a/doap_tsfile.rdf
+++ b/doap_tsfile.rdf
@@ -37,6 +37,7 @@
 
     <programming-language>Java</programming-language>
     <programming-language>C++</programming-language>
+    <programming-language>C</programming-language>
     <programming-language>Python</programming-language>
 
     <category rdf:resource="https://projects.apache.org/category/big-data"; />
@@ -44,6 +45,15 @@
     <category rdf:resource="http://projects.apache.org/category/java"/>
     <category rdf:resource="http://projects.apache.org/category/python"/>
     <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>2025-08-18</created>
+        <revision>2.1.1</revision>
+      </Version>
+    </release>
 
     <release>
       <Version>

Reply via email to