Skip to content

Commit 5125b02

Browse files
committed
Update RN
1 parent c50c188 commit 5125b02

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

RELEASE_NOTES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,33 @@
1818
under the License.
1919
2020
-->
21+
# Apache TsFile 1.1.3
22+
23+
* perf: Optimize aligned object memory size calculation
24+
* feat: add markRange / unmarkRange / merge for high-performance bit manipulation
25+
* Modify the TsFileSequenceReaderTimeseriesMetadataIterator next function to return a LinkedHashMap
26+
* fix GroupByMonthFilter.getTimeRanges
27+
* Fix bug in PaginationController
28+
* change config not found log to debug
29+
* Init all series writer for AlignedChunkGroupWriter
30+
* Added memory calculation for tablet
31+
* Dont print exception log when thread is interrupted
32+
* Bump lz4-java version to 1.10.1
33+
34+
# Apache TsFile 1.1.2
35+
36+
## Improvement/Bugfix
37+
38+
* Fix the bug in parse date to int when year out of range by @HTHou in #500
39+
* Add TsFileLastReader for retrieving last points in a TsFile by @jt2594838 in #506
40+
* Added accountable function to measurementSchema by @Caideyipi in #509
41+
* Correct the retained size calculation for BinaryColumn and BinaryColumnBuilder by @JackieTien97 in #514
42+
* add switch to disable native lz4 (#480) by @jt2594838 in #515
43+
* Correct the memroy calculation of BinaryColumnBuilder by @JackieTien97 in #530
44+
* Fetch max tsblock line number each time from TSFileConfig by @JackieTien97 in #535
45+
* 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
46+
* Avoid calculating shallow size of map by @shuwenwei in #566
47+
* Add methods for RamUsageEstimator by @shuwenwei in #570
2148

2249
# Apache TsFile 1.1.1
2350

0 commit comments

Comments
 (0)