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/02/14 10:49:43 UTC

[iotdb] branch master updated: Update some changelists for releasing 0.13.0 (#5054)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 92dccc0  Update some changelists for releasing 0.13.0 (#5054)
92dccc0 is described below

commit 92dccc01d20f2929aa9ea122282acb7cb9ccb532
Author: Haonan <hh...@outlook.com>
AuthorDate: Mon Feb 14 18:49:05 2022 +0800

    Update some changelists for releasing 0.13.0 (#5054)
---
 server/file-changelists/mlog-changelist.md         |  4 ++++
 .../system.properties-changelist.md                | 10 +++++++++
 thrift/rpc-changelist.md                           | 24 ++++++++++++----------
 tsfile/format-changelist.md                        |  2 +-
 4 files changed, 28 insertions(+), 12 deletions(-)

diff --git a/server/file-changelists/mlog-changelist.md b/server/file-changelists/mlog-changelist.md
index d70ce90..c1f58e9 100644
--- a/server/file-changelists/mlog-changelist.md
+++ b/server/file-changelists/mlog-changelist.md
@@ -19,6 +19,10 @@
 
 -->
 
+# 0.12.x -> 0.13.x
+
+No change. Updated by Haonan Hou.
+
 # 0.11.x -> 0.12.x
 
 from txt format to binary format, updated by Chao Wang
diff --git a/server/file-changelists/system.properties-changelist.md b/server/file-changelists/system.properties-changelist.md
index 6863db7..dfd66e3 100644
--- a/server/file-changelists/system.properties-changelist.md
+++ b/server/file-changelists/system.properties-changelist.md
@@ -18,6 +18,16 @@
     under the License.
 
 -->
+
+# 0.12.x -> 0.13.x
+
+Last updated on 2022-2-14 by Haonan Hou
+
+## Update:
+| Latest Changes                                                                       |
+|--------------------------------------------------------------------------------------|
+| Change `iotdb_version=0.12.x` to `0.13.x`                                            |
+
 # 0.11.x -> 0.12.x
 
 Last updated on 2021-2-25 by Haonan Hou
diff --git a/thrift/rpc-changelist.md b/thrift/rpc-changelist.md
index 929850e..43570d8 100644
--- a/thrift/rpc-changelist.md
+++ b/thrift/rpc-changelist.md
@@ -19,7 +19,7 @@
 
 -->
 
-# 0.12.x(version-1) -> 0.13.x(version-SNAPSHOT)
+# 0.12.x -> 0.13.x
 
 Last Updated on 2022.1.17 by Xin Zhao.
 
@@ -30,20 +30,22 @@ Last Updated on 2022.1.17 by Xin Zhao.
 
 ## 2. Add New
 
-| Latest Changes                                               | Related Committers |
-| ------------------------------------------------------------ | ------------------ |
-| Add TSTracingInfo                                            | Minghui Liu        |
+| Latest Changes                                                                                                                                                                                                                                                                                                                                        | Related Committers |
+|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------|
+| Add TSTracingInfo                                                                                                                                                                                                                                                                                                                                     | Minghui Liu        |
 | Add structs and interfaces to append, prune, query and unset Schema Template (detail: TSAppendSchemaTemplateReq, TSPruneSchemaTemplateReq, TSQueryTemplateReq, TSQueryTemplateResp, TSUnsetSchemaTemplateReq, appendSchemaTemplate, pruneSchemaTemplate, querySchemaTemplate, unsetSchemaTemplate), and serializedTemplate in TSCreateSchemaTemplateReq | Xin Zhao           |
-| Add struct TSInsertStringRecordsOfOneDeviceReq               | Hang Zhang         |
-| Add method TSStatus insertStringRecordsOfOneDevice(1:TSInsertStringRecordsOfOneDeviceReq req) | Hang Zhang |
-| Add TSDropSchemaTemplateReq, TSStatus dropSchemaTemplate     | Xin Zhao           |
+| Add struct TSInsertStringRecordsOfOneDeviceReq                                                                                                                                                                                                                                                                                                        | Hang Zhang         |
+| Add method TSStatus insertStringRecordsOfOneDevice(1:TSInsertStringRecordsOfOneDeviceReq req)                                                                                                                                                                                                                                                         | Hang Zhang         |
+| Add TSDropSchemaTemplateReq, TSStatus dropSchemaTemplate                                                                                                                                                                                                                                                                                              | Xin Zhao           |
+| Add TSCreateAlignedTimeseriesReq                                                                                                                                                                                                                                                                                                                        | Haonan Hou         |
 
 ## 3. Update
 
-| Latest Changes                                               | Related Committers |
-| ------------------------------------------------------------ | ------------------ |
-| Change schemaNames from required to optional in TSCreateSchemaTemplateReq | Xin Zhao           |
-| Change TSCreateAlignedTimeseriesReq, from `i32 compressor` to `List<i32> compressors`  | Minghui Liu|
+| Latest Changes                                                                       | Related Committers |
+|--------------------------------------------------------------------------------------|--------------------|
+| Add Optional field `isAligned` for all TSInsertReqs                                    | Haonan Hou         |
+| Change schemaNames from required to optional in TSCreateSchemaTemplateReq            | Xin Zhao           |
+| Change TSCreateAlignedTimeseriesReq, from `i32 compressor` to `List<i32> compressors` | Minghui Liu        |
 
 # 0.11.x(version-2) -> 0.12.x(version-1)
 
diff --git a/tsfile/format-changelist.md b/tsfile/format-changelist.md
index 9161d11..d4c7473 100644
--- a/tsfile/format-changelist.md
+++ b/tsfile/format-changelist.md
@@ -19,7 +19,7 @@
 
 -->
 
-# 0.10.x/0.11.x (version-2) -> 0.12.x (version-3)
+# 0.10.x/0.11.x (version-2) -> 0.12.x/0.13.x (version-3)
 | PR#   | Name                                                        | Author          | Changes                                                      |
 | ----- | ----------------------------------------------------------- | --------------- | ------------------------------------------------------------ |
 | 2263  | Move memtable plan index from ChunkGroupFooter to a separate marker      | jt2594838       | Add min/max plan index after MetaMarker.OPERATION_INDEX_RANGE when a memtable is flush|