File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments