File tree 8 files changed +23
-10
lines changed
8 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 19
19
20
20
-->
21
21
22
+ # Apache TsFile 1.1.1
23
+
24
+ ## Improvement/Bugfix
25
+ * Fixed the issue that the time of the first data item written to TSFile by measurement cannot be a negative number (#297 )
26
+ * Add LongConsumer ioSizeRecorder in TsFileSequenceReader for IoTDB scan (#301 )
27
+ * Add readItimeseriesMetadata method (#312 )
28
+ * Tablet.serialize() may throw an exception due to null values in the Date column (#330 )
29
+ * Add FlushChunkMetadataListener (#328 )
30
+ * Add final for readData methods (#347 )
31
+ * Bump logback to 1.3.15 (#362 )
32
+ * Fix example compile issue (#400 )
33
+ * Fixed the empty string ser/de bug & null string[ ] array calculation bug (#449 )
34
+
22
35
# Apache TsFile 1.1.0
23
36
24
37
## New Feature
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.apache.tsfile</groupId >
24
24
<artifactId >tsfile-parent</artifactId >
25
- <version >1.1.1-8c45afe9 -SNAPSHOT</version >
25
+ <version >1.1.2 -SNAPSHOT</version >
26
26
</parent >
27
27
<artifactId >tsfile-cpp</artifactId >
28
28
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >org.apache.tsfile</groupId >
26
26
<artifactId >tsfile-java</artifactId >
27
- <version >1.1.1-8c45afe9 -SNAPSHOT</version >
27
+ <version >1.1.2 -SNAPSHOT</version >
28
28
</parent >
29
29
<artifactId >common</artifactId >
30
30
<name >TsFile: Java: Common</name >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >org.apache.tsfile</groupId >
26
26
<artifactId >tsfile-java</artifactId >
27
- <version >1.1.1-8c45afe9 -SNAPSHOT</version >
27
+ <version >1.1.2 -SNAPSHOT</version >
28
28
</parent >
29
29
<artifactId >examples</artifactId >
30
30
<name >TsFile: Java: Examples</name >
36
36
<dependency >
37
37
<groupId >org.apache.tsfile</groupId >
38
38
<artifactId >tsfile</artifactId >
39
- <version >1.1.1-8c45afe9 -SNAPSHOT</version >
39
+ <version >1.1.2 -SNAPSHOT</version >
40
40
</dependency >
41
41
</dependencies >
42
42
<build >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >org.apache.tsfile</groupId >
26
26
<artifactId >tsfile-parent</artifactId >
27
- <version >1.1.1-8c45afe9 -SNAPSHOT</version >
27
+ <version >1.1.2 -SNAPSHOT</version >
28
28
</parent >
29
29
<artifactId >tsfile-java</artifactId >
30
- <version >1.1.1-8c45afe9 -SNAPSHOT</version >
30
+ <version >1.1.2 -SNAPSHOT</version >
31
31
<packaging >pom</packaging >
32
32
<name >TsFile: Java</name >
33
33
<modules >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >org.apache.tsfile</groupId >
26
26
<artifactId >tsfile-java</artifactId >
27
- <version >1.1.1-8c45afe9 -SNAPSHOT</version >
27
+ <version >1.1.2 -SNAPSHOT</version >
28
28
</parent >
29
29
<artifactId >tsfile</artifactId >
30
30
<name >TsFile: Java: TsFile</name >
38
38
<dependency >
39
39
<groupId >org.apache.tsfile</groupId >
40
40
<artifactId >common</artifactId >
41
- <version >1.1.1-8c45afe9 -SNAPSHOT</version >
41
+ <version >1.1.2 -SNAPSHOT</version >
42
42
</dependency >
43
43
<dependency >
44
44
<groupId >com.github.luben</groupId >
Original file line number Diff line number Diff line change 28
28
</parent >
29
29
<groupId >org.apache.tsfile</groupId >
30
30
<artifactId >tsfile-parent</artifactId >
31
- <version >1.1.1-8c45afe9 -SNAPSHOT</version >
31
+ <version >1.1.2 -SNAPSHOT</version >
32
32
<packaging >pom</packaging >
33
33
<name >Apache TsFile Project Parent POM</name >
34
34
<properties >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.apache.tsfile</groupId >
24
24
<artifactId >tsfile-parent</artifactId >
25
- <version >1.1.1-8c45afe9 -SNAPSHOT</version >
25
+ <version >1.1.2 -SNAPSHOT</version >
26
26
</parent >
27
27
<artifactId >tsfile-python</artifactId >
28
28
<packaging >pom</packaging >
You can’t perform that action at this time.
0 commit comments