You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/09/16 03:31:13 UTC

[iotdb] branch rel/0.12 updated: update release note for 0.12.3

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

haonan 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 d089bb1  update release note for 0.12.3
d089bb1 is described below

commit d089bb17a2bd7709f4883223d946e11a080ddb3f
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Sep 16 11:30:40 2021 +0800

    update release note for 0.12.3
---
 RELEASE_NOTES.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 60ddc61..6c92ba9 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -27,6 +27,7 @@
 * [IOTDB-1287] Fix C++ class Session has 2 useless sort()
 * [IOTDB-1289] fix CPP mem-leak in SessionExample.cpp insertRecords()
 * [IOTDB-1619] Fix an error msg when restart iotdb-cluster
+* [IOTDB-1629] fix the NPE when using value fill in cluster mode
 * [IOTDB-1632] Fix Value fill function fills even when the data exists
 * [IOTDB-1659] Fix Windows CLI cannot set maxPRC less than or equal to 0
 * [IOTDB-1670] Fix cli -e mode didn't fetch timestamp_precision from server
@@ -34,6 +35,9 @@
 * [IOTDB-1677] Fix not generate file apache-iotdb-0.x.x-client-cpp-linux-x86_64-bin.zip.sha512
 * [IOTDB-1678] Fix client-cpp session bug: can cause connection leak.
 * [IOTDB-1679] client-cpp: Session descontruction need release server resource
+* [ISSUE-3945] Fix Fuzzy query not support multiDevices and alignByDevice Dataset
+* fix IoTDB restart does not truncate broken ChunkGroup bug
+* fix merge ClassCastException: MeasurementMNode
 * change sync version check to major version