This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch rel/0.11
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rel/0.11 by this push:
new 8beaa9e update release note
8beaa9e is described below
commit 8beaa9ef803ebc643b96115e7f078467720d0e12
Author: HTHou <[email protected]>
AuthorDate: Thu Apr 1 10:44:50 2021 +0800
update release note
---
RELEASE_NOTES.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b7c549e..136f1e3 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -47,12 +47,17 @@
* IOTDB-1188 Fix IoTDB 0.11 unable to delete data bug
* Fix when covering a tsfile resource with HistoricalVersion = null, it’ll
throw a NPE
* fix the elimination unseq compaction may loss data bug after a delete
operation is executed
+* Fix a bug of checking time partition in DeviceTimeIndex
+* Throw exeception when device to be queried is not in tsFileMetaData
+* Fix unseq compaction file selector conflicts with time partition bug
+* Fix high CPU usage during the compaction process
## Improvements
* IOTDB-1140 optimize regular data encoding
* Add more log for better tracing
* Add backgroup exec for cli -e function
* Add max direct memory size parameter to env.sh
+* Change last cache log to debug level
## New Features
* Add explain sql support