This is an automated email from the ASF dual-hosted git repository.
colinlee pushed a commit to branch rc/2.1.0
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/rc/2.1.0 by this push:
new da9f00ad update rn for v2.1.0
da9f00ad is described below
commit da9f00addec8ed955d0f8be7b6346937d93d0bfc
Author: colin <[email protected]>
AuthorDate: Mon Jul 7 13:56:27 2025 +0800
update rn for v2.1.0
---
RELEASE_NOTES.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 399b5004..3eaf6d51 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -19,6 +19,21 @@
-->
+# Apache TsFile 2.1.0
+
+## New Feature
+- [Java] Support setting default compression by datatype(#523).
+- [Java] Support using environment variables to generate main encrypt
key(#512).
+- [Java] Support estimating ram usage of measurement schema(#508).
+- [Java] Add TsFileLastReader to retrieve the last points in a TsFile(#498).
+- [Cpp/C/Python] Support TsFile Table reader and writer.
+
+## Improvement/Bugfix
+- [Java] Fix memory calculation of BinaryColumnBuilder(#530).
+- [Java] Resolved case sensitivity issue when reading column names(#518).
+- [Java] Fix npe when closing the last reader that has not been used(#513).
+- [Java] Fix float RLBE encoding loss of precision(#484).
+
# Apache TsFile 2.0.3
## Improvement/Bugfix