Skip to content

Commit a7bd08a

Browse files
committed
update RN
1 parent 60da51d commit a7bd08a

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

RELEASE_NOTES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,21 @@
1919
2020
-->
2121

22+
# Apache TsFile 1.1.2
23+
24+
## Improvement/Bugfix
25+
26+
* Fix the bug in parse date to int when year out of range by @HTHou in #500
27+
* Add TsFileLastReader for retrieving last points in a TsFile by @jt2594838 in #506
28+
* Added accountable function to measurementSchema by @Caideyipi in #509
29+
* Correct the retained size calculation for BinaryColumn and BinaryColumnBuilder by @JackieTien97 in #514
30+
* add switch to disable native lz4 (#480) by @jt2594838 in #515
31+
* Correct the memroy calculation of BinaryColumnBuilder by @JackieTien97 in #530
32+
* Fetch max tsblock line number each time from TSFileConfig by @JackieTien97 in #535
33+
* 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
34+
* Avoid calculating shallow size of map by @shuwenwei in #566
35+
* Add methods for RamUsageEstimator by @shuwenwei in #570
36+
2237
# Apache TsFile 1.1.1
2338

2439
## Improvement/Bugfix

cpp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.tsfile</groupId>
2424
<artifactId>tsfile-parent</artifactId>
25-
<version>1.1.2-250814-SNAPSHOT</version>
25+
<version>1.1.2</version>
2626
</parent>
2727
<artifactId>tsfile-cpp</artifactId>
2828
<packaging>pom</packaging>

python/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.tsfile</groupId>
2424
<artifactId>tsfile-parent</artifactId>
25-
<version>1.1.2-250814-SNAPSHOT</version>
25+
<version>1.1.2</version>
2626
</parent>
2727
<artifactId>tsfile-python</artifactId>
2828
<packaging>pom</packaging>

0 commit comments

Comments
 (0)