Skip to content

Commit 1a9a4d0

Browse files
committed
Update release info after new version released
1 parent c9db8d1 commit 1a9a4d0

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

RELEASE_NOTES.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,30 @@
1818
under the License.
1919
2020
-->
21+
22+
# Apache TsFile 2.0.2
23+
24+
## Improvement/Bugfix
25+
- Correct the retained size calculation for BinaryColumn and BinaryColumnBuilder
26+
- Don't print exception log when thread is interrupted (#386)
27+
- Fix float encoder overflow when float value itself over int range (#412)
28+
- Fix date string parse error (#413)
29+
- compaction adapting new type when table alter column type (#415)
30+
- primitive type compatible (#437)
31+
- Fixed the empty string ser/de bug & null string[] array calculation bug
32+
- add getter for encryptParam (#447)
33+
34+
35+
# Apache TsFile 2.0.1
36+
37+
## Improvement/Bugfix
38+
- Modify tablet usage (#358)
39+
- Add column builder compatibility (#367)
40+
- add cache table schema map option (#369)
41+
- fix getVisibleMetadataList
42+
- TimeColumn.reset() throws UnsupportedOperationException (#379)
43+
- Add statistic compatibility (#382)
44+
2145
# Apache TsFile 2.0.0
2246

2347
## New Feature
@@ -37,6 +61,19 @@
3761
- 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
3862
- Fix float encoder overflow by @HTHou in #342
3963

64+
# Apache TsFile 1.1.1
65+
66+
## Improvement/Bugfix
67+
* Fixed the issue that the time of the first data item written to TSFile by measurement cannot be a negative number (#297)
68+
* Add LongConsumer ioSizeRecorder in TsFileSequenceReader for IoTDB scan (#301)
69+
* Add readItimeseriesMetadata method (#312)
70+
* Tablet.serialize() may throw an exception due to null values in the Date column (#330)
71+
* Add FlushChunkMetadataListener (#328)
72+
* Add final for readData methods (#347)
73+
* Bump logback to 1.3.15 (#362)
74+
* Fix example compile issue (#400)
75+
* Fixed the empty string ser/de bug & null string[] array calculation bug (#449)
76+
4077
# Apache TsFile 1.1.0
4178

4279
## New Feature

doap_tsfile.rdf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@
4343
<category rdf:resource="https://projects.apache.org/category/database" />
4444
<category rdf:resource="https://projects.apache.org/category/iot" />
4545

46+
<release>
47+
<Version>
48+
<name>Apache TsFile</name>
49+
<created>2025-04-11</created>
50+
<revision>2.0.2</revision>
51+
</Version>
52+
</release>
53+
4654
<release>
4755
<Version>
4856
<name>Apache TsFile</name>
@@ -59,6 +67,14 @@
5967
</Version>
6068
</release>
6169

70+
<release>
71+
<Version>
72+
<name>Apache TsFile</name>
73+
<created>2025-04-14</created>
74+
<revision>1.1.1</revision>
75+
</Version>
76+
</release>
77+
6278
<release>
6379
<Version>
6480
<name>Apache TsFile</name>

0 commit comments

Comments
 (0)