This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch rc/1.1.1 in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit 3990104db8322a44bc26bdeefcd6db273c89fdc9 Author: HTHou <[email protected]> AuthorDate: Fri Apr 11 14:42:05 2025 +0800 Update release note --- RELEASE_NOTES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2c518cd2..32511806 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
