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 bb5f71577f [download](update) Update 2.1.2 Release Note and Download 
(#552)
bb5f71577f is described below

commit bb5f71577f6964a4f9ef7c392589009d515499c9
Author: KassieZ <[email protected]>
AuthorDate: Mon Apr 15 14:27:46 2024 +0800

    [download](update) Update 2.1.2 Release Note and Download (#552)
---
 blog/auto-increment-columns-in-databases.md        |   2 +-
 blog/release-note-2.1.1.md                         |   2 -
 ...release-note-2.1.1.md => release-note-2.1.2.md} |  11 +--
 docs/releasenotes/release-2.1.2.md                 | 110 +++++++++++++++++++++
 .../current/releasenotes/release-2.1.2.md          | 108 ++++++++++++++++++++
 .../version-2.1/releasenotes/release-2.1.2.md      | 107 ++++++++++++++++++++
 sidebars.json                                      |   1 +
 src/constant/download.data.ts                      |  74 ++++++++++----
 src/constant/newsletter.data.ts                    |  14 +--
 static/images/2.1.2.png                            | Bin 0 -> 53058 bytes
 .../version-2.1/releasenotes/release-2.1.2.md      | 110 +++++++++++++++++++++
 versioned_sidebars/version-2.1-sidebars.json       |   1 +
 12 files changed, 504 insertions(+), 36 deletions(-)

diff --git a/blog/auto-increment-columns-in-databases.md 
b/blog/auto-increment-columns-in-databases.md
index 85d02032f7..a55b343e7d 100644
--- a/blog/auto-increment-columns-in-databases.md
+++ b/blog/auto-increment-columns-in-databases.md
@@ -6,7 +6,7 @@
     'author': 'Apache Doris',
     'tags': ['Tech Sharing'],
     'picked': "true",
-    'order': "1",
+    'order': "2",
     "image": '/images/auto-increment-columns-in-databases.png'
 }
 
diff --git a/blog/release-note-2.1.1.md b/blog/release-note-2.1.1.md
index 721197bdee..6238d7ce1c 100644
--- a/blog/release-note-2.1.1.md
+++ b/blog/release-note-2.1.1.md
@@ -5,8 +5,6 @@
     'date': '2024-04-03',
     'author': 'Apache Doris',
     'tags': ['Release Notes'],
-    'picked': "true",
-    'order': "2",
     "image": '/images/2.1.1.png'
 }
 ---
diff --git a/blog/release-note-2.1.1.md b/blog/release-note-2.1.2.md
similarity index 93%
copy from blog/release-note-2.1.1.md
copy to blog/release-note-2.1.2.md
index 721197bdee..fa9da1c398 100644
--- a/blog/release-note-2.1.1.md
+++ b/blog/release-note-2.1.2.md
@@ -1,13 +1,13 @@
 ---
 {
-    'title': 'Apache Doris 2.1.1 just released',
-    'summary': 'Dear community, Apache Doris 2.1.1 is now available, with 
several enhancements and bug fixes based on 2.1.0, enabling smoother user 
experience.',
+    'title': 'Apache Doris 2.1.2 just released',
+    'summary': 'Dear community, Apache Doris 2.1.2 has been officially 
released on April 12, 2024. This version submits several enhancements and bug 
fixes to further improve the performance and stability.',
     'date': '2024-04-03',
     'author': 'Apache Doris',
     'tags': ['Release Notes'],
     'picked': "true",
-    'order': "2",
-    "image": '/images/2.1.1.png'
+    'order': "1",
+    "image": '/images/2.1.2.png'
 }
 ---
 
@@ -29,8 +29,7 @@ under the License.
 -->
 
 
-Dear community members, Apache Doris 2.1.1 has been officially released on 
April 3, 2024, with several enhancements and bug fixes based on 2.1.0, enabling 
smoother user experience.
-
+Dear community, Apache Doris 2.1.2 has been officially released on April 12, 
2024. This version submits several enhancements and bug fixes to further 
improve the performance and stability.
 
 - **Quick Download:** 
