This is an automated email from the ASF dual-hosted git repository. qiaojialin pushed a commit to branch add_release_note in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 94ec03041146a36ed7ca587b7cc6b722b25349be Author: qiaojialin <[email protected]> AuthorDate: Fri Jul 1 09:20:44 2022 +0800 add release note 0.13.1 --- RELEASE_NOTES.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a24f282bc0..489262a7e3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -19,6 +19,37 @@ --> +# Apache IoTDB 0.13.1 + +## New Features + +* [ISSUE-6171] Support createTimeseriesOfTemplate in Session + +## Improvements + +* [IOTDB-2754] SessionPool auto redirect IoTDB instance +* [IOTDB-2820] Update Userguide SQL about Trigger +* [IOTDB-2873] provide json template for grafana + +## 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-2826] Fix can not drop schema template +* [IOTDB-2837] Add check and sort for NumpyTablet to make sure timestamps are ordered +* [IOTDB-2859] Fix python tablet with None value is incorrect +* [IOTDB-2852] The import-csv tool can not import the data to non aligned device +* [IOTDB-2864] Fix Read-only occurred when insert Text value to aligned timeseries +* [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-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-3168] Forbid the path with * could be inserted +* [IOTDB-3301] Tag recover bug after IoTDB server restart +* [ISSUE-5773] Aggregation result is not complete + + # Apache IoTDB 0.13.0 ## New Features
