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

jiangtian 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 19f74b08 Update release info after new version released (#462)
19f74b08 is described below

commit 19f74b081007eb11254c386e46902fd6810293c5
Author: Haonan <[email protected]>
AuthorDate: Tue Apr 15 11:14:37 2025 +0800

    Update release info after new version released (#462)
---
 RELEASE_NOTES.md | 37 +++++++++++++++++++++++++++++++++++++
 doap_tsfile.rdf  | 16 ++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 8b557d78..7804c618 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -18,6 +18,30 @@
     under the License.
 
 -->
+
+# Apache TsFile 2.0.2
+
+## Improvement/Bugfix
+- Correct the retained size calculation for BinaryColumn and 
BinaryColumnBuilder
+- Don't print exception log when thread is interrupted (#386)
+- Fix float encoder overflow when float value itself over int range (#412)
+- Fix date string parse error (#413)
+- compaction adapting new type when table alter column type (#415)
+- primitive type compatible (#437)
+- Fixed the empty string ser/de bug & null string[] array calculation bug
+- add getter for encryptParam (#447)
+
+
+# Apache TsFile 2.0.1
+
+## Improvement/Bugfix
+- Modify tablet usage (#358)
+- Add column builder compatibility (#367)
+- add cache table schema map option (#369)
+- fix getVisibleMetadataList
+- TimeColumn.reset() throws UnsupportedOperationException (#379)
+- Add statistic compatibility (#382)
+
 # Apache TsFile 2.0.0
 
 ## New Feature
@@ -37,6 +61,19 @@
 - Fixed the issue that the time of the first data item written to TSFile by 
measurement cannot be a negative number by @luoluoyuyu in #297
 - Fix float encoder overflow by @HTHou in #342
 
+# Apache TsFile 1.1.1
+
+## Improvement/Bugfix
+* Fixed the issue that the time of the first data item written to TSFile by 
measurement cannot be a negative number (#297)
+* Add LongConsumer ioSizeRecorder in TsFileSequenceReader for IoTDB scan (#301)
+* Add readItimeseriesMetadata method (#312)
+* Tablet.serialize() may throw an exception due to null values in the Date 
column (#330)
+* Add FlushChunkMetadataListener (#328)
+* Add final for readData methods (#347)
+* Bump logback to 1.3.15 (#362)
+* Fix example compile issue (#400)
+* Fixed the empty string ser/de bug & null string[] array calculation bug 
(#449)
+
 # Apache TsFile 1.1.0
 
 ## New Feature
diff --git a/doap_tsfile.rdf b/doap_tsfile.rdf
index 83c55c63..c0ce5e7e 100644
--- a/doap_tsfile.rdf
+++ b/doap_tsfile.rdf
@@ -43,6 +43,14 @@
     <category rdf:resource="https://projects.apache.org/category/database"; />
     <category rdf:resource="https://projects.apache.org/category/iot"; />
 
+    <release>
+      <Version>
+        <name>Apache TsFile</name>
+        <created>2025-04-11</created>
+        <revision>2.0.2</revision>
+      </Version>
+    </release>
+
     <release>
       <Version>
         <name>Apache TsFile</name>
@@ -59,6 +67,14 @@
       </Version>
     </release>
 
+    <release>
+      <Version>
+        <name>Apache TsFile</name>
+        <created>2025-04-14</created>
+        <revision>1.1.1</revision>
+      </Version>
+    </release>
+
     <release>
       <Version>
         <name>Apache TsFile</name>

Reply via email to