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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3e00d62780 [docs](releasenote) 2.0.1&1.2.7 release note (#23807)
3e00d62780 is described below

commit 3e00d627808b686fd54c5e351362611e10934129
Author: Luzhijing <[email protected]>
AuthorDate: Mon Sep 4 11:29:03 2023 +0800

    [docs](releasenote) 2.0.1&1.2.7 release note (#23807)
---
 README.md                                     |   4 +-
 docs/en/docs/releasenotes/release-1.2.7.md    |  46 ++++++
 docs/en/docs/releasenotes/release-2.0.1.md    | 224 ++++++++++++++++++++++++++
 docs/sidebars.json                            |   2 +
 docs/zh-CN/docs/releasenotes/release-1.2.7.md |  47 ++++++
 docs/zh-CN/docs/releasenotes/release-2.0.1.md | 158 ++++++++++++++++++
 6 files changed, 479 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 05af7e1415..d1632bcbb9 100644
--- a/README.md
+++ b/README.md
@@ -35,9 +35,9 @@ Apache Doris is an easy-to-use, high-performance and 
real-time analytical databa
 
 All this makes Apache Doris an ideal tool for scenarios including report 
analysis, ad-hoc query, unified data warehouse, and data lake query 
acceleration. On Apache Doris, users can build various applications, such as 
user behavior analysis, AB test platform, log retrieval analysis, user portrait 
analysis, and order analysis.
 
-🎉 Version 2.0.0 version released now. The 2.0.0 version has achieved over 10x 
performance improvements on standard Benchmark, comprehensive enhancement in 
log analysis and lakehouse scenarios, more efficient and stable data update and 
write efficiency, support for more comprehensive multi-tenant and resource 
isolation mechanisms, and take a new step in the direction of resource 
elasticity and storage computing separation. It has also been added a series of 
usability features for enterpri [...]
+🎉 Version 2.0.1 version released now. The 2.0.1 version has achieved over 10x 
performance improvements on standard Benchmark, comprehensive enhancement in 
log analysis and lakehouse scenarios, more efficient and stable data update and 
write efficiency, support for more comprehensive multi-tenant and resource 
isolation mechanisms, and take a new step in the direction of resource 
elasticity and storage computing separation. It has also been added a series of 
usability features for enterpri [...]
 
-🎉 Version 1.2.6 released now! It is fully evolved release and all users are 
encouraged to upgrade to this release. Check out the 🔗[Release 
Notes](https://doris.apache.org/docs/dev/releasenotes/release-1.2.6) here. 
+🎉 Version 1.2.7 released now! It is fully evolved release and all users are 
encouraged to upgrade to this release. Check out the 🔗[Release 
Notes](https://doris.apache.org/docs/dev/releasenotes/release-1.2.7) here. 
 
 🎉 Version 1.1.5 released now. It is a stability improvement and bugfix release 
based on version 1.1. Check out the 🔗[Release 
Notes](https://doris.apache.org/docs/dev/releasenotes/release-1.1.5) here. 
 
diff --git a/docs/en/docs/releasenotes/release-1.2.7.md 
b/docs/en/docs/releasenotes/release-1.2.7.md
new file mode 100644
index 0000000000..cd47282f46
--- /dev/null
+++ b/docs/en/docs/releasenotes/release-1.2.7.md
@@ -0,0 +1,46 @@
+---
+{
+    "title": "Release 1.2.7",
+    "language": "en"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Bug Fixes
+
+- Fixed some query issues.
+- Fix some storage issues.
+- Fix some decimal precision issues.
+- Fix query error caused by invalid `sql_select_limit` session variable's 
value.
+- Fix the problem that hdfs short-circuit read cannot be used.
+- Fix the problem that Tencent Cloud cosn cannot be accessed.
+- Fix several issues with hive catalog kerberos access.
+- Fix the problem that stream load profile cannot be used.
+- Fix promethus monitoring parameter format problem.
+- Fix the table creation timeout issue when creating a large number of tablets.
+
+# New Features
+
+- Unique Key model supports array type as value column
+- Added `have_query_cache` variable for compatibility with MySQL ecosystem.
+- Added `enable_strong_consistency_read` to support strong consistent read 
between sessions
+- FE metrics supports user-level query counter
+
diff --git a/docs/en/docs/releasenotes/release-2.0.1.md 
b/docs/en/docs/releasenotes/release-2.0.1.md
new file mode 100644
index 0000000000..d8c19fb675
--- /dev/null
+++ b/docs/en/docs/releasenotes/release-2.0.1.md
@@ -0,0 +1,224 @@
+---
+{
+    "title": "Release 2.0.1",
+    "language": "en"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+Thanks to our community users and developers, 383 improvements and bug fixes 
have been made in Doris 2.0.1.
+
+## Behavior Changes
+
+- 
[https://github.com/apache/doris/pull/21302](https://github.com/apache/doris/pull/21302)
+
+## Improvements
+
+### functionality and stability of array and map datatypes
+- 
[https://github.com/apache/doris/pull/22793](https://github.com/apache/doris/pull/22793)
+- 
[https://github.com/apache/doris/pull/22927](https://github.com/apache/doris/pull/22927)
+- https://github.com/apache/doris/pull/22738
+- https://github.com/apache/doris/pull/22347
+- https://github.com/apache/doris/pull/23250
+- https://github.com/apache/doris/pull/22300
+
+### performance for inverted index query
+- https://github.com/apache/doris/pull/22836
+- https://github.com/apache/doris/pull/23381
+- https://github.com/apache/doris/pull/23389
+- https://github.com/apache/doris/pull/22570
+
+### performance for bitmap, like, scan, agg functions
+- https://github.com/apache/doris/pull/23172
+- https://github.com/apache/doris/pull/23495
+- https://github.com/apache/doris/pull/23476
+- https://github.com/apache/doris/pull/23396
+- https://github.com/apache/doris/pull/23182
+- https://github.com/apache/doris/pull/22216
+
+### functionality and stability of CCR
+- https://github.com/apache/doris/pull/22447
+- https://github.com/apache/doris/pull/22559
+- https://github.com/apache/doris/pull/22173
+- https://github.com/apache/doris/pull/22678
+
+### merge on write unique table
+
+- https://github.com/apache/doris/pull/22282
+- https://github.com/apache/doris/pull/22984
+- https://github.com/apache/doris/pull/21933
+- https://github.com/apache/doris/pull/22874
+
+### optimizer table stats and analyze
+
+- https://github.com/apache/doris/pull/22658
+- https://github.com/apache/doris/pull/22211
+- https://github.com/apache/doris/pull/22775
+- https://github.com/apache/doris/pull/22896
+- https://github.com/apache/doris/pull/22788
+- https://github.com/apache/doris/pull/22882
+- 
+
+### functionality and performance of multi catalog
+
+- https://github.com/apache/doris/pull/22949
+- https://github.com/apache/doris/pull/22923
+- https://github.com/apache/doris/pull/22336
+- https://github.com/apache/doris/pull/22915
+- https://github.com/apache/doris/pull/23056
+- https://github.com/apache/doris/pull/23297
+- https://github.com/apache/doris/pull/23279
+
+
+## Important Bug fixes
+
+- https://github.com/apache/doris/pull/22673
+- https://github.com/apache/doris/pull/22656
+- https://github.com/apache/doris/pull/22892
+- https://github.com/apache/doris/pull/22959
+- https://github.com/apache/doris/pull/22902
+- https://github.com/apache/doris/pull/22976
+- https://github.com/apache/doris/pull/22734
+- https://github.com/apache/doris/pull/22840
+- https://github.com/apache/doris/pull/23008
+- https://github.com/apache/doris/pull/23003
+- https://github.com/apache/doris/pull/22966
+- https://github.com/apache/doris/pull/22965
+- https://github.com/apache/doris/pull/22784
+- https://github.com/apache/doris/pull/23049
+- https://github.com/apache/doris/pull/23084
+- https://github.com/apache/doris/pull/22947
+- https://github.com/apache/doris/pull/22919
+- https://github.com/apache/doris/pull/22979
+- https://github.com/apache/doris/pull/23096
+- https://github.com/apache/doris/pull/23113
+- https://github.com/apache/doris/pull/23062
+- https://github.com/apache/doris/pull/22918
+- https://github.com/apache/doris/pull/23026
+- https://github.com/apache/doris/pull/23175
+- https://github.com/apache/doris/pull/23167
+- https://github.com/apache/doris/pull/23015
+- https://github.com/apache/doris/pull/23165
+- https://github.com/apache/doris/pull/23264
+- https://github.com/apache/doris/pull/23246
+- https://github.com/apache/doris/pull/23198
+- https://github.com/apache/doris/pull/23221
+- https://github.com/apache/doris/pull/23277
+- https://github.com/apache/doris/pull/23249
+- https://github.com/apache/doris/pull/23272
+- https://github.com/apache/doris/pull/23383
+- https://github.com/apache/doris/pull/23372
+- https://github.com/apache/doris/pull/23399
+- https://github.com/apache/doris/pull/23295
+- https://github.com/apache/doris/pull/23446
+- https://github.com/apache/doris/pull/23406
+- https://github.com/apache/doris/pull/23387
+- https://github.com/apache/doris/pull/23421
+- https://github.com/apache/doris/pull/23456
+- https://github.com/apache/doris/pull/23361
+- https://github.com/apache/doris/pull/23402
+- https://github.com/apache/doris/pull/23369
+- https://github.com/apache/doris/pull/23245
+- https://github.com/apache/doris/pull/23532
+- https://github.com/apache/doris/pull/23529
+- https://github.com/apache/doris/pull/23601
+
+
+See the complete list of improvements and bug fixes on 
[github](https://github.com/apache/doris/issues?q=label%3Adev%2F2.0.1-merged+is%3Aclosed)
 .
+
+
+## Big Thanks
+
+Thanks all who contribute to this release:
+
+@adonis0147
+@airborne12
+@amorynan
+@AshinGau
+@BePPPower
+@BiteTheDDDDt
+@bobhan1
+@ByteYue
+@caiconghui
+@CalvinKirs
+@csun5285
+@DarvenDuan
+@deadlinefen
+@DongLiang-0
+@Doris-Extras
+@dutyu
+@englefly
+@freemandealer
+@Gabriel39
+@GoGoWen
+@HappenLee
+@hello-stephen
+@HHoflittlefish777
+@hubgeter
+@hust-hhb
+@JackDrogon
+@jacktengg
+@jackwener
+@Jibing-Li
+@kaijchen
+@kaka11chen
+@Kikyou1997
+@Lchangliang
+@LemonLiTree
+@liaoxin01
+@LiBinfeng-01
+@lsy3993
+@luozenglin
+@morningman
+@morrySnow
+@mrhhsg
+@Mryange
+@mymeiyi
+@shuke987
+@sohardforaname
+@starocean999
+@TangSiyang2001
+@Tanya-W
+@ucasfl
+@vinlee19
+@wangbo
+@wsjz
+@wuwenchi
+@xiaokang
+@XieJiann
+@xinyiZzz
+@yujun777
+@Yukang-Lian
+@Yulei-Yang
+@zclllyybb
+@zddr
+@zenoyang
+@zgxme
+@zhangguoqiang666
+@zhangstar333
+@zhannngchen
+@zhiqiang-hhhh
+@zxealous
+@zy-kkk
+@zzzxl1993
+@zzzzzzzs
+
diff --git a/docs/sidebars.json b/docs/sidebars.json
index 89367c64ac..8a4dfe3a24 100644
--- a/docs/sidebars.json
+++ b/docs/sidebars.json
@@ -1288,7 +1288,9 @@
             "type": "category",
             "label": "Release notes",
             "items": [
+                "releasenotes/release-2.0.1",
                 "releasenotes/release-2.0.0",
+                "releasenotes/release-1.2.7",
                 "releasenotes/release-1.2.6",
                 "releasenotes/release-1.2.5",
                 "releasenotes/release-1.2.4",
diff --git a/docs/zh-CN/docs/releasenotes/release-1.2.7.md 
b/docs/zh-CN/docs/releasenotes/release-1.2.7.md
new file mode 100644
index 0000000000..6dffdbc217
--- /dev/null
+++ b/docs/zh-CN/docs/releasenotes/release-1.2.7.md
@@ -0,0 +1,47 @@
+---
+{
+    "title": "Release 1.2.7",
+    "language": "zh-CN"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+
+# Bugfix
+
+- 修复了一些查询问题。
+- 修复了一些存储问题。
+- 修复一些小数精度问题。
+- 修复由无效的 sql_select_limit 会话变量值引起的查询错误。
+- 修复了无法使用 hdfs 短路读取的问题。
+- 修复了腾讯云 cosn 无法访问的问题。
+- 修复了一些 Hive Catalog kerberos 访问的问题。
+- 修复 Stream load Profile 无法使用的问题。
+- 修复 Promethus 监控参数格式问题。
+- 修复了创建大量 Tablet 时建表超时的问题。
+
+
+# 最新特性
+
+- Unique Key 模型支持将数组类型作为 Key 列;
+-添加了 have_query_cache 变量以保证与 MySQL 生态系统兼容。
+-添加 enable_strong _consistency_read 以支持会话之间的强一致性读取。
+-FE 指标支持用户级的查询计数器。
\ No newline at end of file
diff --git a/docs/zh-CN/docs/releasenotes/release-2.0.1.md 
b/docs/zh-CN/docs/releasenotes/release-2.0.1.md
new file mode 100644
index 0000000000..18c86076f1
--- /dev/null
+++ b/docs/zh-CN/docs/releasenotes/release-2.0.1.md
@@ -0,0 +1,158 @@
+---
+{
+    "title": "Release 2.0.1",
+    "language": "zh-CN"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+亲爱的社区小伙伴们,我们很高兴地向大家宣布,Apache Doris 2.0.1 Release 版本已于 2023 年 9 月 4 日正式发布,有超过 
71 位贡献者为 Apache Doris 提交了超过 380 个优化与修复。
+
+# 行为变更
+- 将varchar默认长度1修改为65533
+
+# 功能改进
+
+### Array 和 Map 数据类型的功能优化及稳定性改进
+
+- 
[https://github.com/apache/doris/pull/22793](https://github.com/apache/doris/pull/22793)
+- 
[https://github.com/apache/doris/pull/22927](https://github.com/apache/doris/pull/22927)
+- 
[https://github.com/apache/doris/pull/22738](https://github.com/apache/doris/pull/22738)
+- 
[https://github.com/apache/doris/pull/22347](https://github.com/apache/doris/pull/22347)
+- 
[https://github.com/apache/doris/pull/23250](https://github.com/apache/doris/pull/23250)
+- 
[https://github.com/apache/doris/pull/22300](https://github.com/apache/doris/pull/22300)
+
+### 倒排索引的查询性能优化
+
+- 
[https://github.com/apache/doris/pull/22836](https://github.com/apache/doris/pull/22836)
+- 
[https://github.com/apache/doris/pull/23381](https://github.com/apache/doris/pull/23381)
+- 
[https://github.com/apache/doris/pull/23389](https://github.com/apache/doris/pull/23389)
+- 
[https://github.com/apache/doris/pull/22570](https://github.com/apache/doris/pull/22570)
+
+### bitmap、like、scan、agg 等执行性能优化
+
+- 
[https://github.com/apache/doris/pull/23172](https://github.com/apache/doris/pull/23172)
+- 
[https://github.com/apache/doris/pull/23495](https://github.com/apache/doris/pull/23495)
+- 
[https://github.com/apache/doris/pull/23476](https://github.com/apache/doris/pull/23476)
+- 
[https://github.com/apache/doris/pull/23396](https://github.com/apache/doris/pull/23396)
+- 
[https://github.com/apache/doris/pull/23182](https://github.com/apache/doris/pull/23182)
+- 
[https://github.com/apache/doris/pull/22216](https://github.com/apache/doris/pull/22216)
+
+### CCR 的功能优化与稳定性提升
+
+- 
[https://github.com/apache/doris/pull/22447](https://github.com/apache/doris/pull/22447)
+- 
[https://github.com/apache/doris/pull/22559](https://github.com/apache/doris/pull/22559)
+- 
[https://github.com/apache/doris/pull/22173](https://github.com/apache/doris/pull/22173)
+- 
[https://github.com/apache/doris/pull/22678](https://github.com/apache/doris/pull/22678)
+
+### Merge-on-Write 主键表的能力增强
+
+- 
[https://github.com/apache/doris/pull/22282](https://github.com/apache/doris/pull/22282)
+- 
[https://github.com/apache/doris/pull/22984](https://github.com/apache/doris/pull/22984)
+- 
[https://github.com/apache/doris/pull/21933](https://github.com/apache/doris/pull/21933)
+- 
[https://github.com/apache/doris/pull/22874](https://github.com/apache/doris/pull/22874)
+
+
+### 表状态和统计信息的功能优化
+
+- 
[https://github.com/apache/doris/pull/22658](https://github.com/apache/doris/pull/22658)
+- 
[https://github.com/apache/doris/pull/22211](https://github.com/apache/doris/pull/22211)
+- 
[https://github.com/apache/doris/pull/22775](https://github.com/apache/doris/pull/22775)
+- 
[https://github.com/apache/doris/pull/22896](https://github.com/apache/doris/pull/22896)
+- 
[https://github.com/apache/doris/pull/22788](https://github.com/apache/doris/pull/22788)
+- 
[https://github.com/apache/doris/pull/22882](https://github.com/apache/doris/pull/22882)
+
+
+### Multi-Catalog 的功能优化及稳定性改进
+
+- 
[https://github.com/apache/doris/pull/22949](https://github.com/apache/doris/pull/22949)
+- 
[https://github.com/apache/doris/pull/22923](https://github.com/apache/doris/pull/22923)
+- 
[https://github.com/apache/doris/pull/22336](https://github.com/apache/doris/pull/22336)
+- 
[https://github.com/apache/doris/pull/22915](https://github.com/apache/doris/pull/22915)
+- 
[https://github.com/apache/doris/pull/23056](https://github.com/apache/doris/pull/23056)
+- 
[https://github.com/apache/doris/pull/23297](https://github.com/apache/doris/pull/23297)
+- 
[https://github.com/apache/doris/pull/23279](https://github.com/apache/doris/pull/23279)
+
+
+# 问题修复
+
+修复了若干个 2.0.0 版本中的问题,使系统稳定性得到进一步提升
+
+- 
[https://github.com/apache/doris/pull/22673](https://github.com/apache/doris/pull/22673)
+- 
[https://github.com/apache/doris/pull/22656](https://github.com/apache/doris/pull/22656)
+- 
[https://github.com/apache/doris/pull/22892](https://github.com/apache/doris/pull/22892)
+- 
[https://github.com/apache/doris/pull/22959](https://github.com/apache/doris/pull/22959)
+- 
[https://github.com/apache/doris/pull/22902](https://github.com/apache/doris/pull/22902)
+- 
[https://github.com/apache/doris/pull/22976](https://github.com/apache/doris/pull/22976)
+- 
[https://github.com/apache/doris/pull/22734](https://github.com/apache/doris/pull/22734)
+- 
[https://github.com/apache/doris/pull/22840](https://github.com/apache/doris/pull/22840)
+- 
[https://github.com/apache/doris/pull/23008](https://github.com/apache/doris/pull/23008)
+- 
[https://github.com/apache/doris/pull/23003](https://github.com/apache/doris/pull/23003)
+- 
[https://github.com/apache/doris/pull/22966](https://github.com/apache/doris/pull/22966)
+- 
[https://github.com/apache/doris/pull/22965](https://github.com/apache/doris/pull/22965)
+- 
[https://github.com/apache/doris/pull/22784](https://github.com/apache/doris/pull/22784)
+- 
[https://github.com/apache/doris/pull/23049](https://github.com/apache/doris/pull/23049)
+- 
[https://github.com/apache/doris/pull/23084](https://github.com/apache/doris/pull/23084)
+- 
[https://github.com/apache/doris/pull/22947](https://github.com/apache/doris/pull/22947)
+- 
[https://github.com/apache/doris/pull/22919](https://github.com/apache/doris/pull/22919)
+- 
[https://github.com/apache/doris/pull/22979](https://github.com/apache/doris/pull/22979)
+- 
[https://github.com/apache/doris/pull/23096](https://github.com/apache/doris/pull/23096)
+- 
[https://github.com/apache/doris/pull/23113](https://github.com/apache/doris/pull/23113)
+- 
[https://github.com/apache/doris/pull/23062](https://github.com/apache/doris/pull/23062)
+- 
[https://github.com/apache/doris/pull/22918](https://github.com/apache/doris/pull/22918)
+- 
[https://github.com/apache/doris/pull/23026](https://github.com/apache/doris/pull/23026)
+- 
[https://github.com/apache/doris/pull/23175](https://github.com/apache/doris/pull/23175)
+- 
[https://github.com/apache/doris/pull/23167](https://github.com/apache/doris/pull/23167)
+- 
[https://github.com/apache/doris/pull/23015](https://github.com/apache/doris/pull/23015)
+- 
[https://github.com/apache/doris/pull/23165](https://github.com/apache/doris/pull/23165)
+- 
[https://github.com/apache/doris/pull/23264](https://github.com/apache/doris/pull/23264)
+- 
[https://github.com/apache/doris/pull/23246](https://github.com/apache/doris/pull/23246)
+- 
[https://github.com/apache/doris/pull/23198](https://github.com/apache/doris/pull/23198)
+- 
[https://github.com/apache/doris/pull/23221](https://github.com/apache/doris/pull/23221)
+- 
[https://github.com/apache/doris/pull/23277](https://github.com/apache/doris/pull/23277)
+- 
[https://github.com/apache/doris/pull/23249](https://github.com/apache/doris/pull/23249)
+- 
[https://github.com/apache/doris/pull/23272](https://github.com/apache/doris/pull/23272)
+- 
[https://github.com/apache/doris/pull/23383](https://github.com/apache/doris/pull/23383)
+- 
[https://github.com/apache/doris/pull/23372](https://github.com/apache/doris/pull/23372)
+- 
[https://github.com/apache/doris/pull/23399](https://github.com/apache/doris/pull/23399)
+- 
[https://github.com/apache/doris/pull/23295](https://github.com/apache/doris/pull/23295)
+- 
[https://github.com/apache/doris/pull/23446](https://github.com/apache/doris/pull/23446)
+- 
[https://github.com/apache/doris/pull/23406](https://github.com/apache/doris/pull/23406)
+- 
[https://github.com/apache/doris/pull/23387](https://github.com/apache/doris/pull/23387)
+- 
[https://github.com/apache/doris/pull/23421](https://github.com/apache/doris/pull/23421)
+- 
[https://github.com/apache/doris/pull/23456](https://github.com/apache/doris/pull/23456)
+- 
[https://github.com/apache/doris/pull/23361](https://github.com/apache/doris/pull/23361)
+- 
[https://github.com/apache/doris/pull/23402](https://github.com/apache/doris/pull/23402)
+- 
[https://github.com/apache/doris/pull/23369](https://github.com/apache/doris/pull/23369)
+- 
[https://github.com/apache/doris/pull/23245](https://github.com/apache/doris/pull/23245)
+- 
[https://github.com/apache/doris/pull/23532](https://github.com/apache/doris/pull/23532)
+- 
[https://github.com/apache/doris/pull/23529](https://github.com/apache/doris/pull/23529)
+- 
[https://github.com/apache/doris/pull/23601](https://github.com/apache/doris/pull/23601)
+
+优化改进及修复问题的完整列表请在 GitHub 按照标签 dev/2.0.1-merged 进行筛选即可。
+
+
+# 致谢
+
+向所有参与 Apache Doris 2.0.1 版本开发和测试的贡献者们表示最衷心的感谢,他们分别是:
+
+adonis0147、airborne12、amorynan、AshinGau、BePPPower、BiteTheDDDDt、bobhan1、ByteYue、caiconghui、CalvinKirs、csun5285、DarvenDuan、deadlinefen、DongLiang-0、Doris-Extras、dutyu、englefly、freemandealer、Gabriel39、GoGoWen、HappenLee、hello-stephen、HHoflittlefish777、hubgeter、hust-hhb、JackDrogon、jacktengg、jackwener、Jibing-Li、kaijchen、kaka11chen、Kikyou1997、Lchangliang、LemonLiTree、liaoxin01、LiBinfeng-01、lsy3993、luozenglin、morningman、morrySnow、mrhhsg、Mryange、mymeiyi、shuke987、sohardforaname、starocean999、TangSiya
 [...]
+wsjz、wuwenchi、xiaokang、XieJiann、xinyiZzz、yujun777、Yukang-Lian、Yulei-Yang、zclllyybb、zddr、zenoyang、zgxme、zhangguoqiang666、zhangstar333、zhannngchen、zhiqiang-hhhh、zxealous、zy-kkk、zzzxl1993、zzzzzzzs
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to