This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch rc/2.1.1
in repository https://gitbox.apache.org/repos/asf/tsfile.git

commit e6ab113c4723793f3337aebe0073d5e86e8af68d
Author: HTHou <[email protected]>
AuthorDate: Wed Aug 13 10:44:57 2025 +0800

    Update RN
---
 RELEASE_NOTES.md   | 15 +++++++++++++++
 cpp/CMakeLists.txt |  2 +-
 python/setup.py    |  2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 5a3ddd28..e7895370 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -21,6 +21,21 @@
 
 # Apache TsFile 2.1.0
 
+## Improvement/Bugfix
+* [JAVA] AbstractAlignedTimeSeriesMetadata.typeMatch always return true in #538
+* [JAVA] Ignore the null value passed in the Tablet.addValue method in #540
+* [JAVA] Implement extract time filters in #539
+* [JAVA] Init all series writer for AlignedChunkGroupWriter in #545
+* [JAVA] Check max tsfile version in #548
+* [JAVA] Include common classes in tsfile.jar to fix #501 in #510
+* [JAVA] Implement extract value filters in #554
+* [JAVA] Fix wrong Private-Package declaration (related to #551) in #556
+* [JAVA] Avoid repeated calculation of shallow size of map in #559
+* [JAVA] Refactor UnknownType to extend AbstractType in #561
+* [JAVA] Add Tablet.append in #562
+
+# 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).
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index 51f69e83..7fbe370e 100755
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.11)
 project(TsFile_CPP)
 
 cmake_policy(SET CMP0079 NEW)
-set(TsFile_CPP_VERSION 2.2.0.dev)
+set(TsFile_CPP_VERSION 2.1.1)
 set(CMAKE_CXX_FLAGS "$ENV{CXXFLAGS} -Wall")
 if (CMAKE_CXX_COMPILER_ID MATCHES "GNU")
     set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wunused -Wuninitialized 
-D__STDC_FORMAT_MACROS")
diff --git a/python/setup.py b/python/setup.py
index 329cc2aa..5c682026 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -25,7 +25,7 @@ from Cython.Build import cythonize
 from setuptools import setup, Extension
 from setuptools.command.build_ext import build_ext
 
-version = "2.1.0.dev0"
+version = "2.1.1"
 system = platform.system()
 
 

Reply via email to