Skip to content

Commit c166ff5

Browse files
committed
update rn for v2.1.0
1 parent 7510d94 commit c166ff5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
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 2.1.0
23+
24+
## New Feature
25+
- [Java] Support setting default compression by datatype(#523).
26+
- [Java] Support using environment variables to generate main encrypt key(#512).
27+
- [Java] Support estimating ram usage of measurement schema(#508).
28+
- [Java] Add TsFileLastReader to retrieve the last points in a TsFile(#498).
29+
- [Cpp/C/Python] Support TsFile Table reader and writer.
30+
31+
## Improvement/Bugfix
32+
- [Java] Fix memory calculation of BinaryColumnBuilder(#530).
33+
- [Java] Resolved case sensitivity issue when reading column names(#518).
34+
- [Java] Fix npe when closing the last reader that has not been used(#513).
35+
- [Java] Fix float RLBE encoding loss of precision(#484).
36+
2237
# Apache TsFile 2.0.3
2338

2439
## Improvement/Bugfix

0 commit comments

Comments
 (0)