You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2021/12/10 09:09:37 UTC

[iotdb] branch rel/0.12 updated: release 0.12.4

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

jackietien pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new 35f20f1  release 0.12.4
     new 0b6c690  Merge branch 'rel/0.12' of https://github.com/apache/iotdb into rel/0.12
35f20f1 is described below

commit 35f20f1ffd343c37c391be31dca708d3eabb2e24
Author: JackieTien97 <Ja...@foxmail.com>
AuthorDate: Fri Dec 10 17:08:47 2021 +0800

    release 0.12.4
---
 RELEASE_NOTES.md                  | 36 ++++++++++++++++++++++++++++++++++++
 client-py/setup.py                |  2 +-
 jdbc/src/main/feature/feature.xml |  2 +-
 3 files changed, 38 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 4a60741..b728730 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -19,6 +19,42 @@
 
 -->
 
+# Apache IoTDB 0.12.4
+
+## New Features
+
+* [IOTDB-1823] group by multi level
+
+
+## Improvements
+
+* [IOTDB-2027] Ignore too many WAL BufferOverflow log
+* [IOTDB-2061] Add max concurrent sub query parameter, read data in batches to limit max IO and add max cached buffer size configuration
+* [ISSUE-2102] Reduce the memory footprint of QueryDataSource
+* [ISSUE-2102] Push limit operator down to each reader
+* [IOTDB-2065] release TsFileSequenceReader soon when it is no longer used
+* [IOTDB-2072] Remove TVListAllocator to reduce the TVList mem cost
+* [IOTDB-2123] Accelerate recovery process
+* update user guide for cpp-cpi and disable compiling nodejs in cpp-cli
+
+
+## Bug Fixes
+
+* [IOTDB-2023] Fix serializing and deserializing bugs of Filters
+* [IOTDB-2025] Fix count nodes and devices incorrectly in cluster
+* [IOTDB-2031] Fix incorrect result of descending query with value filter in cluster
+* [IOTDB-2032] Fix incorrect result of descending query with multiple time partitions
+* [IOTDB-2039] Fix data redundant after too many open files exception occurs during compaction
+* [IOTDB-2047] Fix NPE when memControl is disabled and insert TEXT value to a non-TEXT series
+* [IOTDB-2058] Fix Query is blocked without sub-query-threads exist bug
+* [IOTDB-2063] Fix MinTimeDescAggregationResult implementation bug
+* [IOTDB-2064] Fix the NPE caused by map serde
+* [IOTDB-2068] Fix GZIP compressor meets ArrayIndexOutOfBoundsException
+* [IOTDB-2124] the filtering condition does not take efffect for last query in cluster
+* [IOTDB-3335] Fix the bug of start-cli.sh -e mode can't work with wild card \*
+* fix memory leak: replace RandomDeleteCache with Caffine CacheLoader
+
+
 # Apache IoTDB 0.12.3
 
 ## Improvements
diff --git a/client-py/setup.py b/client-py/setup.py
index 5a6be1f..b6aa5a1 100644
--- a/client-py/setup.py
+++ b/client-py/setup.py
@@ -31,7 +31,7 @@ print(long_description)
 
 setuptools.setup(
     name="apache-iotdb",  # Replace with your own username
-    version="0.12.2",
+    version="0.12.4",
     author=" Apache Software Foundation",
     author_email="dev@iotdb.apache.org",
     description="Apache IoTDB client API",
diff --git a/jdbc/src/main/feature/feature.xml b/jdbc/src/main/feature/feature.xml
index 933a751..668eea2 100644
--- a/jdbc/src/main/feature/feature.xml
+++ b/jdbc/src/main/feature/feature.xml
@@ -18,7 +18,7 @@
 
 -->
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="driver-s7-feature">
-    <feature name="iotdb-feature" description="iotdb-feature" version="0.10.0.SNAPSHOT">
+    <feature name="iotdb-feature" description="iotdb-feature" version="0.12.4">
         <details>Feature to install required Bundle to use IoTDB inside Karaf container</details>
         <feature prerequisite="true">wrap</feature>
         <feature>scr</feature>