[https://doris.apache.org/download/](https://doris.apache.org/download/)
 
diff --git a/docs/releasenotes/release-2.1.2.md 
b/docs/releasenotes/release-2.1.2.md
new file mode 100644
index 0000000000..6116bd9984
--- /dev/null
+++ b/docs/releasenotes/release-2.1.2.md
@@ -0,0 +1,110 @@
+---
+{
+    "title": "Release 2.1.2",
+    "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.
+-->
+
+## Behavior Changed
+
+1. Set the default value of the `data_consistence` property of EXPORT to 
partition to make export more stable during load. 
+
+- https://github.com/apache/doris/pull/32830
+
+2. Some of MySQL Connector (eg, dotnet MySQL.Data) rely on variable's column 
type to make connection.
+
+  eg, select @[@autocommit]([@autocommit](https://github.com/autocommit)) 
should with column type BIGINT, not BIT, otherwise it will throw error. So we 
change column type of @[@autocommit](https://github.com/autocommit) to BIGINT. 
+
+  - https://github.com/apache/doris/pull/33282
+
+
+## Upgrade Problem
+
+1. Normal workload group is not created when upgrade from 2.0 or other old 
versions. 
+
+  - https://github.com/apache/doris/pull/33197
+
+##  New Feature
+
+
+1. Add processlist table in information_schema database, users could use this 
table to query active connections. 
+
+  - https://github.com/apache/doris/pull/32511
+
+2. Add a new table valued function `LOCAL` to allow access file system like 
shared storage. 
+
+  - https://github.com/apache/doris-website/pull/494
+
+
+## Optimization
+
+1. Skip some useless process to make graceful stop more quickly in K8s env. 
+
+  - https://github.com/apache/doris/pull/33212
+
+2. Add rollup table name in profile to help find the mv selection problem. 
+
+  - https://github.com/apache/doris/pull/33137
+
+3. Add test connection function to DB2 database to allow user check the 
connection when create DB2 Catalog. 
+
+  - https://github.com/apache/doris/pull/33335
+
+4. Add DNS Cache for FQDN to accelerate the connect process among BEs in K8s 
env. 
+
+  - https://github.com/apache/doris/pull/32869
+
+5. Refresh external table's rowcount async to make the query plan more stable. 
+
+  - https://github.com/apache/doris/pull/32997
+
+
+## Bugfix
+
+
+1. Fix Iceberg Catalog of HMS and Hadoop do not support Iceberg properties 
like "io.manifest.cache-enabled" to enable manifest cache in Iceberg. 
+
+  - https://github.com/apache/doris/pull/33113
+
+2. The offset params in `LEAD`/`LAG` function could use 0 as offset. 
+
+  - https://github.com/apache/doris/pull/33174
+
+3. Fix some timeout issues with load. 
+
+  - https://github.com/apache/doris/pull/33077
+
+  - https://github.com/apache/doris/pull/33260
+
+4. Fix core problem related with `ARRAY`/`MAP`/`STRUCT` compaction process. 
+
+  - https://github.com/apache/doris/pull/33130
+
+  - https://github.com/apache/doris/pull/33295
+
+5. Fix runtime filter wait timeout. 
+
+  - https://github.com/apache/doris/pull/33369
+
+6. Fix `unix_timestamp` core for string input in auto partition. 
+
+  - https://github.com/apache/doris/pull/32871
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.1.2.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.1.2.md
new file mode 100644
index 0000000000..7f6ec31e90
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.1.2.md
@@ -0,0 +1,108 @@
+---
+{
+    "title": "Release 2.1.2",
+    "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.1.2 版本已于 2024 年 4 月 12 
日正式发布**。该版本提交了若干改进项以及问题修复,进一步提升了系统的性能及稳定性,欢迎大家下载体验。
+
+**官网下载:** https://doris.apache.org/download/
+
+**GitHub 下载:** https://github.com/apache/doris/releases
+
+## 1 行为变更
+
+1. 将 EXPORT 命令中 `data_consistence` 属性的默认值调整为 Partition,这可以使得并发导入的同时做 EXPORT 
操作更容易成功。
+
+- https://github.com/apache/doris/pull/32830
+
+2. 兼容部份 MySQL Connector(如 MySQL.Data for .NET)将 SELECT `@``@autocommit` 
的返回值类型变更为 BIGINT。
+
+- https://github.com/apache/doris/pull/33282 
+
+## 2 升级问题
+
+1. 修复正常 Workload Group 从 2.0 或者更早版本升级到 2.1 时没有默认创建的问题。
+
+- https://github.com/apache/doris/pull/33197
+
+## 3 新功能
+
+1. 增加 processlist 系统表功能,用户可以通过查询系统表获得活跃的链接信息。
+
+- https://github.com/apache/doris/pull/32511
+
+2. 增加新的表函数 `LOCAL` 以访问部份共享存储上的文件。
+
+- https://github.com/apache/doris-website/pull/494
+
+## 4 改进与优化
+
+1. 跳过部份不必要检查,加速在 K8s 环境下优雅退出的速度。
+
+- https://github.com/apache/doris/pull/33212
+
+2. 在 Profile 中增加已命中的物化视图信息,能够方便地定位物化视图是否命中。
+
+- https://github.com/apache/doris/pull/33137
+
+3. 针对 DB2 Catalog,增加测试链接是否通畅的功能,能够在建立 Catalog 时做部份链接检查。 
+
+- https://github.com/apache/doris/pull/33335
+
+4. 增加 DNS Cache,解决 K8s 环境下域名解析较慢,从而影响查询的问题。
+
+- https://github.com/apache/doris/pull/32869 
+
+5. 增加异步刷新 Catalog 中表的行数信息,避免查询抖动。
+
+- https://github.com/apache/doris/pull/32997
+
+## 5 Bug 修复
+
+1. 修复 Iceberg Catalog 中,不支持 Iceberg 自定义属性的问题,例如 "io.manifest.cache-enabled"。 
+
+- https://github.com/apache/doris/pull/33113
+
+2. `LEAD`/`LAG` 函数的 Offset 起始位置可以设置为 0。
+
+- https://github.com/apache/doris/pull/33174
+
+3. 修复部份导入过程中可能出现的 Timeout 的问题。
+
+- https://github.com/apache/doris/pull/33077 
+
+- https://github.com/apache/doris/pull/33260
+
+4. 修复部份 `ARRAY` / `MAP` / `STRUCT` 类型在 Compaction 中引起 Core 的问题。
+
+- https://github.com/apache/doris/pull/33130 
https://github.com/apache/doris/pull/33295
+
+5. 修复查询过程中 Runtime Filter 部分等待超时的问题。
+
+- https://github.com/apache/doris/pull/33369
+
+6. 修复 `unix_timestamp` 函数在 Auto Partition 中可能导致 Core 的问题。
+
+- https://github.com/apache/doris/pull/32871
+
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/release-2.1.2.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/release-2.1.2.md
new file mode 100644
index 0000000000..bbb75416fa
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/release-2.1.2.md
@@ -0,0 +1,107 @@
+---
+{
+    "title": "Release 2.1.2",
+    "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.1.2 版本已于 2024 年 4 月 12 
日正式发布**。该版本提交了若干改进项以及问题修复,进一步提升了系统的性能及稳定性,欢迎大家下载体验。
+
+**官网下载:** https://doris.apache.org/download/
+
+**GitHub 下载:** https://github.com/apache/doris/releases
+
+## 1 行为变更
+
+1. 将 EXPORT 命令中 `data_consistence` 属性的默认值调整为 Partition,这可以使得并发导入的同时做 EXPORT 
操作更容易成功。
+
+- https://github.com/apache/doris/pull/32830
+
+2. 兼容部份 MySQL Connector(如 MySQL.Data for .NET)将 SELECT `@``@autocommit` 
的返回值类型变更为 BIGINT。
+
+- https://github.com/apache/doris/pull/33282 
+
+## 2 升级问题
+
+1. 修复正常 Workload Group 从 2.0 或者更早版本升级到 2.1 时没有默认创建的问题。
+
+- https://github.com/apache/doris/pull/33197
+
+## 3 新功能
+
+1. 增加 processlist 系统表功能,用户可以通过查询系统表获得活跃的链接信息。
+
+- https://github.com/apache/doris/pull/32511
+
+2. 增加新的表函数 `LOCAL` 以访问部份共享存储上的文件。
+
+- https://github.com/apache/doris-website/pull/494
+
+## 4 改进与优化
+
+1. 跳过部份不必要检查,加速在 K8s 环境下优雅退出的速度。
+
+- https://github.com/apache/doris/pull/33212
+
+2. 在 Profile 中增加已命中的物化视图信息,能够方便地定位物化视图是否命中。
+
+- https://github.com/apache/doris/pull/33137
+
+3. 针对 DB2 Catalog,增加测试链接是否通畅的功能,能够在建立 Catalog 时做部份链接检查。 
+
+- https://github.com/apache/doris/pull/33335
+
+4. 增加 DNS Cache,解决 K8s 环境下域名解析较慢,从而影响查询的问题。
+
+- https://github.com/apache/doris/pull/32869 
+
+5. 增加异步刷新 Catalog 中表的行数信息,避免查询抖动。
+
+- https://github.com/apache/doris/pull/32997
+
+## 5 Bug 修复
+
+1. 修复 Iceberg Catalog 中,不支持 Iceberg 自定义属性的问题,例如 "io.manifest.cache-enabled"。 
+
+- https://github.com/apache/doris/pull/33113
+
+2. `LEAD`/`LAG` 函数的 Offset 起始位置可以设置为 0。
+
+- https://github.com/apache/doris/pull/33174
+
+3. 修复部份导入过程中可能出现的 Timeout 的问题。
+
+- https://github.com/apache/doris/pull/33077 
+
+- https://github.com/apache/doris/pull/33260
+
+4. 修复部份 `ARRAY` / `MAP` / `STRUCT` 类型在 Compaction 中引起 Core 的问题。
+
+- https://github.com/apache/doris/pull/33130 
https://github.com/apache/doris/pull/33295
+
+5. 修复查询过程中 Runtime Filter 部分等待超时的问题。
+
+- https://github.com/apache/doris/pull/33369
+
+6. 修复 `unix_timestamp` 函数在 Auto Partition 中可能导致 Core 的问题。
+
+- https://github.com/apache/doris/pull/32871
+
diff --git a/sidebars.json b/sidebars.json
index c055bf8f33..b3ae7d9169 100644
--- a/sidebars.json
+++ b/sidebars.json
@@ -1475,6 +1475,7 @@
             "type": "category",
             "label": "Release notes",
             "items": [
+                "releasenotes/release-2.1.2",
                 "releasenotes/release-2.1.1",
                 "releasenotes/release-2.1.0",
                 "releasenotes/release-2.0.8",
diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts
index 6a6ec35e90..2987387c4b 100644
--- a/src/constant/download.data.ts
+++ b/src/constant/download.data.ts
@@ -30,7 +30,7 @@ export enum ToolsEnum {
 
 export const ORIGIN = 
'https://apache-doris-releases.oss-accelerate.aliyuncs.com/';
 export enum VersionEnum {
-    Latest = '2.1.1',
+    Latest = '2.1.2',
     Prev = '2.0.8',
     // Earlier = '1.1.5',
 }
@@ -40,36 +40,36 @@ export enum DownloadTypeEnum {
 }
 export const DORIS_VERSIONS: Option[] = [
     {
-        label: '2.1.1',
-        value: '2.1.1',
+        label: '2.1.2',
+        value: '2.1.2',
         majorVersion: '2.1',
         children: [
             {
                 label: CPUEnum.X64,
                 value: CPUEnum.X64,
-                gz: `${ORIGIN}apache-doris-2.1.1-bin-x64.tar.gz`,
-                asc: `${ORIGIN}apache-doris-2.1.1-bin-x64.tar.gz.asc`,
-                sha512: `${ORIGIN}apache-doris-2.1.1-bin-x64.tar.gz.sha512`,
-                source: 'https://downloads.apache.org/doris/2.1/2.1.1/',
-                version: '2.1.0',
+                gz: `${ORIGIN}apache-doris-2.1.2-bin-x64.tar.gz`,
+                asc: `${ORIGIN}apache-doris-2.1.2-bin-x64.tar.gz.asc`,
+                sha512: `${ORIGIN}apache-doris-2.1.2-bin-x64.tar.gz.sha512`,
+                source: 'https://downloads.apache.org/doris/2.1/2.1.2/',
+                version: '2.1.2',
             },
             {
                 label: CPUEnum.X64NoAvx2,
                 value: CPUEnum.X64NoAvx2,
-                gz: `${ORIGIN}apache-doris-2.1.1-bin-x64-noavx2.tar.gz`,
-                asc: `${ORIGIN}apache-doris-2.1.1-bin-x64-noavx2.tar.gz.asc`,
-                sha512: 
`${ORIGIN}apache-doris-2.1.1-bin-x64-noavx2.tar.gz.sha512`,
-                source: 'https://downloads.apache.org/doris/2.1/2.1.1/',
-                version: '2.1.0',
+                gz: `${ORIGIN}apache-doris-2.1.2-bin-x64-noavx2.tar.gz`,
+                asc: `${ORIGIN}apache-doris-2.1.2-bin-x64-noavx2.tar.gz.asc`,
+                sha512: 
`${ORIGIN}apache-doris-2.1.2-bin-x64-noavx2.tar.gz.sha512`,
+                source: 'https://downloads.apache.org/doris/2.1/2.1.2/',
+                version: '2.1.2',
             },
             {
                 label: CPUEnum.ARM64,
                 value: CPUEnum.ARM64,
-                gz: `${ORIGIN}apache-doris-2.1.1-bin-arm64.tar.gz`,
-                asc: `${ORIGIN}apache-doris-2.1.1-bin-arm64.tar.gz.asc`,
-                sha512: `${ORIGIN}apache-doris-2.1.1-bin-arm64.tar.gz.sha512`,
-                source: 'https://downloads.apache.org/doris/2.1/2.1.1/',
-                version: '2.1.0',
+                gz: `${ORIGIN}apache-doris-2.1.2-bin-arm64.tar.gz`,
+                asc: `${ORIGIN}apache-doris-2.1.2-bin-arm64.tar.gz.asc`,
+                sha512: `${ORIGIN}apache-doris-2.1.2-bin-arm64.tar.gz.sha512`,
+                source: 'https://downloads.apache.org/doris/2.1/2.1.2/',
+                version: '2.1.2',
             },
         ],
     },
@@ -125,6 +125,40 @@ export const ALL_VERSIONS: AllVersionOption[] = [
         label: '2.1',
         value: '2.1',
         children: [
+            {
+                label: '2.1.2',
+                value: '2.1.2',
+                majorVersion: '2.1',
+                items: [
+                    {
+                        label: CPUEnum.X64,
+                        value: CPUEnum.X64,
+                        gz: `${ORIGIN}apache-doris-2.1.2-bin-x64.tar.gz`,
+                        asc: `${ORIGIN}apache-doris-2.1.2-bin-x64.tar.gz.asc`,
+                        sha512: 
`${ORIGIN}apache-doris-2.1.2-bin-x64.tar.gz.sha512`,
+                        source: 
'https://downloads.apache.org/doris/2.1/2.1.2/',
+                        version: '2.1.2',
+                    },
+                    {
+                        label: CPUEnum.X64NoAvx2,
+                        value: CPUEnum.X64NoAvx2,
+                        gz: 
`${ORIGIN}apache-doris-2.1.2-bin-x64-noavx2.tar.gz`,
+                        asc: 
`${ORIGIN}apache-doris-2.1.2-bin-x64-noavx2.tar.gz.asc`,
+                        sha512: 
`${ORIGIN}apache-doris-2.1.2-bin-x64-noavx2.tar.gz.sha512`,
+                        source: 
'https://downloads.apache.org/doris/2.1/2.1.2/',
+                        version: '2.1.2',
+                    },
+                    {
+                        label: CPUEnum.ARM64,
+                        value: CPUEnum.ARM64,
+                        gz: `${ORIGIN}apache-doris-2.1.2-bin-arm64.tar.gz`,
+                        asc: 
`${ORIGIN}apache-doris-2.1.2-bin-arm64.tar.gz.asc`,
+                        sha512: 
`${ORIGIN}apache-doris-2.1.2-bin-arm64.tar.gz.sha512`,
+                        source: 
'https://downloads.apache.org/doris/2.1/2.1.2/',
+                        version: '2.1.2',
+                    },
+                ],
+            },
             {
                 label: '2.1.1',
                 value: '2.1.1',
@@ -137,7 +171,7 @@ export const ALL_VERSIONS: AllVersionOption[] = [
                         asc: `${ORIGIN}apache-doris-2.1.1-bin-x64.tar.gz.asc`,
                         sha512: 
`${ORIGIN}apache-doris-2.1.1-bin-x64.tar.gz.sha512`,
                         source: 
'https://downloads.apache.org/doris/2.1/2.1.1/',
-                        version: '2.1.0',
+                        version: '2.1.1',
                     },
                     {
                         label: CPUEnum.X64NoAvx2,
@@ -146,7 +180,7 @@ export const ALL_VERSIONS: AllVersionOption[] = [
                         asc: 
`${ORIGIN}apache-doris-2.1.1-bin-x64-noavx2.tar.gz.asc`,
                         sha512: 
`${ORIGIN}apache-doris-2.1.1-bin-x64-noavx2.tar.gz.sha512`,
                         source: 
'https://downloads.apache.org/doris/2.1/2.1.1/',
-                        version: '2.1.0',
+                        version: '2.1.1',
                     },
                     {
                         label: CPUEnum.ARM64,
diff --git a/src/constant/newsletter.data.ts b/src/constant/newsletter.data.ts
index 067ce466ef..3644c1d727 100644
--- a/src/constant/newsletter.data.ts
+++ b/src/constant/newsletter.data.ts
@@ -1,4 +1,11 @@
 export const NEWSLETTER_DATA = [
+    {
+        tags: ['Release Notes'],
+        title: "Apache Doris 2.1.2 just released",
+        content: `Dear community, Apache Doris 2.1.2 has been officially 
released on April 12, 2024. This version submits several enhancements and bug 
fixes to further improve the performance and stability.`,
+        to: '/blog/release-note-2.1.2',
+        image: '2.1.2.png',
+    },
     {
         tags: ['Tech Sharing'],
         title: "Auto-increment columns in databases: a simple magic that makes 
a big difference",
@@ -6,13 +13,6 @@ export const NEWSLETTER_DATA = [
         to: '/blog/auto-increment-columns-in-databases',
         image: 'auto-increment-columns-in-databases.png',
     },
-    {
-        tags: ['Release Notes'],
-        title: "Apache Doris 2.1.1 just released",
-        content: `Dear community, Apache Doris 2.1.1 is now available, with 
several enhancements and bug fixes based on 2.1.0, enabling smoother user 
experience.`,
-        to: '/blog/release-note-2.1.1',
-        image: '2.1.1.png',
-    },
     {
         tags: ['Tech Sharing'],
         title: "Variant in Apache Doris 2.1.0: a new data type 8 times faster 
than JSON for semi-structured data analysis",
diff --git a/static/images/2.1.2.png b/static/images/2.1.2.png
new file mode 100644
index 0000000000..635fc7940a
Binary files /dev/null and b/static/images/2.1.2.png differ
diff --git a/versioned_docs/version-2.1/releasenotes/release-2.1.2.md 
b/versioned_docs/version-2.1/releasenotes/release-2.1.2.md
new file mode 100644
index 0000000000..d45438fa4f
--- /dev/null
+++ b/versioned_docs/version-2.1/releasenotes/release-2.1.2.md
@@ -0,0 +1,110 @@
+---
+{
+    "title": "Release 2.1.2",
+    "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.
+-->
+
+## Behavior Changed
+
+1. Set the default value of the `data_consistence` property of EXPORT to 
partition to make export more stable during load. 
+
+- https://github.com/apache/doris/pull/32830
+
+2. Some of MySQL Connector (eg, dotnet MySQL.Data) rely on variable's column 
type to make connection.
+
+   eg, select @[@autocommit]([@autocommit](https://github.com/autocommit)) 
should with column type BIGINT, not BIT, otherwise it will throw error. So we 
change column type of @[@autocommit](https://github.com/autocommit) to BIGINT. 
+
+- https://github.com/apache/doris/pull/33282
+
+
+## Upgrade Problem
+
+1. Normal workload group is not created when upgrade from 2.0 or other old 
versions. 
+
+  - https://github.com/apache/doris/pull/33197
+
+##  New Feature
+
+
+1. Add processlist table in information_schema database, users could use this 
table to query active connections. 
+
+  - https://github.com/apache/doris/pull/32511
+
+2. Add a new table valued function `LOCAL` to allow access file system like 
shared storage. 
+
+  - https://github.com/apache/doris-website/pull/494
+
+
+## Optimization
+
+1. Skip some useless process to make graceful stop more quickly in K8s env. 
+
+  - https://github.com/apache/doris/pull/33212
+
+2. Add rollup table name in profile to help find the mv selection problem. 
+
+  - https://github.com/apache/doris/pull/33137
+
+3. Add test connection function to DB2 database to allow user check the 
connection when create DB2 Catalog. 
+
+  - https://github.com/apache/doris/pull/33335
+
+4. Add DNS Cache for FQDN to accelerate the connect process among BEs in K8s 
env. 
+
+  - https://github.com/apache/doris/pull/32869
+
+5. Refresh external table's rowcount async to make the query plan more stable. 
+
+  - https://github.com/apache/doris/pull/32997
+
+
+## Bugfix
+
+
+1. Fix Iceberg Catalog of HMS and Hadoop do not support Iceberg properties 
like "io.manifest.cache-enabled" to enable manifest cache in Iceberg. 
+
+  - https://github.com/apache/doris/pull/33113
+
+2. The offset params in `LEAD`/`LAG` function could use 0 as offset. 
+
+  - https://github.com/apache/doris/pull/33174
+
+3. Fix some timeout issues with load. 
+
+  - https://github.com/apache/doris/pull/33077
+
+  - https://github.com/apache/doris/pull/33260
+
+4. Fix core problem related with `ARRAY`/`MAP`/`STRUCT` compaction process. 
+
+  - https://github.com/apache/doris/pull/33130
+
+  - https://github.com/apache/doris/pull/33295
+
+5. Fix runtime filter wait timeout. 
+
+  - https://github.com/apache/doris/pull/33369
+
+6. Fix `unix_timestamp` core for string input in auto partition. 
+
+  - https://github.com/apache/doris/pull/32871
\ No newline at end of file
diff --git a/versioned_sidebars/version-2.1-sidebars.json 
b/versioned_sidebars/version-2.1-sidebars.json
index bf819d33a7..6f10e6aa3c 100644
--- a/versioned_sidebars/version-2.1-sidebars.json
+++ b/versioned_sidebars/version-2.1-sidebars.json
@@ -1457,6 +1457,7 @@
             "type": "category",
             "label": "Release notes",
             "items": [
+                "releasenotes/release-2.1.2",
                 "releasenotes/release-2.1.1",
                 "releasenotes/release-2.1.0",
                 "releasenotes/release-2.0.8",


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

Reply via email to