This is an automated email from the ASF dual-hosted git repository.
qiaojialin 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 a82ba25 Update release note to 0.11.2 (#2385)
a82ba25 is described below
commit a82ba254b9e78d514334f508f11f34268584bac1
Author: Xiangwei Wei <[email protected]>
AuthorDate: Wed Dec 30 23:38:18 2020 +0800
Update release note to 0.11.2 (#2385)
---
RELEASE_NOTES.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 640095d..6ec0221 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -18,6 +18,25 @@
under the License.
-->
+# Apache IoTDB 0.11.2
+
+## Bug Fixes
+* IOTDB-1049 Fix Nullpointer exception and a delete bug in Last query
+* IOTDB-1060 Support full deletion for delete statement without where clause
+* IOTDB-1068 Fix Time series metadata cache bug
+* IOTDB-1069 restrict the flushing memtable number to avoid OOM when
mem_control is disabled
+* IOTDB-1077 add insertOneDeviceRecords API in java session
+* IOTDB-1087 fix compaction block flush: flush do not return until compaction
finished
+* Github issue-2137 fix grafana value-time position bug
+* Github issue-2169 GetObject returns String for all data types
+* Github issue-2240 fix Sync failed: Socket is closed by peer
+* Github issue-2387 The deleteData method exists in Session but not in
SessionPool.
+* add thrift_max_frame_size in iotdb-engine.properties
+* Fix incorrect last result after deleting all data
+* Fix compaction recover block restart: IoTDB cannot restart until last
compaction recover task finished
+* Fix compaction ignore modification file: delete does not work after
compaction
+* print more insert error message in client
+
# Apache IoTDB 0.11.1
## Bug Fixes