This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch rc/1.1.2 in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit a7bd08a0c83914f33dbd368c3a23dc55275912ae Author: HTHou <[email protected]> AuthorDate: Tue Sep 2 21:45:39 2025 +0800 update RN --- RELEASE_NOTES.md | 15 +++++++++++++++ cpp/pom.xml | 2 +- python/pom.xml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 32511806..a10cc881 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -19,6 +19,21 @@ --> +# Apache TsFile 1.1.2 + +## Improvement/Bugfix + +* Fix the bug in parse date to int when year out of range by @HTHou in #500 +* Add TsFileLastReader for retrieving last points in a TsFile by @jt2594838 in #506 +* Added accountable function to measurementSchema by @Caideyipi in #509 +* Correct the retained size calculation for BinaryColumn and BinaryColumnBuilder by @JackieTien97 in #514 +* add switch to disable native lz4 (#480) by @jt2594838 in #515 +* Correct the memroy calculation of BinaryColumnBuilder by @JackieTien97 in #530 +* Fetch max tsblock line number each time from TSFileConfig by @JackieTien97 in #535 +* Support set default compression by data type & Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.18.0 by @jt2594838 in #547 +* Avoid calculating shallow size of map by @shuwenwei in #566 +* Add methods for RamUsageEstimator by @shuwenwei in #570 + # Apache TsFile 1.1.1 ## Improvement/Bugfix diff --git a/cpp/pom.xml b/cpp/pom.xml index 011b81b0..23bf555a 100644 --- a/cpp/pom.xml +++ b/cpp/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tsfile</groupId> <artifactId>tsfile-parent</artifactId> - <version>1.1.2-250814-SNAPSHOT</version> + <version>1.1.2</version> </parent> <artifactId>tsfile-cpp</artifactId> <packaging>pom</packaging> diff --git a/python/pom.xml b/python/pom.xml index 740b4492..0448d517 100644 --- a/python/pom.xml +++ b/python/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tsfile</groupId> <artifactId>tsfile-parent</artifactId> - <version>1.1.2-250814-SNAPSHOT</version> + <version>1.1.2</version> </parent> <artifactId>tsfile-python</artifactId> <packaging>pom</packaging>
