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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ac07ef9dcb [docs](release) Update 2.0.13 Release Note (#871)
8ac07ef9dcb is described below

commit 8ac07ef9dcb088c177cd4af557ecc0848a193d20
Author: KassieZ <139741991+kass...@users.noreply.github.com>
AuthorDate: Thu Jul 18 19:04:43 2024 +0800

    [docs](release) Update 2.0.13 Release Note (#871)
---
 blog/release-note-2.0.13.md                        |  74 +++++++++++++++++++++
 blog/release-note-2.1.4.md                         |   2 -
 docs/releasenotes/release-2.0.13.md                |  61 +++++++++++++++++
 .../current/releasenotes/release-2.0.13.md         |  57 ++++++++++++++++
 .../version-2.0/releasenotes/release-2.0.13.md     |  57 ++++++++++++++++
 sidebars.json                                      |   3 +-
 src/constant/download.data.ts                      |  70 ++++++++++++++-----
 src/constant/newsletter.data.ts                    |   8 +--
 static/images/2.0.13.jpg                           | Bin 0 -> 429895 bytes
 .../version-2.0/releasenotes/release-2.0.13.md     |  61 +++++++++++++++++
 versioned_sidebars/version-2.0-sidebars.json       |   5 +-
 11 files changed, 371 insertions(+), 27 deletions(-)

diff --git a/blog/release-note-2.0.13.md b/blog/release-note-2.0.13.md
new file mode 100644
index 00000000000..1c09c887fd9
--- /dev/null
+++ b/blog/release-note-2.0.13.md
@@ -0,0 +1,74 @@
+---
+{
+    'title': 'Apache Doris version 2.0.13 has been released',
+    'summary': 'Thanks to our community users and developers, about 112 
improvements and bug fixes have been made in Doris 2.0.13 version.',
+    'description': 'Thanks to our community users and developers, about 112 
improvements and bug fixes have been made in Doris 2.0.13 version.',
+    'date': '2024-07-17',
+    'author': 'Apache Doris',
+    'tags': ['Release Notes'],
+    'picked': "true",
+    'order': "1",
+    "image": '/images/2.0.13.jpg'
+}
+---
+
+<!--
+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, about 112 improvements and bug 
fixes have been made in Doris 2.0.13 version
+
+[Quick Download](https://doris.apache.org/download/)
+
+## Behavior changes
+
+SQL input is treated as multiple statements only when the 
`CLIENT_MULTI_STATEMENTS` setting is enabled on the client side, enhancing 
compatibility with MySQL. [#36759](https://github.com/apache/doris/pull/36759)
+
+## New features
+
+- A new BE configuration `allow_zero_date` has been added, allowing dates with 
all zeros. When set to `false`, `0000-00-00` is parsed as `NULL`, and when set 
to `true`, it is parsed as `0000-01-01`. The default value is `false` to 
maintain consistency with previous behavior. 
[#34961](https://github.com/apache/doris/pull/34961)
+
+
+- `LogicalWindow` and `LogicalPartitionTopN` support multi-field predicate 
pushdown to improve performance. 
[#36828](https://github.com/apache/doris/pull/36828)
+
+
+- The ES Catalog now maps ES `nested` or `object` types to Doris `JSON` types. 
[#37101](https://github.com/apache/doris/pull/37101)
+
+
+## Improvements
+
+- Queries with `LIMIT` end reading data earlier to reduce resource consumption 
and improve performance. [#36535](https://github.com/apache/doris/pull/36535)
+
+
+- Special JSON data with empty keys is now supported. 
[#36762](https://github.com/apache/doris/pull/36762)
+
+
+- Stability and usability of routine load have been improved, including load 
balancing, automatic recovery, exception handling, and more user-friendly error 
messages. [#36450](https://github.com/apache/doris/pull/36450) 
[#35376](https://github.com/apache/doris/pull/35376) 
[#35266](https://github.com/apache/doris/pull/35266) [ 
#33372](https://github.com/apache/doris/pull/33372) 
[#32282](https://github.com/apache/doris/pull/32282) 
[#32046](https://github.com/apache/doris/pull/32046) [#3202 [...]
+
+
+- BE load balancing selection of hard disk strategy and speed optimization. 
[#36826](https://github.com/apache/doris/pull/36826) 
[#36795](https://github.com/apache/doris/pull/36795) 
[#36509](https://github.com/apache/doris/pull/36509)
+
+
+- Stability and usability of the JDBC catalog have been improved, including 
encryption, thread pool connection count configuration, and more user-friendly 
error messages. [#36940](https://github.com/apache/doris/pull/36940) 
[#36720](https://github.com/apache/doris/pull/36720) 
[#30880](https://github.com/apache/doris/pull/30880) 
[#35692](https://github.com/apache/doris/pull/35692)
+
+
+You can access the full list through the GitHub 
[link](https://github.com/apache/doris/compare/2.0.12...2.0.13) , with the key 
features and improvements highlighted below.
+
+## Credits
+
+Thanks to all who contributed to this release:
+
+@Gabriel39, @Jibing-Li, @Johnnyssc, @Lchangliang, @LiBinfeng-01, 
@SWJTU-ZhangLei, @Thearas, @Yukang-Lian, @Yulei-Yang, @airborne12, @amorynan, 
@bobhan1, @cambyzju, @csun5285, @dataroaring, @deardeng, @eldenmoon, @englefly, 
@feiniaofeiafei, @hello-stephen, @jacktengg, @kaijchen, @liutang123, @luwei16, 
@morningman, @morrySnow, @mrhhsg, @mymeiyi, @platoneko, @qidaye, @sollhui, 
@starocean999, @w41ter, @xiaokang, @xy720, @yujun777, @zclllyybb, @zddr
\ No newline at end of file
diff --git a/blog/release-note-2.1.4.md b/blog/release-note-2.1.4.md
index e7ee3b018ac..d0c87692a60 100644
--- a/blog/release-note-2.1.4.md
+++ b/blog/release-note-2.1.4.md
@@ -6,8 +6,6 @@
     'date': '2024-06-26',
     'author': 'Apache Doris',
     'tags': ['Release Notes'],
-    'picked': "true",
-    'order': "1",
     "image": '/images/2.1.4.jpg'
 }
 ---
diff --git a/docs/releasenotes/release-2.0.13.md 
b/docs/releasenotes/release-2.0.13.md
new file mode 100644
index 00000000000..1b6e54d948d
--- /dev/null
+++ b/docs/releasenotes/release-2.0.13.md
@@ -0,0 +1,61 @@
+---
+{
+    "title": "Release 2.0.13",
+    "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, about 112 improvements and bug 
fixes have been made in Doris 2.0.13 version
+
+[Quick Download](https://doris.apache.org/download/)
+
+## Behavior changes
+
+SQL input is treated as multiple statements only when the 
`CLIENT_MULTI_STATEMENTS` setting is enabled on the client side, enhancing 
compatibility with MySQL. [#36759](https://github.com/apache/doris/pull/36759)
+
+## New features
+
+- A new BE configuration `allow_zero_date` has been added, allowing dates with 
all zeros. When set to `false`, `0000-00-00` is parsed as `NULL`, and when set 
to `true`, it is parsed as `0000-01-01`. The default value is `false` to 
maintain consistency with previous behavior. 
[#34961](https://github.com/apache/doris/pull/34961)
+
+- `LogicalWindow` and `LogicalPartitionTopN` support multi-field predicate 
pushdown to improve performance. 
[#36828](https://github.com/apache/doris/pull/36828)
+
+- The ES Catalog now maps ES `nested` or `object` types to Doris `JSON` types. 
[#37101](https://github.com/apache/doris/pull/37101)
+
+## Improvements
+
+- Queries with `LIMIT` end reading data earlier to reduce resource consumption 
and improve performance. [#36535](https://github.com/apache/doris/pull/36535)
+
+- Special JSON data with empty keys is now supported. 
[#36762](https://github.com/apache/doris/pull/36762)
+
+- Stability and usability of routine load have been improved, including load 
balancing, automatic recovery, exception handling, and more user-friendly error 
messages. [#36450](https://github.com/apache/doris/pull/36450) 
[#35376](https://github.com/apache/doris/pull/35376) 
[#35266](https://github.com/apache/doris/pull/35266) [ 
#33372](https://github.com/apache/doris/pull/33372) 
[#32282](https://github.com/apache/doris/pull/32282) 
[#32046](https://github.com/apache/doris/pull/32046) [#3202 [...]
+
+- BE load balancing selection of hard disk strategy and speed optimization. 
[#36826](https://github.com/apache/doris/pull/36826) 
[#36795](https://github.com/apache/doris/pull/36795) 
[#36509](https://github.com/apache/doris/pull/36509)
+
+- Stability and usability of the JDBC catalog have been improved, including 
encryption, thread pool connection count configuration, and more user-friendly 
error messages. [#36940](https://github.com/apache/doris/pull/36940) 
[#36720](https://github.com/apache/doris/pull/36720) 
[#30880](https://github.com/apache/doris/pull/30880) 
[#35692](https://github.com/apache/doris/pull/35692)
+
+You can access the full list through the GitHub 
[link](https://github.com/apache/doris/compare/2.0.12...2.0.13) , with the key 
features and improvements highlighted below.
+
+## Credits
+
+Thanks to all who contributed to this release:
+
+@Gabriel39, @Jibing-Li, @Johnnyssc, @Lchangliang, @LiBinfeng-01, 
@SWJTU-ZhangLei, @Thearas, @Yukang-Lian, @Yulei-Yang, @airborne12, @amorynan, 
@bobhan1, @cambyzju, @csun5285, @dataroaring, @deardeng, @eldenmoon, @englefly, 
@feiniaofeiafei, @hello-stephen, @jacktengg, @kaijchen, @liutang123, @luwei16, 
@morningman, @morrySnow, @mrhhsg, @mymeiyi, @platoneko, @qidaye, @sollhui, 
@starocean999, @w41ter, @xiaokang, @xy720, @yujun777, @zclllyybb, @zddr
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.0.13.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.0.13.md
new file mode 100644
index 00000000000..c886416ed29
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.0.13.md
@@ -0,0 +1,57 @@
+---
+{
+    "title": "Release 2.0.12",
+    "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.13 版本已于 2024 年 7 月 16 日正式与大家见面,该版本提交了 112 
个改进项以及问题修复,进一步提升了系统的性能及稳定性,欢迎大家下载体验。
+
+[快速下载](https://doris.apache.org/download/)
+
+## 行为变更
+
+仅在客户端启用了 `CLIENT_MULTI_STATEMENTS` 设置时,SQL 输入才会被视为多条语句,从而增强了与 MySQL 
的兼容性。[#36759](https://github.com/apache/doris/pull/36759)
+
+## 新增功能
+
+- 新增了 BE 配置 `allow_zero_date`,允许使用全零的日期。设置为 `false` 时,`0000-00-00` 会被解析为 
`NULL`;设置为 `true` 时,会被解析为 `0000-01-01`。默认值为 
`false`,以保持与之前行为的一致性。[#34961](https://github.com/apache/doris/pull/34961)
+
+- `LogicalWindow` 和 `LogicalPartitionTopN` 
现在支持多字段谓词下推,以提升性能。[#36828](https://github.com/apache/doris/pull/36828)
+
+- ES Catalog 现在将 ES 的 `nested` 或 `object` 类型映射到 Doris 的 `JSON` 
类型。[#37101](https://github.com/apache/doris/pull/37101)
+
+## 改进和优化
+
+- `LIMIT` 
查询现在会更早地停止读取数据,以减少资源消耗并提升性能。[#36535](https://github.com/apache/doris/pull/36535)
+
+- 现在支持具有空键的特殊 JSON 数据。[#36762](https://github.com/apache/doris/pull/36762)
+
+- 改进了 Routine Load 
的稳定性和可用性,包括负载均衡、自动恢复、异常处理以及更友好的错误消息。[#36450](https://github.com/apache/doris/pull/36450)
 [#35376](https://github.com/apache/doris/pull/35376) 
[#35266](https://github.com/apache/doris/pull/35266) 
[#33372](https://github.com/apache/doris/pull/33372) 
[#32282](https://github.com/apache/doris/pull/32282) 
[#32046](https://github.com/apache/doris/pull/32046) 
[#32021](https://github.com/apache/doris/pull/32021) 
[#31846](https://github.com/apache/doris/pull/31846) [#31273](http [...]
+
+- 对 BE 的硬盘选择策略和速度进行了优化。[#36826](https://github.com/apache/doris/pull/36826) 
[#36795](https://github.com/apache/doris/pull/36795) 
[#36509](https://github.com/apache/doris/pull/36509)
+
+- 改进了 JDBC Catalog 
的稳定性和可用性,包括加密、线程池连接数配置以及更友好的错误消息。[#36940](https://github.com/apache/doris/pull/36940)
 [#36720](https://github.com/apache/doris/pull/36720) 
[#30880](https://github.com/apache/doris/pull/30880) 
[#35692](https://github.com/apache/doris/pull/35692)
+
+## 致谢
+
+@DarvenDuan、@Gabriel39、@Jibing-Li、@Johnnyssc、@Lchangliang、@LiBinfeng-01、@SWJTU-ZhangLei、@Thearas、@Yukang-Lian、@Yulei-Yang、@airborne12、@amorynan、@bobhan1、@cambyzju、@csun5285、@dataroaring、@deardeng、@eldenmoon、@englefly、@feiniaofeiafei、@hello-stephen、@jacktengg、@kaijchen、@liutang123、@luwei16、@morningman、@morrySnow、@mrhhsg、@mymeiyi、@platoneko、@qidaye、@sollhui、@starocean999、@w41ter、@xiaokang、@xy720、@yujun777、@zclllyybb
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/release-2.0.13.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/release-2.0.13.md
new file mode 100644
index 00000000000..c886416ed29
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/release-2.0.13.md
@@ -0,0 +1,57 @@
+---
+{
+    "title": "Release 2.0.12",
+    "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.13 版本已于 2024 年 7 月 16 日正式与大家见面,该版本提交了 112 
个改进项以及问题修复,进一步提升了系统的性能及稳定性,欢迎大家下载体验。
+
+[快速下载](https://doris.apache.org/download/)
+
+## 行为变更
+
+仅在客户端启用了 `CLIENT_MULTI_STATEMENTS` 设置时,SQL 输入才会被视为多条语句,从而增强了与 MySQL 
的兼容性。[#36759](https://github.com/apache/doris/pull/36759)
+
+## 新增功能
+
+- 新增了 BE 配置 `allow_zero_date`,允许使用全零的日期。设置为 `false` 时,`0000-00-00` 会被解析为 
`NULL`;设置为 `true` 时,会被解析为 `0000-01-01`。默认值为 
`false`,以保持与之前行为的一致性。[#34961](https://github.com/apache/doris/pull/34961)
+
+- `LogicalWindow` 和 `LogicalPartitionTopN` 
现在支持多字段谓词下推,以提升性能。[#36828](https://github.com/apache/doris/pull/36828)
+
+- ES Catalog 现在将 ES 的 `nested` 或 `object` 类型映射到 Doris 的 `JSON` 
类型。[#37101](https://github.com/apache/doris/pull/37101)
+
+## 改进和优化
+
+- `LIMIT` 
查询现在会更早地停止读取数据,以减少资源消耗并提升性能。[#36535](https://github.com/apache/doris/pull/36535)
+
+- 现在支持具有空键的特殊 JSON 数据。[#36762](https://github.com/apache/doris/pull/36762)
+
+- 改进了 Routine Load 
的稳定性和可用性,包括负载均衡、自动恢复、异常处理以及更友好的错误消息。[#36450](https://github.com/apache/doris/pull/36450)
 [#35376](https://github.com/apache/doris/pull/35376) 
[#35266](https://github.com/apache/doris/pull/35266) 
[#33372](https://github.com/apache/doris/pull/33372) 
[#32282](https://github.com/apache/doris/pull/32282) 
[#32046](https://github.com/apache/doris/pull/32046) 
[#32021](https://github.com/apache/doris/pull/32021) 
[#31846](https://github.com/apache/doris/pull/31846) [#31273](http [...]
+
+- 对 BE 的硬盘选择策略和速度进行了优化。[#36826](https://github.com/apache/doris/pull/36826) 
[#36795](https://github.com/apache/doris/pull/36795) 
[#36509](https://github.com/apache/doris/pull/36509)
+
+- 改进了 JDBC Catalog 
的稳定性和可用性,包括加密、线程池连接数配置以及更友好的错误消息。[#36940](https://github.com/apache/doris/pull/36940)
 [#36720](https://github.com/apache/doris/pull/36720) 
[#30880](https://github.com/apache/doris/pull/30880) 
[#35692](https://github.com/apache/doris/pull/35692)
+
+## 致谢
+
+@DarvenDuan、@Gabriel39、@Jibing-Li、@Johnnyssc、@Lchangliang、@LiBinfeng-01、@SWJTU-ZhangLei、@Thearas、@Yukang-Lian、@Yulei-Yang、@airborne12、@amorynan、@bobhan1、@cambyzju、@csun5285、@dataroaring、@deardeng、@eldenmoon、@englefly、@feiniaofeiafei、@hello-stephen、@jacktengg、@kaijchen、@liutang123、@luwei16、@morningman、@morrySnow、@mrhhsg、@mymeiyi、@platoneko、@qidaye、@sollhui、@starocean999、@w41ter、@xiaokang、@xy720、@yujun777、@zclllyybb
\ No newline at end of file
diff --git a/sidebars.json b/sidebars.json
index d1bcbbb3054..72caf94a4e9 100644
--- a/sidebars.json
+++ b/sidebars.json
@@ -1561,6 +1561,7 @@
                 "releasenotes/release-2.1.2",
                 "releasenotes/release-2.1.1",
                 "releasenotes/release-2.1.0",
+                "releasenotes/release-2.0.13",
                 "releasenotes/release-2.0.12",
                 "releasenotes/release-2.0.11",
                 "releasenotes/release-2.0.10",
@@ -1592,4 +1593,4 @@
             ]
         }
     ]
-}
+}
\ No newline at end of file
diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts
index 72bf2ae149f..2e81dadeae2 100644
--- a/src/constant/download.data.ts
+++ b/src/constant/download.data.ts
@@ -31,7 +31,7 @@ export enum ToolsEnum {
 export const ORIGIN = 
'https://apache-doris-releases.oss-accelerate.aliyuncs.com/';
 export enum VersionEnum {
     Latest = '2.1.4',
-    Prev = '2.0.12',
+    Prev = '2.0.13',
     // Earlier = '1.1.5',
 }
 export enum DownloadTypeEnum {
@@ -74,36 +74,36 @@ export const DORIS_VERSIONS: Option[] = [
         ],
     },
     {
-        label: '2.0.12',
-        value: '2.0.12',
+        label: '2.0.13',
+        value: '2.0.13',
         majorVersion: '2.0',
         children: [
             {
                 label: CPUEnum.X64,
                 value: CPUEnum.X64,
-                gz: `${ORIGIN}apache-doris-2.0.12-bin-x64.tar.gz`,
-                asc: `${ORIGIN}apache-doris-2.0.12-bin-x64.tar.gz.asc`,
-                sha512: `${ORIGIN}apache-doris-2.0.12-bin-x64.tar.gz.sha512`,
-                source: 'https://downloads.apache.org/doris/2.0/2.0.12/',
-                version: '2.0.12',
+                gz: `${ORIGIN}apache-doris-2.0.13-bin-x64.tar.gz`,
+                asc: `${ORIGIN}apache-doris-2.0.13-bin-x64.tar.gz.asc`,
+                sha512: `${ORIGIN}apache-doris-2.0.13-bin-x64.tar.gz.sha512`,
+                source: 'https://downloads.apache.org/doris/2.0/2.0.13/',
+                version: '2.0.13',
             },
             {
                 label: CPUEnum.X64NoAvx2,
                 value: CPUEnum.X64NoAvx2,
-                gz: `${ORIGIN}apache-doris-2.0.12-bin-x64-noavx2.tar.gz`,
-                asc: `${ORIGIN}apache-doris-2.0.12-bin-x64-noavx2.tar.gz.asc`,
-                sha512: 
`${ORIGIN}apache-doris-2.0.12-bin-x64-noavx2.tar.gz.sha512`,
-                source: 'https://downloads.apache.org/doris/2.0/2.0.12/',
-                version: '2.0.12',
+                gz: `${ORIGIN}apache-doris-2.0.13-bin-x64-noavx2.tar.gz`,
+                asc: `${ORIGIN}apache-doris-2.0.13-bin-x64-noavx2.tar.gz.asc`,
+                sha512: 
`${ORIGIN}apache-doris-2.0.13-bin-x64-noavx2.tar.gz.sha512`,
+                source: 'https://downloads.apache.org/doris/2.0/2.0.13/',
+                version: '2.0.13',
             },
             {
                 label: CPUEnum.ARM64,
                 value: CPUEnum.ARM64,
-                gz: `${ORIGIN}apache-doris-2.0.12-bin-arm64.tar.gz`,
-                asc: `${ORIGIN}apache-doris-2.0.12-bin-arm64.tar.gz.asc`,
-                sha512: `${ORIGIN}apache-doris-2.0.12-bin-arm64.tar.gz.sha512`,
-                source: 'https://downloads.apache.org/doris/2.0/2.0.12/',
-                version: '2.0.12',
+                gz: `${ORIGIN}apache-doris-2.0.13-bin-arm64.tar.gz`,
+                asc: `${ORIGIN}apache-doris-2.0.13-bin-arm64.tar.gz.asc`,
+                sha512: `${ORIGIN}apache-doris-2.0.13-bin-arm64.tar.gz.sha512`,
+                source: 'https://downloads.apache.org/doris/2.0/2.0.13/',
+                version: '2.0.13',
             },
         ],
     },
@@ -301,6 +301,40 @@ export const ALL_VERSIONS: AllVersionOption[] = [
         label: '2.0',
         value: '2.0',
         children: [
+            {
+                label: '2.0.13',
+                value: '2.0.13',
+                majorVersion: '2.0',
+                items: [
+                    {
+                        label: CPUEnum.X64,
+                        value: CPUEnum.X64,
+                        gz: `${ORIGIN}apache-doris-2.0.13-bin-x64.tar.gz`,
+                        asc: `${ORIGIN}apache-doris-2.0.13-bin-x64.tar.gz.asc`,
+                        sha512: 
`${ORIGIN}apache-doris-2.0.13-bin-x64.tar.gz.sha512`,
+                        source: 
'https://downloads.apache.org/doris/2.0/2.0.13/',
+                        version: '2.0.13',
+                    },
+                    {
+                        label: CPUEnum.X64NoAvx2,
+                        value: CPUEnum.X64NoAvx2,
+                        gz: 
`${ORIGIN}apache-doris-2.0.13-bin-x64-noavx2.tar.gz`,
+                        asc: 
`${ORIGIN}apache-doris-2.0.13-bin-x64-noavx2.tar.gz.asc`,
+                        sha512: 
`${ORIGIN}apache-doris-2.0.13-bin-x64-noavx2.tar.gz.sha512`,
+                        source: 
'https://downloads.apache.org/doris/2.0/2.0.13/',
+                        version: '2.0.13',
+                    },
+                    {
+                        label: CPUEnum.ARM64,
+                        value: CPUEnum.ARM64,
+                        gz: `${ORIGIN}apache-doris-2.0.13-bin-arm64.tar.gz`,
+                        asc: 
`${ORIGIN}apache-doris-2.0.13-bin-arm64.tar.gz.asc`,
+                        sha512: 
`${ORIGIN}apache-doris-2.0.13-bin-arm64.tar.gz.sha512`,
+                        source: 
'https://downloads.apache.org/doris/2.0/2.0.13/',
+                        version: '2.0.13',
+                    },
+                ],
+            },
             {
                 label: '2.0.12',
                 value: '2.0.12',
diff --git a/src/constant/newsletter.data.ts b/src/constant/newsletter.data.ts
index 09985e2857c..b054edc8ed0 100644
--- a/src/constant/newsletter.data.ts
+++ b/src/constant/newsletter.data.ts
@@ -1,10 +1,10 @@
 export const NEWSLETTER_DATA = [
     {
         tags: ['Release Note'],
-        title: "Apache Doris version 2.1.4 just released",
-        content: `In this update, we have optimized various functional 
experiences for data lakehouse, with a focus on resolving the abnormal memory 
usage issue in the previous version.`,
-        to: '/blog/release-note-2.1.4',
-        image: '2.1.4.jpg',
+        title: "Apache Doris version 2.0.13 has been released",
+        content: `Thanks to our community users and developers, about 112 
improvements and bug fixes have been made in Doris 2.0.13 version`,
+        to: '/blog/release-note-2.0.13',
+        image: '2.0.13.jpg',
     },
 
     {
diff --git a/static/images/2.0.13.jpg b/static/images/2.0.13.jpg
new file mode 100644
index 00000000000..95e4612dae8
Binary files /dev/null and b/static/images/2.0.13.jpg differ
diff --git a/versioned_docs/version-2.0/releasenotes/release-2.0.13.md 
b/versioned_docs/version-2.0/releasenotes/release-2.0.13.md
new file mode 100644
index 00000000000..1b6e54d948d
--- /dev/null
+++ b/versioned_docs/version-2.0/releasenotes/release-2.0.13.md
@@ -0,0 +1,61 @@
+---
+{
+    "title": "Release 2.0.13",
+    "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, about 112 improvements and bug 
fixes have been made in Doris 2.0.13 version
+
+[Quick Download](https://doris.apache.org/download/)
+
+## Behavior changes
+
+SQL input is treated as multiple statements only when the 
`CLIENT_MULTI_STATEMENTS` setting is enabled on the client side, enhancing 
compatibility with MySQL. [#36759](https://github.com/apache/doris/pull/36759)
+
+## New features
+
+- A new BE configuration `allow_zero_date` has been added, allowing dates with 
all zeros. When set to `false`, `0000-00-00` is parsed as `NULL`, and when set 
to `true`, it is parsed as `0000-01-01`. The default value is `false` to 
maintain consistency with previous behavior. 
[#34961](https://github.com/apache/doris/pull/34961)
+
+- `LogicalWindow` and `LogicalPartitionTopN` support multi-field predicate 
pushdown to improve performance. 
[#36828](https://github.com/apache/doris/pull/36828)
+
+- The ES Catalog now maps ES `nested` or `object` types to Doris `JSON` types. 
[#37101](https://github.com/apache/doris/pull/37101)
+
+## Improvements
+
+- Queries with `LIMIT` end reading data earlier to reduce resource consumption 
and improve performance. [#36535](https://github.com/apache/doris/pull/36535)
+
+- Special JSON data with empty keys is now supported. 
[#36762](https://github.com/apache/doris/pull/36762)
+
+- Stability and usability of routine load have been improved, including load 
balancing, automatic recovery, exception handling, and more user-friendly error 
messages. [#36450](https://github.com/apache/doris/pull/36450) 
[#35376](https://github.com/apache/doris/pull/35376) 
[#35266](https://github.com/apache/doris/pull/35266) [ 
#33372](https://github.com/apache/doris/pull/33372) 
[#32282](https://github.com/apache/doris/pull/32282) 
[#32046](https://github.com/apache/doris/pull/32046) [#3202 [...]
+
+- BE load balancing selection of hard disk strategy and speed optimization. 
[#36826](https://github.com/apache/doris/pull/36826) 
[#36795](https://github.com/apache/doris/pull/36795) 
[#36509](https://github.com/apache/doris/pull/36509)
+
+- Stability and usability of the JDBC catalog have been improved, including 
encryption, thread pool connection count configuration, and more user-friendly 
error messages. [#36940](https://github.com/apache/doris/pull/36940) 
[#36720](https://github.com/apache/doris/pull/36720) 
[#30880](https://github.com/apache/doris/pull/30880) 
[#35692](https://github.com/apache/doris/pull/35692)
+
+You can access the full list through the GitHub 
[link](https://github.com/apache/doris/compare/2.0.12...2.0.13) , with the key 
features and improvements highlighted below.
+
+## Credits
+
+Thanks to all who contributed to this release:
+
+@Gabriel39, @Jibing-Li, @Johnnyssc, @Lchangliang, @LiBinfeng-01, 
@SWJTU-ZhangLei, @Thearas, @Yukang-Lian, @Yulei-Yang, @airborne12, @amorynan, 
@bobhan1, @cambyzju, @csun5285, @dataroaring, @deardeng, @eldenmoon, @englefly, 
@feiniaofeiafei, @hello-stephen, @jacktengg, @kaijchen, @liutang123, @luwei16, 
@morningman, @morrySnow, @mrhhsg, @mymeiyi, @platoneko, @qidaye, @sollhui, 
@starocean999, @w41ter, @xiaokang, @xy720, @yujun777, @zclllyybb, @zddr
\ No newline at end of file
diff --git a/versioned_sidebars/version-2.0-sidebars.json 
b/versioned_sidebars/version-2.0-sidebars.json
index 94bedc0a35e..54f9390eb36 100644
--- a/versioned_sidebars/version-2.0-sidebars.json
+++ b/versioned_sidebars/version-2.0-sidebars.json
@@ -465,7 +465,7 @@
                 "admin-manual/compaction",
                 "admin-manual/rowsets"
             ]
-        },        
+        },
         {
             "type": "category",
             "label": "Practical Guide",
@@ -1414,6 +1414,7 @@
             "type": "category",
             "label": "Release notes",
             "items": [
+                "releasenotes/release-2.0.13",
                 "releasenotes/release-2.0.12",
                 "releasenotes/release-2.0.11",
                 "releasenotes/release-2.0.10",
@@ -1430,4 +1431,4 @@
             ]
         }
     ]
-}
+}
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to