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/05/19 07:29:43 UTC

[iotdb] 01/01: [To rel/0.11] Update release note for v0.11.4

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

haonan pushed a commit to branch relsnote11
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit eb48cced8452cf4b34295f3c2d4bd31f47e539ea
Author: HTHou <hh...@outlook.com>
AuthorDate: Wed May 19 15:28:44 2021 +0800

    [To rel/0.11] Update release note for v0.11.4
---
 RELEASE_NOTES.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 136f1e3..b3406e0 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -19,6 +19,21 @@
 
 -->
 
+# Apache IoTDB 0.11.4
+
+## Bug Fixes
+* IOTDB-1303 Disable group by without aggregation function in select clause
+* IOTDB-1306 Fix insertion blocked caused the deadlock in memory control module 
+* IOTDB-1308 Fix users with READ_TIMESERIES permission cannot execute group by fill queries
+* IOTDB-1344 Fix cannot create timeseries caused by the timeseries count doesn't reset when deleting storage group 
+* Fix unseq compaction throws a wrong exception if some paths are not in the file
+
+## Improvements
+* continuous compaction in level compaction strategy when no tsfile is to be closed
+
+## New Features
+* support brackets with number in timeseries path
+
 # Apache IoTDB 0.11.3
 
 ## Bug Fixes