diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2c518cd24..32511806e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -19,6 +19,19 @@ --> +# 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/cpp/pom.xml b/cpp/pom.xml index d4cc65a20..3473b73fc 100644 --- a/cpp/pom.xml +++ b/cpp/pom.xml @@ -22,7 +22,7 @@ org.apache.tsfile tsfile-parent - 1.1.1-8c45afe9-SNAPSHOT + 1.1.2-SNAPSHOT tsfile-cpp pom diff --git a/java/common/pom.xml b/java/common/pom.xml index e3ff5e4bd..e80f2f814 100644 --- a/java/common/pom.xml +++ b/java/common/pom.xml @@ -24,7 +24,7 @@ org.apache.tsfile tsfile-java - 1.1.1-8c45afe9-SNAPSHOT + 1.1.2-SNAPSHOT common TsFile: Java: Common diff --git a/java/examples/pom.xml b/java/examples/pom.xml index 15fd1fa48..729f56394 100644 --- a/java/examples/pom.xml +++ b/java/examples/pom.xml @@ -24,7 +24,7 @@ org.apache.tsfile tsfile-java - 1.1.1-8c45afe9-SNAPSHOT + 1.1.2-SNAPSHOT examples TsFile: Java: Examples @@ -36,7 +36,7 @@ org.apache.tsfile tsfile - 1.1.1-8c45afe9-SNAPSHOT + 1.1.2-SNAPSHOT diff --git a/java/pom.xml b/java/pom.xml index d5cf61a82..7a9ae1b57 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -24,10 +24,10 @@ org.apache.tsfile tsfile-parent - 1.1.1-8c45afe9-SNAPSHOT + 1.1.2-SNAPSHOT tsfile-java - 1.1.1-8c45afe9-SNAPSHOT + 1.1.2-SNAPSHOT pom TsFile: Java diff --git a/java/tsfile/pom.xml b/java/tsfile/pom.xml index edd164a8a..42ab37166 100644 --- a/java/tsfile/pom.xml +++ b/java/tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.tsfile tsfile-java - 1.1.1-8c45afe9-SNAPSHOT + 1.1.2-SNAPSHOT tsfile TsFile: Java: TsFile @@ -38,7 +38,7 @@ org.apache.tsfile common - 1.1.1-8c45afe9-SNAPSHOT + 1.1.2-SNAPSHOT com.github.luben diff --git a/pom.xml b/pom.xml index 687fce2f8..109244fed 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.apache.tsfile tsfile-parent - 1.1.1-8c45afe9-SNAPSHOT + 1.1.2-SNAPSHOT pom Apache TsFile Project Parent POM diff --git a/python/pom.xml b/python/pom.xml index 50bda5f59..a87b4dfc2 100644 --- a/python/pom.xml +++ b/python/pom.xml @@ -22,7 +22,7 @@ org.apache.tsfile tsfile-parent - 1.1.1-8c45afe9-SNAPSHOT + 1.1.2-SNAPSHOT tsfile-python pom