You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/07/29 14:13:08 UTC

[iotdb] branch rel/0.13 updated: Add 0.13.1 release note (#6547)

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

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


The following commit(s) were added to refs/heads/rel/0.13 by this push:
     new 28fea1a271 Add 0.13.1 release note (#6547)
28fea1a271 is described below

commit 28fea1a271775cfdb7804246cc8032d169e2a101
Author: Jialin Qiao <qj...@mails.tsinghua.edu.cn>
AuthorDate: Fri Jul 29 22:13:02 2022 +0800

    Add 0.13.1 release note (#6547)
---
 RELEASE_NOTES.md | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 75 insertions(+)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index a24f282bc0..b7ed7503ea 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -19,6 +19,81 @@
 
 -->
 
+# Apache IoTDB 0.13.1
+
+## New Features
+
+* [IOTDB-2602] "Without null" supports filtering based on partial columns
+* [IOTDB-3873] Aligned timeseries support single point fill query
+* [ISSUE-6171] Support createTimeseriesOfTemplate in Session
+* [IOTDB-3742] Support COUNT NODES by root.**
+
+## Improvements
+
+* [IOTDB-2820] Update UserGuide SQL about Trigger
+* [IOTDB-2837] Add check and sort for NumpyTablet to make sure timestamps are ordered
+* [IOTDB-2838] Check and auto correct endian type for NumpyTablet
+* [IOTDB-2873] provide json template for grafana
+* [IOTDB-2888] Unary expression can followed by a constant
+* [IOTDB-3747] Default Paging of Schema Query with limit 10000
+* [IOTDB-3797] Print detailed info in session when connection fails
+* [IOTDB-3851] C++ client method of tablet sorting optimization
+* [IOTDB-3879] Modify document about the Programming-Cpp-Native-API
+* [IOTDB-3901] C++ client method of insertRecordsOfOneDevice sorting optimization
+
+## Bug Fixes
+
+* [IOTDB-2753] Insert a time series with a null value and report 500
+* [IOTDB-2759] Result of "Show paths set schema template" or "using template" is not complete
+* [IOTDB-2775] Fix throwing exception when query non-exist device in TsFileSequenceReader
+* [IOTDB-2787] Fix aligned mem chunk concurrent problem
+* [IOTDB-2826] Fix can not drop schema template
+* [IOTDB-2828] Update system_version in system.properties after upgrading
+* [IOTDB-2835] Fix empty page in selfcheck method of TsFileSequenceReader
+* [IOTDB-2837] Add check and sort for NumpyTablet to make sure timestamps are ordered
+* [IOTDB-2852] The import-csv tool can not import the data to nonaligned device
+* [IOTDB-2859] Fix python tablet with None value is incorrect
+* [IOTDB-2862] Fix SQL injection risks of grafana-connector
+* [IOTDB-2864] Fix Read-only occurred when insert Text value to aligned timeseries
+* [IOTDB-2882] Fix unary expression display bug
+* [IOTDB-2902] Handling user privileges for aligned timeseries related features
+* [IOTDB-2903] Fix show latest timeseries result does not sorted by time
+* [IOTDB-2910] Fix count result not right after deleting storage group
+* [IOTDB-2915] MLogTxtWriter error while parsing CreateAlignedTimeseriesPlan
+* [IOTDB-2922] Fix NPE when compacting with files that contains zero device
+* [IOTDB-2924] UDF Framework: index overflow while iterating sliding windows
+* [IOTDB-2983] Serialization error in Partial insert
+* [IOTDB-2999] Remove useless config and fix default value error.
+* [IOTDB-3018] Fix compaction bugs on handling deleted target file
+* [IOTDB-3029] The prefix path generated by the select into target sequence contains * and ** currently unchecked
+* [IOTDB-3045] The query result contains some timeseries that have been deleted
+* [IOTDB-3120] Print the tsfile name when meet IOException
+* [IOTDB-3158] Fix NPE exception when use iotdb-reporter
+* [IOTDB-3160] TsFile will be corrupted when flushing memtable appears OOM
+* [IOTDB-3168] Forbid the path with * could be inserted
+* [IOTDB-3171] Fix NPE when getting modification file
+* [IOTDB-3219] Fix stop-server on windows
+* [IOTDB-3247] Recover aligned sensors after deleting timeseries, query lost data
+* [IOTDB-3301] Tag recover bug after IoTDB server restart
+* [IOTDB-3364] Fix Query stucked with null valued aligned timeseries bug
+* [IOTDB-3420] Fix show paths set schema template t1 error
+* [IOTDB-3494] Fix TypeError in py-session
+* [IOTDB-3523] Fix the count and COUNT not equal bug when querying with group by level
+* [IOTDB-3645] Fix use statistics bug in aggregation query
+* [IOTDB-3651] Stop compaction schedule when all compaction is disable
+* [IOTDB-3709] Fix a loop occurred in TsFileResourceList, causing the query to fail and oom occurs
+* [IOTDB-3730] Fix ArrayIndexOutOfBounds when flushing a memtable
+* [IOTDB-3795] Remove setting read-only when handling compaction exception
+* [IOTDB-3803] failed to insert data of TEXT by session
+* [IOTDB-3816] Fix /zero bug in recover
+* [IOTDB-3822] Fix cross compaction overlap bug
+* [IOTDB-3826] Fix duplicate success when concurrent creating same timeseries
+* [IOTDB-3858] IndexOutOfBoundsException: bitIndex < 0
+* [ISSUE-5482] Fix Release zip files include incorrect version of Guava
+* [ISSUE-5773] Aggregation result is not complete
+* [ISSUE-5964] Fix bug of aligned timeseries time duplicated aggregation
+
+
 # Apache IoTDB 0.13.0
 
 ## New Features