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 07dc9ca4f45e [docs](fix) Fix Docs bullet point format (#512)
07dc9ca4f45e is described below

commit 07dc9ca4f45e7cb00ace44ae8f39e105057dec6b
Author: KassieZ <139741991+kass...@users.noreply.github.com>
AuthorDate: Fri Apr 5 15:31:03 2024 +0800

    [docs](fix) Fix Docs bullet point format (#512)
---
 blog/release-note-2.1.1.md                         | 109 +++++++++---------
 docs/releasenotes/release-2.1.1.md                 | 106 ++++++++---------
 .../current/releasenotes/release-2.1.1.md          | 124 ++++++++++----------
 .../version-2.1/releasenotes/release-2.1.1.md      | 126 ++++++++++-----------
 src/constant/newsletter.data.ts                    |  14 +--
 src/pages/download/index.tsx                       |   2 +-
 .../version-2.1/releasenotes/release-2.1.1.md      | 106 ++++++++---------
 7 files changed, 292 insertions(+), 295 deletions(-)

diff --git a/blog/release-note-2.1.1.md b/blog/release-note-2.1.1.md
index 2a1d2177e9f8..520f690209df 100644
--- a/blog/release-note-2.1.1.md
+++ b/blog/release-note-2.1.1.md
@@ -1,7 +1,7 @@
 ---
 {
     'title': 'Apache Doris 2.1.1 just released',
-    'summary': 'Dear community, Apache Doris 1.2.3 is now available, with 
several enhancements and bug fixes based on 2.1.0, enabling smoother user 
experience.',
+    '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.',
     'date': '2024-04-03',
     'author': 'Apache Doris',
     'tags': ['Release Notes'],
@@ -37,23 +37,24 @@ Dear community members, Apache Doris 2.1.1 has been 
officially released on April
 - **GitHub:** 
[https://github.com/apache/doris/releases](https://github.com/apache/doris/releases)
 
 
+
 ## Behavior Changed
 
 1. Change float type output format to improve float type serialization 
performance.
 
-   - https://github.com/apache/doris/pull/32049
+- https://github.com/apache/doris/pull/32049
 
 2. Change system table value functions active_queries(), workload_groups() to 
system tables. 
 
-   - https://github.com/apache/doris/pull/32314
+- https://github.com/apache/doris/pull/32314
 
 3. Disable show query/load profile stmt because there are not so many 
developers use it and the pipeline and pipelinex engine not support it. 
 
-   - https://github.com/apache/doris/pull/32467
+- https://github.com/apache/doris/pull/32467
 
 4. Upgrade arrow flight version to 15.0.2 to fix some bugs, so that please use 
ADBC 15.0.2 version to access Doris. 
 
-   - https://github.com/apache/doris/pull/32827.
+- https://github.com/apache/doris/pull/32827.
 
 
 
@@ -61,15 +62,15 @@ Dear community members, Apache Doris 2.1.1 has been 
officially released on April
 
 1. BE will core when rolling pgrade problem from 2.0.x to 2.1.x.
 
-   - https://github.com/apache/doris/pull/32672
+- https://github.com/apache/doris/pull/32672
 
-   - https://github.com/apache/doris/pull/32444
+- https://github.com/apache/doris/pull/32444
 
-   - https://github.com/apache/doris/pull/32162
+- https://github.com/apache/doris/pull/32162
 
 2. JDBC Catalog will have query errors when rolling grade rom 2.0.x to 2.1.x. 
 
-   - https://github.com/apache/doris/pull/32618
+- https://github.com/apache/doris/pull/32618
 
 
 
@@ -77,56 +78,56 @@ Dear community members, Apache Doris 2.1.1 has been 
officially released on April
 
 1. Enable column auth by default.
 
-   - https://github.com/apache/doris/pull/32659
+- https://github.com/apache/doris/pull/32659
 
 
 2. Get correct cores for pipeline and pipelinex engine when running within 
docker or k8s. 
-   
-   - https://github.com/apache/doris/pull/32370
+
+- https://github.com/apache/doris/pull/32370
 
 3. Support read parquet int96 type. 
 
-   - https://github.com/apache/doris/pull/32394
+- https://github.com/apache/doris/pull/32394
 
 4. Enable proxy protocol to support IP transparency. Using this protocol, IP 
transparency for load balancing can be achieved, so that after load balancing, 
Doris can still obtain the client's real IP and implement permission control 
such as whitelisting. 
 
-   - https://github.com/apache/doris/pull/32338/files
+- https://github.com/apache/doris/pull/32338/files
 
 5. Add workload group queue related columns for active_queries system table. 
Uses could use this system to monitor the workload queue usage. 
 
-   - https://github.com/apache/doris/pull/32259
+- https://github.com/apache/doris/pull/32259
 
 6. Add new system table backend_active_tasks to monitor the realtime query 
statics on every BE. 
 
-   - https://github.com/apache/doris/pull/31945
+- https://github.com/apache/doris/pull/31945
 
 7. Add ipv4 and ipv6 support for spark-doris connector. 
 
-   - https://github.com/apache/doris/pull/32240
+- https://github.com/apache/doris/pull/32240
 
 8. Add inverted index support for CCR. 
 
-   - https://github.com/apache/doris/pull/32101
+- https://github.com/apache/doris/pull/32101
 
 9. Support select experimental session variable. 
 
-   - https://github.com/apache/doris/pull/31837
+- https://github.com/apache/doris/pull/31837
 
 10. Support materialized view with bitmap_union(bitmap_from_array()) case. 
 
-    - https://github.com/apache/doris/pull/31962
+- https://github.com/apache/doris/pull/31962
 
 11. Support partition prune for `HIVE_DEFAULT_PARTITION`. 
 
-    - https://github.com/apache/doris/pull/31736
+- https://github.com/apache/doris/pull/31736
 
 12. Support function in set variable statement. 
 
-    - https://github.com/apache/doris/pull/32492
+- https://github.com/apache/doris/pull/32492
 
 13. Support arrow serialization for varint type. 
 
-    - https://github.com/apache/doris/pull/32809
+- https://github.com/apache/doris/pull/32809
 
 
 
@@ -134,43 +135,43 @@ Dear community members, Apache Doris 2.1.1 has been 
officially released on April
 
 1. Auto resume routine load when be restart or during upgrade. And keep the 
routine load stable. 
 
-   - https://github.com/apache/doris/pull/32239
+- https://github.com/apache/doris/pull/32239
 
 2. Routine Load: optimize allocate task to be algorithm for load balance. 
 
-   - https://github.com/apache/doris/pull/32021
+- https://github.com/apache/doris/pull/32021
 
 3. Spark Load: update spark version for spark load to resolve cve problem. 
 
-   - https://github.com/apache/doris/pull/30368
+- https://github.com/apache/doris/pull/30368
 
 4. Skip cooldown if the tablet is dropped. 
 
-   - https://github.com/apache/doris/pull/32079
+- https://github.com/apache/doris/pull/32079
 
 5. Support using workload group to manage routine load. 
 
-   - https://github.com/apache/doris/pull/31671
+- https://github.com/apache/doris/pull/31671
 
 6. [MTMV ]Improve the performance for query rewritting by materialized view. 
 
-   - https://github.com/apache/doris/pull/31886
+- https://github.com/apache/doris/pull/31886
 
 7. Reduce jvm heap memory consumed by profiles of BrokerLoadJob. 
 
-   - https://github.com/apache/doris/pull/31985
+- https://github.com/apache/doris/pull/31985
 
 8. Imporve the high QPS query by speed up PartitionPrunner. 
 
-   - https://github.com/apache/doris/pull/31970
+- https://github.com/apache/doris/pull/31970
 
 9. Reduce duplicated memory consumption for column name and column path for 
schema cache. 
 
-   - https://github.com/apache/doris/pull/31141
+- https://github.com/apache/doris/pull/31141
 
 10. Support more join types for query rewriting by materialized view such as 
INNER JOIN, LEFT OUTER JOIN, RIGHT OUTER JOIN, FULL OUTER JOIN, LEFT SEMI JOIN, 
RIGHT SEMI JOIN, LEFT ANTI JOIN, RIGHT ANTI JOIN.
 
-    - https://github.com/apache/doris/pull/32909
+- https://github.com/apache/doris/pull/32909
 
 
 
@@ -179,81 +180,81 @@ Dear community members, Apache Doris 2.1.1 has been 
officially released on April
 
 1. Do not push down topn-filter through right/full outer join if the first 
orderkey is nulls first. 
 
-   - https://github.com/apache/doris/pull/32633
+- https://github.com/apache/doris/pull/32633
 
 2. Fix memory leak in Java UDF.
 
-   - https://github.com/apache/doris/pull/32630
+- https://github.com/apache/doris/pull/32630
 
 3. If some odbc tables use the same resource, and restore not all odbc tables, 
it will not retain the resource.
-   and check some conf for backup/restore 
+and check some conf for backup/restore 
 
-   - https://github.com/apache/doris/pull/31989
+- https://github.com/apache/doris/pull/31989
 
 4. Fold constant will core for variant type. 
 
-   - https://github.com/apache/doris/pull/32265
+- https://github.com/apache/doris/pull/32265
 
 5. Routine load will pause when transaction fail in some cases. 
 
-   - https://github.com/apache/doris/pull/32638
+- https://github.com/apache/doris/pull/32638
 
 6. the result of left semi join with empty right side should be false instead 
of null. 
 
-   - https://github.com/apache/doris/pull/32477
+- https://github.com/apache/doris/pull/32477
 
 7. Fix core when build inverted index for a new column with no data. 
 
-   - https://github.com/apache/doris/pull/32669
+- https://github.com/apache/doris/pull/32669
 
 8. Fix be core caused by null-safe-equal join. 
 
-   - https://github.com/apache/doris/pull/32623
+- https://github.com/apache/doris/pull/32623
 
 9. Partial update: fix data correctness risk when load delete sign data into a 
table with sequence col. 
 
-   - https://github.com/apache/doris/pull/32574
+- https://github.com/apache/doris/pull/32574
 
 10. Select outfile: Fix the column type mapping in the orc/parquet file 
format. 
 
-    - https://github.com/apache/doris/pull/32281
+- https://github.com/apache/doris/pull/32281
 
 11. Fix BE core during restore stage. 
 
-    - https://github.com/apache/doris/pull/32489
+- https://github.com/apache/doris/pull/32489
 
 12. Use array_agg func after other agg func like count, sum, may make be core. 
 
-    - https://github.com/apache/doris/pull/32387
+- https://github.com/apache/doris/pull/32387
 
 13. Variant type should always nullable or there will some bugs. 
 
-    - https://github.com/apache/doris/pull/32248
+- https://github.com/apache/doris/pull/32248
 
 14. Fix the bug of handling empty blocks in schema change. 
 
-    - https://github.com/apache/doris/pull/32396
+- https://github.com/apache/doris/pull/32396
 
 15. Fix BE will core when use json_length() in some cases. 
 
-    - https://github.com/apache/doris/pull/32145
+- https://github.com/apache/doris/pull/32145
 
 16. Fix error when query iceberg table using date cast predicate 
 
-    - https://github.com/apache/doris/pull/32194
+- https://github.com/apache/doris/pull/32194
 
 17. Fix some bugs when build inverted index for variant type. 
 
-    - https://github.com/apache/doris/pull/31992
+- https://github.com/apache/doris/pull/31992
 
 18. Wrong result of two or more map_agg functions in query. 
 
-    - https://github.com/apache/doris/pull/31928
+- https://github.com/apache/doris/pull/31928
 
 19. Fix wrong result of money_format function. 
 
-    - https://github.com/apache/doris/pull/31883
+- https://github.com/apache/doris/pull/31883
 
 20. Fix connection hang after too many connections. 
 
-    - https://github.com/apache/doris/pull/31594
\ No newline at end of file
+- https://github.com/apache/doris/pull/31594
\ No newline at end of file
diff --git a/docs/releasenotes/release-2.1.1.md 
b/docs/releasenotes/release-2.1.1.md
index c91d18f34309..384bccdceb41 100644
--- a/docs/releasenotes/release-2.1.1.md
+++ b/docs/releasenotes/release-2.1.1.md
@@ -34,19 +34,19 @@ Dear community members, Apache Doris 2.1.1 has been 
officially released on April
 
 1. Change float type output format to improve float type serialization 
performance.
 
-   - https://github.com/apache/doris/pull/32049
+- https://github.com/apache/doris/pull/32049
 
 2. Change system table value functions active_queries(), workload_groups() to 
system tables. 
 
-   - https://github.com/apache/doris/pull/32314
+- https://github.com/apache/doris/pull/32314
 
 3. Disable show query/load profile stmt because there are not so many 
developers use it and the pipeline and pipelinex engine not support it. 
 
-   - https://github.com/apache/doris/pull/32467
+- https://github.com/apache/doris/pull/32467
 
 4. Upgrade arrow flight version to 15.0.2 to fix some bugs, so that please use 
ADBC 15.0.2 version to access Doris. 
 
-   - https://github.com/apache/doris/pull/32827.
+- https://github.com/apache/doris/pull/32827.
 
 
 
@@ -54,15 +54,15 @@ Dear community members, Apache Doris 2.1.1 has been 
officially released on April
 
 1. BE will core when rolling pgrade problem from 2.0.x to 2.1.x 
 
-   - https://github.com/apache/doris/pull/32672
+- https://github.com/apache/doris/pull/32672
 
-   - https://github.com/apache/doris/pull/32444
+- https://github.com/apache/doris/pull/32444
 
-   - https://github.com/apache/doris/pull/32162
+- https://github.com/apache/doris/pull/32162
 
 2. JDBC Catalog will have query errors when rolling grade rom 2.0.x to 2.1.x. 
 
-   - https://github.com/apache/doris/pull/32618
+- https://github.com/apache/doris/pull/32618
 
 
 
@@ -70,56 +70,56 @@ Dear community members, Apache Doris 2.1.1 has been 
officially released on April
 
 1. Enable column auth by default.
 
-   - https://github.com/apache/doris/pull/32659
+- https://github.com/apache/doris/pull/32659
 
 
 2. Get correct cores for pipeline and pipelinex engine when running within 
docker or k8s. 
-   
-   - https://github.com/apache/doris/pull/32370
+
+- https://github.com/apache/doris/pull/32370
 
 3. Support read parquet int96 type. 
 
-   - https://github.com/apache/doris/pull/32394
+- https://github.com/apache/doris/pull/32394
 
 4. Enable proxy protocol to support IP transparency. Using this protocol, IP 
transparency for load balancing can be achieved, so that after load balancing, 
Doris can still obtain the client's real IP and implement permission control 
such as whitelisting. 
 
-   - https://github.com/apache/doris/pull/32338/files
+- https://github.com/apache/doris/pull/32338/files
 
 5. Add workload group queue related columns for active_queries system table. 
Uses could use this system to monitor the workload queue usage. 
 
-   - https://github.com/apache/doris/pull/32259
+- https://github.com/apache/doris/pull/32259
 
 6. Add new system table backend_active_tasks to monitor the realtime query 
statics on every BE. 
 
-   - https://github.com/apache/doris/pull/31945
+- https://github.com/apache/doris/pull/31945
 
 7. Add ipv4 and ipv6 support for spark-doris connector. 
 
-   - https://github.com/apache/doris/pull/32240
+- https://github.com/apache/doris/pull/32240
 
 8. Add inverted index support for CCR. 
 
-   - https://github.com/apache/doris/pull/32101
+- https://github.com/apache/doris/pull/32101
 
 9. Support select experimental session variable. 
 
-   - https://github.com/apache/doris/pull/31837
+- https://github.com/apache/doris/pull/31837
 
 10. Support materialized view with bitmap_union(bitmap_from_array()) case. 
 
-    - https://github.com/apache/doris/pull/31962
+- https://github.com/apache/doris/pull/31962
 
 11. Support partition prune for *HIVE_DEFAULT_PARTITION*. 
 
-    - https://github.com/apache/doris/pull/31736
+- https://github.com/apache/doris/pull/31736
 
 12. Support function in set variable statement. 
 
-    - https://github.com/apache/doris/pull/32492
+- https://github.com/apache/doris/pull/32492
 
 13. Support arrow serialization for varint type. 
 
-    - https://github.com/apache/doris/pull/32809
+- https://github.com/apache/doris/pull/32809
 
 
 
@@ -127,42 +127,42 @@ Dear community members, Apache Doris 2.1.1 has been 
officially released on April
 
 1. Auto resume routine load when be restart or during upgrade. And keep the 
routine load stable. 
 
-   - https://github.com/apache/doris/pull/32239
+- https://github.com/apache/doris/pull/32239
 
 2. Routine Load: optimize allocate task to be algorithm for load balance. 
 
-   - https://github.com/apache/doris/pull/32021
+- https://github.com/apache/doris/pull/32021
 
 3. Spark Load: update spark version for spark load to resolve cve problem. 
 
-   - https://github.com/apache/doris/pull/30368
+- https://github.com/apache/doris/pull/30368
 
 4. Skip cooldown if the tablet is dropped. 
 
-   - https://github.com/apache/doris/pull/32079
+- https://github.com/apache/doris/pull/32079
 
 5. Support using workload group to manage routine load. 
 
-   - https://github.com/apache/doris/pull/31671
+- https://github.com/apache/doris/pull/31671
 
 6. [MTMV ]Improve the performance for query rewritting by materialized view. 
 
-   - https://github.com/apache/doris/pull/31886
+- https://github.com/apache/doris/pull/31886
 
 7. Reduce jvm heap memory consumed by profiles of BrokerLoadJob. 
 
-   - https://github.com/apache/doris/pull/31985
+- https://github.com/apache/doris/pull/31985
 8. Imporve the high QPS query by speed up PartitionPrunner. 
 
-   - https://github.com/apache/doris/pull/31970
+- https://github.com/apache/doris/pull/31970
 
 9. Reduce duplicated memory consumption for column name and column path for 
schema cache. 
 
-   - https://github.com/apache/doris/pull/31141
+- https://github.com/apache/doris/pull/31141
 
 10. Support more join types for query rewriting by materialized view such as 
INNER JOIN, LEFT OUTER JOIN, RIGHT OUTER JOIN, FULL OUTER JOIN, LEFT SEMI JOIN, 
RIGHT SEMI JOIN, LEFT ANTI JOIN, RIGHT ANTI JOIN 
 
-    - https://github.com/apache/doris/pull/32909
+- https://github.com/apache/doris/pull/32909
 
 
 
@@ -171,81 +171,81 @@ Dear community members, Apache Doris 2.1.1 has been 
officially released on April
 
 1. Do not push down topn-filter through right/full outer join if the first 
orderkey is nulls first. 
 
-   - https://github.com/apache/doris/pull/32633
+- https://github.com/apache/doris/pull/32633
 
 2. Fix memory leak in Java UDF 
 
-   - https://github.com/apache/doris/pull/32630
+- https://github.com/apache/doris/pull/32630
 
 3. If some odbc tables use the same resource, and restore not all odbc tables, 
it will not retain the resource.
-   and check some conf for backup/restore 
+and check some conf for backup/restore 
 
-   - https://github.com/apache/doris/pull/31989
+- https://github.com/apache/doris/pull/31989
 
 4. Fold constant will core for variant type. 
 
-   - https://github.com/apache/doris/pull/32265
+- https://github.com/apache/doris/pull/32265
 
 5. Routine load will pause when transaction fail in some cases. 
 
-   - https://github.com/apache/doris/pull/32638
+- https://github.com/apache/doris/pull/32638
 
 6. the result of left semi join with empty right side should be false instead 
of null. 
 
-   - https://github.com/apache/doris/pull/32477
+- https://github.com/apache/doris/pull/32477
 
 7. Fix core when build inverted index for a new column with no data. 
 
-   - https://github.com/apache/doris/pull/32669
+- https://github.com/apache/doris/pull/32669
 
 8. Fix be core caused by null-safe-equal join. 
 
-   - https://github.com/apache/doris/pull/32623
+- https://github.com/apache/doris/pull/32623
 
 9. Partial update: fix data correctness risk when load delete sign data into a 
table with sequence col. 
 
-   - https://github.com/apache/doris/pull/32574
+- https://github.com/apache/doris/pull/32574
 
 10. Select outfile: Fix the column type mapping in the orc/parquet file 
format. 
 
-    - https://github.com/apache/doris/pull/32281
+- https://github.com/apache/doris/pull/32281
 
 11. Fix BE core during restore stage. 
 
-    - https://github.com/apache/doris/pull/32489
+- https://github.com/apache/doris/pull/32489
 
 12. Use array_agg func after other agg func like count, sum, may make be core. 
 
-    - https://github.com/apache/doris/pull/32387
+- https://github.com/apache/doris/pull/32387
 
 13. Variant type should always nullable or there will some bugs. 
 
-    - https://github.com/apache/doris/pull/32248
+- https://github.com/apache/doris/pull/32248
 
 14. Fix the bug of handling empty blocks in schema change. 
 
-    - https://github.com/apache/doris/pull/32396
+- https://github.com/apache/doris/pull/32396
 
 15. Fix BE will core when use json_length() in some cases. 
 
-    - https://github.com/apache/doris/pull/32145
+- https://github.com/apache/doris/pull/32145
 
 16. Fix error when query iceberg table using date cast predicate 
 
-    - https://github.com/apache/doris/pull/32194
+- https://github.com/apache/doris/pull/32194
 
 17. Fix some bugs when build inverted index for variant type. 
 
-    - https://github.com/apache/doris/pull/31992
+- https://github.com/apache/doris/pull/31992
 
 18. Wrong result of two or more map_agg functions in query. 
 
-    - https://github.com/apache/doris/pull/31928
+- https://github.com/apache/doris/pull/31928
 
 19. Fix wrong result of money_format function. 
 
-    - https://github.com/apache/doris/pull/31883
+- https://github.com/apache/doris/pull/31883
 
 20. Fix connection hang after too many connections. 
 
-    - https://github.com/apache/doris/pull/31594
\ No newline at end of file
+- https://github.com/apache/doris/pull/31594
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.1.1.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.1.1.md
index 2923c98c2b2e..78c57329e8b0 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.1.1.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.1.1.md
@@ -27,219 +27,217 @@ under the License.
 
 亲爱的社区小伙伴们,Apache Doris 2.1.1 版本已于 2024 年 4 月 3 日正式发布。该版本针对 2.1.0 
版本出现的问题进行较为全面的优化,提交了若干改进项以及问题修复,进一步提升了系统的性能及稳定性,欢迎大家下载体验。
 
-立即下载
-- https://doris.apache.org/download/
+- **立即下载:** https://doris.apache.org/download/
 
-GitHub Release
-- https://github.com/apache/doris/releases
+- **GitHub Release:** https://github.com/apache/doris/releases
 
 
 ## 1 行为变更
 
 1. 改变了 Float 类型字段返回值序列化的方式,可以提升大数据量下 Float 返回的性能。
-   
-   - https://github.com/apache/doris/pull/32049 
+
+- https://github.com/apache/doris/pull/32049 
 
 2. 将部分 Table Valued Function 变更为系统表 `active_queries()`, `workload_groups()`。
-   
-   - https://github.com/apache/doris/pull/32314 
+
+- https://github.com/apache/doris/pull/32314 
 
 3. 由于 `show query``/l``oad profile stmt` 语句在实际用户场景中使用较少,该语句将不再支持与维护。同时该功能在 
Pipeline 与 PipelineX 引擎中不支持。
 
-   - https://github.com/apache/doris/pull/32467
+- https://github.com/apache/doris/pull/32467
 
 4. 升级 Arrow Flight 版本至 15.0.2,同时用户需要使用 ADBC 15.0.2 版本访问 Doris。
-   
-   - https://github.com/apache/doris/pull/32827.  
+
+- https://github.com/apache/doris/pull/32827.  
 
 ## 2 升级问题
 
 1. 修复了从 2.0.x 滚动升级至 2.1.x 的过程中,部分 BE 节点升级出现 Core 的问题。
-   
-   - https://github.com/apache/doris/pull/32672
-   
-   - https://github.com/apache/doris/pull/32444 
-   
-   - https://github.com/apache/doris/pull/32162 
+
+- https://github.com/apache/doris/pull/32672
+
+- https://github.com/apache/doris/pull/32444 
+
+- https://github.com/apache/doris/pull/32162 
 
 2. 修复了在 2.0.x 滚动升级至 2.1.x 过程中,使用 JDBC Catalog 会出现 Query 报错的问题。
 
-   - https://github.com/apache/doris/pull/32618
+- https://github.com/apache/doris/pull/32618
 
 ## 3 新功能
 
 1. 默认开启列级权限。
-   
-   - https://github.com/apache/doris/pull/32659
+
+- https://github.com/apache/doris/pull/32659
 
 2. Pipeline 和 PipelineX 引擎能够在 K8S 下准确获取 CPU 核数。
 
-   - https://github.com/apache/doris/pull/32370 
+- https://github.com/apache/doris/pull/32370 
 
 3. 支持读取 Parquet INT96 类型
-   
-   - https://github.com/apache/doris/pull/32394 
+
+- https://github.com/apache/doris/pull/32394 
 
 4. 支持 IP 透传的协议,以方便在 FE 之前启用代理的同时还能获取客户端准确的 IP 地址,实现白名单权限控制。
 
-   - https://github.com/apache/doris/pull/32338/files 
+- https://github.com/apache/doris/pull/32338/files 
 
 5. 增加对 Workload Queue 检测指标。
 
-   - https://github.com/apache/doris/pull/32259 
+- https://github.com/apache/doris/pull/32259 
 
 6. 增加系统表 `backend_active_tasks `,以实时监测每个 BE 上活跃任务以及消耗的资源信息。
 
-   - https://github.com/apache/doris/pull/31945 
+- https://github.com/apache/doris/pull/31945 
 
 7. 在 Spark Doris Connector 中增加 IPV4 和 IPV6 的支持。
 
-   - https://github.com/apache/doris/pull/32240
+- https://github.com/apache/doris/pull/32240
 
 8. CCR 支持倒排索引。
 
-   - https://github.com/apache/doris/pull/32101 
+- https://github.com/apache/doris/pull/32101 
 
 9. 支持查询 Experimental 的 Session Variable。  
 
-   - https://github.com/apache/doris/pull/31837
+- https://github.com/apache/doris/pull/31837
 
 10. 支持建立 `bitmap_union(bitmap_from_array())` 函数的物化视图。
 
-    -https://github.com/apache/doris/pull/31962
+-https://github.com/apache/doris/pull/31962
 
 11. 支持对 Hive 中 `HIVE_DEFAULT_PARTITION` 分区进行列裁剪。
 
-    - https://github.com/apache/doris/pull/31736 
+- https://github.com/apache/doris/pull/31736 
 
 12. 支持 `set variable` 语句中使用函数。
 
-    - https://github.com/apache/doris/pull/32492
+- https://github.com/apache/doris/pull/32492
 
 13. Arrow 序列化方式增加对 Variant 类型的支持。
 
-    - https://github.com/apache/doris/pull/32809
+- https://github.com/apache/doris/pull/32809
 
 ## 4 改进与优化 
 
 1. 当系统自动重启或者滚动升级之后,自动启动 Routine Load 导入任务。
 
-   - https://github.com/apache/doris/pull/32239  
+- https://github.com/apache/doris/pull/32239  
 
 2. 优化了 Routine Load 任务在各个 BE 上的分布方式,让各个 BE 负载更加均衡。
 
-   - https://github.com/apache/doris/pull/32021 
+- https://github.com/apache/doris/pull/32021 
 
 3. 升级 Spark 的版本,解决部分 Spark Load 的安全问题。
 
-   - https://github.com/apache/doris/pull/30368
+- https://github.com/apache/doris/pull/30368
 
 4. 在冷热分离过程中,自动跳过被删除的 Tablet. 
 
-   - https://github.com/apache/doris/pull/32079
+- https://github.com/apache/doris/pull/32079
 
 5. Workload Group 支持对 Routine Load 的资源进行限制。
 
-   - https://github.com/apache/doris/pull/31671
+- https://github.com/apache/doris/pull/31671
 
 6. 大幅度优化多表物化视图查询改写性能。
 
-   - https://github.com/apache/doris/pull/31886
+- https://github.com/apache/doris/pull/31886
 
 7. 优化 Broker Load 任务对 FE 的内存使用
 
-   - https://github.com/apache/doris/pull/31985
+- https://github.com/apache/doris/pull/31985
 
 8. 优化 Partition 的裁剪逻辑。
 
-   - https://github.com/apache/doris/pull/31970 
+- https://github.com/apache/doris/pull/31970 
 
 9. 优化 Tablet Schema Cache 对 BE 内存使用。
 
-   - https://github.com/apache/doris/pull/31141
+- https://github.com/apache/doris/pull/31141
 
 10. 多表物化视图增加更多对 JOIN 类型的支持,包括 INNER JOIN、LEFT OUTER JOIN、RIGHT OUTER JOIN、FULL 
OUTER JOIN、LEFT SEMI JOIN、RIGHT SEMI JOIN、LEFT ANTI JOIN、RIGHT ANTI JOIN 
 
-    - https://github.com/apache/doris/pull/32909 
+- https://github.com/apache/doris/pull/32909 
 
 ## 5 Bugs 修复
 
 1. 修复 TopN 下推导致的问题。
 
-   - https://github.com/apache/doris/pull/326332.
+- https://github.com/apache/doris/pull/326332.
 
 2. 修复 JAVA UDF 带来的内存泄露问题。
 
-   - https://github.com/apache/doris/pull/32630
+- https://github.com/apache/doris/pull/32630
 
 3. 修复 ODBC 表备份恢复问题。 
 
-   - https://github.com/apache/doris/pull/31989
+- https://github.com/apache/doris/pull/31989
 
 4. 修复对 Variant 类型进行运算时常量折叠会导致 BE 出错的问题
 
-   - https://github.com/apache/doris/pull/32265
+- https://github.com/apache/doris/pull/32265
 
 5. 修复了部分导入任务失败时 Routine Load 卡住的问题。
 
-   - https://github.com/apache/doris/pull/32638
+- https://github.com/apache/doris/pull/32638
 
 6. 修复 SEMI JOIN 结果不正确的问题。
 
-   - https://github.com/apache/doris/pull/32477 
+- https://github.com/apache/doris/pull/32477 
 
 7. 当列的数据为空时,修复建立倒排索引会出错的问题。 
 
-   - https://github.com/apache/doris/pull/32669 
+- https://github.com/apache/doris/pull/32669 
 
 8. 修复`<=> join` 操作会出现 Core 的问题。
 
-   - https://github.com/apache/doris/pull/32623 
+- https://github.com/apache/doris/pull/32623 
 
 9. 修复部分列更新在有 Sequence 列结果准确性的问题。
 
-   - https://github.com/apache/doris/pull/32574
+- https://github.com/apache/doris/pull/32574
 
 10. 修复 Select Outfile 导出到 Parquet 或者 ORC 格式的列类型映射问题。
 
-    - https://github.com/apache/doris/pull/32281 
+- https://github.com/apache/doris/pull/32281 
 
 11. 修复在 Restore 过程中 BE 有时候会 Core 的问题。
 
-    - https://github.com/apache/doris/pull/32489
+- https://github.com/apache/doris/pull/32489
 
 12. 修复 `array_agg `函数结果不对的问题。
 
-    - https://github.com/apache/doris/pull/32387 
+- https://github.com/apache/doris/pull/32387 
 
 13. 使 Variant 类型应当一直是 nullable. 
 
-    - https://github.com/apache/doris/pull/32248
+- https://github.com/apache/doris/pull/32248
 
 14. 修复 Schema Change 没有正确处理空 Block 的问题。
 
-    - https://github.com/apache/doris/pull/32396
+- https://github.com/apache/doris/pull/32396
 
 15. 修复使用 `json_length()` 函数时部分场景会出错的问题。
 
-    - https://github.com/apache/doris/pull/32145 
+- https://github.com/apache/doris/pull/32145 
 
 16. 修复 Iceberg 表没有正确处理 Date Cast 转换的问题。
 
-    - https://github.com/apache/doris/pull/32194 
+- https://github.com/apache/doris/pull/32194 
 
 17. 修复 Variant 类型建立 Index 时出现的部分 Bug。
 
-    - https://github.com/apache/doris/pull/31992 
+- https://github.com/apache/doris/pull/31992 
 
 18. 修复当多个 `map_agg` 函数同时使用时结果不正确的问题。
 
-    - https://github.com/apache/doris/pull/31928
+- https://github.com/apache/doris/pull/31928
 
 19. 修复 `money_format` 函数的返回结果不正确的问题。
 
-    - https://github.com/apache/doris/pull/31883 
+- https://github.com/apache/doris/pull/31883 
 
 20. 修复在高并发的建立链接时部分请求会卡住的问题。
 
-    - https://github.com/apache/doris/pull/31594
\ No newline at end of file
+- https://github.com/apache/doris/pull/31594
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/release-2.1.1.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/release-2.1.1.md
index 2356b89a961a..3c87e34b4b5f 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/release-2.1.1.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/release-2.1.1.md
@@ -26,219 +26,217 @@ under the License.
 
 亲爱的社区小伙伴们,Apache Doris 2.1.1 版本已于 2024 年 4 月 3 日正式发布。该版本针对 2.1.0 
版本出现的问题进行较为全面的优化,提交了若干改进项以及问题修复,进一步提升了系统的性能及稳定性,欢迎大家下载体验。
 
-立即下载
-- https://doris.apache.org/download/
+- **立即下载:** https://doris.apache.org/download/
 
-GitHub Release
-- https://github.com/apache/doris/releases
+- **GitHub Release:** https://github.com/apache/doris/releases
 
 
 ## 1 行为变更
 
 1. 改变了 Float 类型字段返回值序列化的方式,可以提升大数据量下 Float 返回的性能。
-   
-   - https://github.com/apache/doris/pull/32049 
+
+- https://github.com/apache/doris/pull/32049 
 
 2. 将部分 Table Valued Function 变更为系统表 `active_queries()`, `workload_groups()`。
-   
-   - https://github.com/apache/doris/pull/32314 
+
+- https://github.com/apache/doris/pull/32314 
 
 3. 由于 `show query``/l``oad profile stmt` 语句在实际用户场景中使用较少,该语句将不再支持与维护。同时该功能在 
Pipeline 与 PipelineX 引擎中不支持。
 
-   - https://github.com/apache/doris/pull/32467
+- https://github.com/apache/doris/pull/32467
 
 4. 升级 Arrow Flight 版本至 15.0.2,同时用户需要使用 ADBC 15.0.2 版本访问 Doris。
-   
-   - https://github.com/apache/doris/pull/32827.  
+
+- https://github.com/apache/doris/pull/32827.  
 
 ## 2 升级问题
 
 1. 修复了从 2.0.x 滚动升级至 2.1.x 的过程中,部分 BE 节点升级出现 Core 的问题。
-   
-   - https://github.com/apache/doris/pull/32672
-   
-   - https://github.com/apache/doris/pull/32444 
-   
-   - https://github.com/apache/doris/pull/32162 
+
+- https://github.com/apache/doris/pull/32672
+
+- https://github.com/apache/doris/pull/32444 
+
+- https://github.com/apache/doris/pull/32162 
 
 2. 修复了在 2.0.x 滚动升级至 2.1.x 过程中,使用 JDBC Catalog 会出现 Query 报错的问题。
 
-   - https://github.com/apache/doris/pull/32618
+- https://github.com/apache/doris/pull/32618
 
 ## 3 新功能
 
 1. 默认开启列级权限。
-   
-   - https://github.com/apache/doris/pull/32659
+
+- https://github.com/apache/doris/pull/32659
 
 2. Pipeline 和 PipelineX 引擎能够在 K8S 下准确获取 CPU 核数。
 
-   - https://github.com/apache/doris/pull/32370 
+- https://github.com/apache/doris/pull/32370 
 
 3. 支持读取 Parquet INT96 类型
-   
-   - https://github.com/apache/doris/pull/32394 
+
+- https://github.com/apache/doris/pull/32394 
 
 4. 支持 IP 透传的协议,以方便在 FE 之前启用代理的同时还能获取客户端准确的 IP 地址,实现白名单权限控制。
 
-   - https://github.com/apache/doris/pull/32338/files 
+- https://github.com/apache/doris/pull/32338/files 
 
 5. 增加对 Workload Queue 检测指标。
 
-   - https://github.com/apache/doris/pull/32259 
+- https://github.com/apache/doris/pull/32259 
 
 6. 增加系统表 `backend_active_tasks `,以实时监测每个 BE 上活跃任务以及消耗的资源信息。
 
-   - https://github.com/apache/doris/pull/31945 
+- https://github.com/apache/doris/pull/31945 
 
 7. 在 Spark Doris Connector 中增加 IPV4 和 IPV6 的支持。
 
-   - https://github.com/apache/doris/pull/32240
+- https://github.com/apache/doris/pull/32240
 
 8. CCR 支持倒排索引。
 
-   - https://github.com/apache/doris/pull/32101 
+- https://github.com/apache/doris/pull/32101 
 
 9. 支持查询 Experimental 的 Session Variable。 
 
-   - https://github.com/apache/doris/pull/31837
+- https://github.com/apache/doris/pull/31837
 
 10. 支持建立 `bitmap_union(bitmap_from_array())` 函数的物化视图。
 
-    -https://github.com/apache/doris/pull/31962
+- https://github.com/apache/doris/pull/31962
 
 11. 支持对 Hive 中 `HIVE_DEFAULT_PARTITION` 分区进行列裁剪。
 
-    - https://github.com/apache/doris/pull/31736 
+- https://github.com/apache/doris/pull/31736 
 
 12. 支持 `set variable` 语句中使用函数。
 
-    - https://github.com/apache/doris/pull/32492
+- https://github.com/apache/doris/pull/32492
 
 13. Arrow 序列化方式增加对 Variant 类型的支持。
 
-    - https://github.com/apache/doris/pull/32809
+- https://github.com/apache/doris/pull/32809
 
 ## 4 改进与优化 
 
 1. 当系统自动重启或者滚动升级之后,自动启动 Routine Load 导入任务。
 
-   - https://github.com/apache/doris/pull/32239  
+- https://github.com/apache/doris/pull/32239  
 
 2. 优化了 Routine Load 任务在各个 BE 上的分布方式,让各个 BE 负载更加均衡。
 
-   - https://github.com/apache/doris/pull/32021 
+- https://github.com/apache/doris/pull/32021 
 
 3. 升级 Spark 的版本,解决部分 Spark Load 的安全问题。
 
-   - https://github.com/apache/doris/pull/30368
+- https://github.com/apache/doris/pull/30368
 
 4. 在冷热分离过程中,自动跳过被删除的 Tablet. 
 
-   - https://github.com/apache/doris/pull/32079
+- https://github.com/apache/doris/pull/32079
 
 5. Workload Group 支持对 Routine Load 的资源进行限制。
 
-   - https://github.com/apache/doris/pull/31671
+- https://github.com/apache/doris/pull/31671
 
 6. 大幅度优化多表物化视图查询改写性能。
 
-   - https://github.com/apache/doris/pull/31886
+- https://github.com/apache/doris/pull/31886
 
 7. 优化 Broker Load 任务对 FE 的内存使用
 
-   - https://github.com/apache/doris/pull/31985
+- https://github.com/apache/doris/pull/31985
 
 8. 优化 Partition 的裁剪逻辑。
 
-   - https://github.com/apache/doris/pull/31970 
+- https://github.com/apache/doris/pull/31970 
 
 9. 优化 Tablet Schema Cache 对 BE 内存使用。
 
-   - https://github.com/apache/doris/pull/31141
+- https://github.com/apache/doris/pull/31141
 
 10. 多表物化视图增加更多对 JOIN 类型的支持,包括 INNER JOIN、LEFT OUTER JOIN、RIGHT OUTER JOIN、FULL 
OUTER JOIN、LEFT SEMI JOIN、RIGHT SEMI JOIN、LEFT ANTI JOIN、RIGHT ANTI JOIN 
 
-    - https://github.com/apache/doris/pull/32909 
+- https://github.com/apache/doris/pull/32909 
 
-## 5 Bugs 修复
+## 5 Bug 修复
 
 1. 修复 TopN 下推导致的问题。
 
-   - https://github.com/apache/doris/pull/326332.
+- https://github.com/apache/doris/pull/326332.
 
 2. 修复 JAVA UDF 带来的内存泄露问题。
 
-   - https://github.com/apache/doris/pull/32630
+- https://github.com/apache/doris/pull/32630
 
 3. 修复 ODBC 表备份恢复问题。 
 
-   - https://github.com/apache/doris/pull/31989
+- https://github.com/apache/doris/pull/31989
 
 4. 修复对 Variant 类型进行运算时常量折叠会导致 BE 出错的问题
 
-   - https://github.com/apache/doris/pull/32265
+- https://github.com/apache/doris/pull/32265
 
 5. 修复了部分导入任务失败时 Routine Load 卡住的问题。
 
-   - https://github.com/apache/doris/pull/32638
+- https://github.com/apache/doris/pull/32638
 
 6. 修复 SEMI JOIN 结果不正确的问题。
 
-   - https://github.com/apache/doris/pull/32477 
+- https://github.com/apache/doris/pull/32477 
 
 7. 当列的数据为空时,修复建立倒排索引会出错的问题。 
 
-   - https://github.com/apache/doris/pull/32669 
+- https://github.com/apache/doris/pull/32669 
 
 8. 修复`<=> join` 操作会出现 Core 的问题。
 
-   - https://github.com/apache/doris/pull/32623 
+- https://github.com/apache/doris/pull/32623 
 
 9. 修复部分列更新在有 Sequence 列结果准确性的问题。
 
-   - https://github.com/apache/doris/pull/32574
+- https://github.com/apache/doris/pull/32574
 
 10. 修复 Select Outfile 导出到 Parquet 或者 ORC 格式的列类型映射问题。
 
-    - https://github.com/apache/doris/pull/32281 
+- https://github.com/apache/doris/pull/32281 
 
 11. 修复在 Restore 过程中 BE 有时候会 Core 的问题。
 
-    - https://github.com/apache/doris/pull/32489
+- https://github.com/apache/doris/pull/32489
 
 12. 修复 `array_agg `函数结果不对的问题。
 
-    - https://github.com/apache/doris/pull/32387 
+- https://github.com/apache/doris/pull/32387 
 
 13. 使 Variant 类型应当一直是 nullable. 
 
-    - https://github.com/apache/doris/pull/32248
+- https://github.com/apache/doris/pull/32248
 
 14. 修复 Schema Change 没有正确处理空 Block 的问题。
 
-    - https://github.com/apache/doris/pull/32396
+- https://github.com/apache/doris/pull/32396
 
 15. 修复使用 `json_length()` 函数时部分场景会出错的问题。
 
-    - https://github.com/apache/doris/pull/32145 
+- https://github.com/apache/doris/pull/32145 
 
 16. 修复 Iceberg 表没有正确处理 Date Cast 转换的问题。
 
-    - https://github.com/apache/doris/pull/32194 
+- https://github.com/apache/doris/pull/32194 
 
 17. 修复 Variant 类型建立 Index 时出现的部分 Bug。
 
-    - https://github.com/apache/doris/pull/31992 
+- https://github.com/apache/doris/pull/31992 
 
 18. 修复当多个 `map_agg` 函数同时使用时结果不正确的问题。
 
-    - https://github.com/apache/doris/pull/31928
+- https://github.com/apache/doris/pull/31928
 
 19. 修复 `money_format` 函数的返回结果不正确的问题。
 
-    - https://github.com/apache/doris/pull/31883 
+- https://github.com/apache/doris/pull/31883 
 
 20. 修复在高并发的建立链接时部分请求会卡住的问题。
 
-    - https://github.com/apache/doris/pull/31594
\ No newline at end of file
+- https://github.com/apache/doris/pull/31594
\ No newline at end of file
diff --git a/src/constant/newsletter.data.ts b/src/constant/newsletter.data.ts
index 24b8f7141cbf..077d60fe8344 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.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",
@@ -6,13 +13,6 @@ export const NEWSLETTER_DATA = [
         to: '/blog/variant-in-apache-doris-2.1',
         image: 'variant-in-apache-doris-2.1.png',
     },
-    {
-        tags: ['Release Notes'],
-        title: "Another big leap: Apache Doris 2.1.0 is released",
-        content: `We appreciate the 237 contributors who made nearly 6000 
commits in total to the Apache Doris project, and the nearly 100 enterprise 
users who provided valuable feedback.`,
-        to: '/blog/release-note-2.1.0',
-        image: '2.1.0.png',
-    },
     {
         tags: ['Best Practice'],
         title: "Breaking down data silos with a unified data warehouse: an 
Apache Doris-based CDP",
diff --git a/src/pages/download/index.tsx b/src/pages/download/index.tsx
index 7a43b8ade352..a33f1d4f9cdf 100644
--- a/src/pages/download/index.tsx
+++ b/src/pages/download/index.tsx
@@ -54,7 +54,7 @@ export default function Download() {
     const [cpu, setCPU] = useState<string>(CPUEnum.X64);
     const [downloadInfo, setDownloadInfo] = useState<any>({});
     const [downloadType, setDownloadType] = useState(DownloadTypeEnum.Binary);
-    const [releaseNote, setReleaseNote] = 
useState('/docs/releasenotes/release-2.1.0');
+    const [releaseNote, setReleaseNote] = 
useState('/docs/releasenotes/release-2.1.1');
 
     const changeVersion = (val: string) => {
         setVersion(val);
diff --git a/versioned_docs/version-2.1/releasenotes/release-2.1.1.md 
b/versioned_docs/version-2.1/releasenotes/release-2.1.1.md
index e6b8f3b44df0..4689ae6fdd69 100644
--- a/versioned_docs/version-2.1/releasenotes/release-2.1.1.md
+++ b/versioned_docs/version-2.1/releasenotes/release-2.1.1.md
@@ -34,33 +34,33 @@ Dear community members, Apache Doris 2.1.1 has been 
officially released on April
 
 1. Change float type output format to improve float type serialization 
performance.
 
-   - https://github.com/apache/doris/pull/32049
+- https://github.com/apache/doris/pull/32049
 
 2. Change system table value functions active_queries(), workload_groups() to 
system tables. 
 
-   - https://github.com/apache/doris/pull/32314
+- https://github.com/apache/doris/pull/32314
 
 3. Disable show query/load profile stmt because there are not so many 
developers use it and the pipeline and pipelinex engine not support it. 
 
-   - https://github.com/apache/doris/pull/32467
+- https://github.com/apache/doris/pull/32467
 
 4. Upgrade arrow flight version to 15.0.2 to fix some bugs, so that please use 
ADBC 15.0.2 version to access Doris. 
 
-   - https://github.com/apache/doris/pull/32827.
+- https://github.com/apache/doris/pull/32827.
 
 ## Upgrade Problem
 
 1. BE will core when rolling pgrade problem from 2.0.x to 2.1.x 
 
-   - https://github.com/apache/doris/pull/32672
+- https://github.com/apache/doris/pull/32672
 
-   - https://github.com/apache/doris/pull/32444
+- https://github.com/apache/doris/pull/32444
 
-   - https://github.com/apache/doris/pull/32162
+- https://github.com/apache/doris/pull/32162
 
 2. JDBC Catalog will have query errors when rolling grade rom 2.0.x to 2.1.x. 
 
-   - https://github.com/apache/doris/pull/32618
+- https://github.com/apache/doris/pull/32618
 
 
 
@@ -68,56 +68,56 @@ Dear community members, Apache Doris 2.1.1 has been 
officially released on April
 
 1. Enable column auth by default.
 
-   - https://github.com/apache/doris/pull/32659
+- https://github.com/apache/doris/pull/32659
 
 
 2. Get correct cores for pipeline and pipelinex engine when running within 
docker or k8s. 
-   
-   - https://github.com/apache/doris/pull/32370
+
+- https://github.com/apache/doris/pull/32370
 
 3. Support read parquet int96 type. 
 
-   - https://github.com/apache/doris/pull/32394
+- https://github.com/apache/doris/pull/32394
 
 4. Enable proxy protocol to support IP transparency. Using this protocol, IP 
transparency for load balancing can be achieved, so that after load balancing, 
Doris can still obtain the client's real IP and implement permission control 
such as whitelisting. 
 
-   - https://github.com/apache/doris/pull/32338/files
+- https://github.com/apache/doris/pull/32338/files
 
 5. Add workload group queue related columns for active_queries system table. 
Uses could use this system to monitor the workload queue usage. 
 
-   - https://github.com/apache/doris/pull/32259
+- https://github.com/apache/doris/pull/32259
 
 6. Add new system table backend_active_tasks to monitor the realtime query 
statics on every BE. 
 
-   - https://github.com/apache/doris/pull/31945
+- https://github.com/apache/doris/pull/31945
 
 7. Add ipv4 and ipv6 support for spark-doris connector. 
 
-   - https://github.com/apache/doris/pull/32240
+- https://github.com/apache/doris/pull/32240
 
 8. Add inverted index support for CCR. 
 
-   - https://github.com/apache/doris/pull/32101
+- https://github.com/apache/doris/pull/32101
 
 9. Support select experimental session variable. 
 
-   - https://github.com/apache/doris/pull/31837
+- https://github.com/apache/doris/pull/31837
 
 10. Support materialized view with bitmap_union(bitmap_from_array()) case. 
 
-    - https://github.com/apache/doris/pull/31962
+   - https://github.com/apache/doris/pull/31962
 
 11. Support partition prune for *HIVE_DEFAULT_PARTITION*. 
 
-    - https://github.com/apache/doris/pull/31736
+   - https://github.com/apache/doris/pull/31736
 
 12. Support function in set variable statement. 
 
-    - https://github.com/apache/doris/pull/32492
+   - https://github.com/apache/doris/pull/32492
 
 13. Support arrow serialization for varint type. 
 
-    - https://github.com/apache/doris/pull/32809
+   - https://github.com/apache/doris/pull/32809
 
 
 
@@ -125,42 +125,42 @@ Dear community members, Apache Doris 2.1.1 has been 
officially released on April
 
 1. Auto resume routine load when be restart or during upgrade. And keep the 
routine load stable. 
 
-   - https://github.com/apache/doris/pull/32239
+- https://github.com/apache/doris/pull/32239
 
 2. Routine Load: optimize allocate task to be algorithm for load balance. 
 
-   - https://github.com/apache/doris/pull/32021
+- https://github.com/apache/doris/pull/32021
 
 3. Spark Load: update spark version for spark load to resolve cve problem. 
 
-   - https://github.com/apache/doris/pull/30368
+- https://github.com/apache/doris/pull/30368
 
 4. Skip cooldown if the tablet is dropped. 
 
-   - https://github.com/apache/doris/pull/32079
+- https://github.com/apache/doris/pull/32079
 
 5. Support using workload group to manage routine load. 
 
-   - https://github.com/apache/doris/pull/31671
+- https://github.com/apache/doris/pull/31671
 
 6. [MTMV ]Improve the performance for query rewritting by materialized view. 
 
-   - https://github.com/apache/doris/pull/31886
+- https://github.com/apache/doris/pull/31886
 
 7. Reduce jvm heap memory consumed by profiles of BrokerLoadJob. 
 
-   - https://github.com/apache/doris/pull/31985
+- https://github.com/apache/doris/pull/31985
 8. Imporve the high QPS query by speed up PartitionPrunner. 
 
-   - https://github.com/apache/doris/pull/31970
+- https://github.com/apache/doris/pull/31970
 
 9. Reduce duplicated memory consumption for column name and column path for 
schema cache. 
 
-   - https://github.com/apache/doris/pull/31141
+- https://github.com/apache/doris/pull/31141
 
 10. Support more join types for query rewriting by materialized view such as 
INNER JOIN, LEFT OUTER JOIN, RIGHT OUTER JOIN, FULL OUTER JOIN, LEFT SEMI JOIN, 
RIGHT SEMI JOIN, LEFT ANTI JOIN, RIGHT ANTI JOIN 
 
-    - https://github.com/apache/doris/pull/32909
+   - https://github.com/apache/doris/pull/32909
 
 
 
@@ -169,81 +169,81 @@ Dear community members, Apache Doris 2.1.1 has been 
officially released on April
 
 1. Do not push down topn-filter through right/full outer join if the first 
orderkey is nulls first. 
 
-   - https://github.com/apache/doris/pull/32633
+- https://github.com/apache/doris/pull/32633
 
 2. Fix memory leak in Java UDF 
 
-   - https://github.com/apache/doris/pull/32630
+- https://github.com/apache/doris/pull/32630
 
 3. If some odbc tables use the same resource, and restore not all odbc tables, 
it will not retain the resource.
-   and check some conf for backup/restore 
+and check some conf for backup/restore 
 
-   - https://github.com/apache/doris/pull/31989
+- https://github.com/apache/doris/pull/31989
 
 4. Fold constant will core for variant type. 
 
-   - https://github.com/apache/doris/pull/32265
+- https://github.com/apache/doris/pull/32265
 
 5. Routine load will pause when transaction fail in some cases. 
 
-   - https://github.com/apache/doris/pull/32638
+- https://github.com/apache/doris/pull/32638
 
 6. the result of left semi join with empty right side should be false instead 
of null. 
 
-   - https://github.com/apache/doris/pull/32477
+- https://github.com/apache/doris/pull/32477
 
 7. Fix core when build inverted index for a new column with no data. 
 
-   - https://github.com/apache/doris/pull/32669
+- https://github.com/apache/doris/pull/32669
 
 8. Fix be core caused by null-safe-equal join. 
 
-   - https://github.com/apache/doris/pull/32623
+- https://github.com/apache/doris/pull/32623
 
 9. Partial update: fix data correctness risk when load delete sign data into a 
table with sequence col. 
 
-   - https://github.com/apache/doris/pull/32574
+- https://github.com/apache/doris/pull/32574
 
 10. Select outfile: Fix the column type mapping in the orc/parquet file 
format. 
 
-    - https://github.com/apache/doris/pull/32281
+   - https://github.com/apache/doris/pull/32281
 
 11. Fix BE core during restore stage. 
 
-    - https://github.com/apache/doris/pull/32489
+   - https://github.com/apache/doris/pull/32489
 
 12. Use array_agg func after other agg func like count, sum, may make be core. 
 
-    - https://github.com/apache/doris/pull/32387
+   - https://github.com/apache/doris/pull/32387
 
 13. Variant type should always nullable or there will some bugs. 
 
-    - https://github.com/apache/doris/pull/32248
+   - https://github.com/apache/doris/pull/32248
 
 14. Fix the bug of handling empty blocks in schema change. 
 
-    - https://github.com/apache/doris/pull/32396
+   - https://github.com/apache/doris/pull/32396
 
 15. Fix BE will core when use json_length() in some cases. 
 
-    - https://github.com/apache/doris/pull/32145
+   - https://github.com/apache/doris/pull/32145
 
 16. Fix error when query iceberg table using date cast predicate 
 
-    - https://github.com/apache/doris/pull/32194
+   - https://github.com/apache/doris/pull/32194
 
 17. Fix some bugs when build inverted index for variant type. 
 
-    - https://github.com/apache/doris/pull/31992
+   - https://github.com/apache/doris/pull/31992
 
 18. Wrong result of two or more map_agg functions in query. 
 
-    - https://github.com/apache/doris/pull/31928
+   - https://github.com/apache/doris/pull/31928
 
 19. Fix wrong result of money_format function. 
 
-    - https://github.com/apache/doris/pull/31883
+   - https://github.com/apache/doris/pull/31883
 
 20. Fix connection hang after too many connections. 
 
-    - https://github.com/apache/doris/pull/31594
\ No newline at end of file
+   - https://github.com/apache/doris/pull/31594
\ 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