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

kassiez 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 e567cd3e619 [doc]:add v2.1.11 and v3.0.7 releasenote (#2768)
e567cd3e619 is described below

commit e567cd3e6198f1e9fc6b2e9c6668bf3487cff3a4
Author: yangon <[email protected]>
AuthorDate: Wed Aug 20 10:03:18 2025 +0800

    [doc]:add v2.1.11 and v3.0.7 releasenote (#2768)
---
 docs/releasenotes/all-release.md                   |   8 +-
 docs/releasenotes/v2.1/release-2.1.11.md           |  94 +++++++++++
 docs/releasenotes/v3.0/release-3.0.7.md            | 182 +++++++++++++++++++++
 .../current/releasenotes/all-release.md            |   8 +-
 .../current/releasenotes/v2.1/release-2.1.11.md    |  98 +++++++++++
 .../current/releasenotes/v3.0/release-3.0.7.md     | 179 ++++++++++++++++++++
 .../version-2.0/releasenotes/all-release.md        |   8 +-
 .../releasenotes/v2.1/release-2.1.11.md            |  98 +++++++++++
 .../version-2.1/releasenotes/all-release.md        |   8 +-
 .../releasenotes/v2.1/release-2.1.11.md            |  97 +++++++++++
 .../version-2.1/releasenotes/v3.0/release-3.0.7.md | 179 ++++++++++++++++++++
 .../version-3.0/releasenotes/all-release.md        |   8 +-
 .../releasenotes/v2.1/release-2.1.11.md            |  97 +++++++++++
 .../version-3.0/releasenotes/v3.0/release-3.0.7.md | 179 ++++++++++++++++++++
 sidebars.json                                      |   2 +
 src/constant/download.data.ts                      | 140 ++++++++++++----
 .../version-2.0/releasenotes/all-release.md        |   8 +-
 .../releasenotes/v2.1/release-2.1.11.md            |  94 +++++++++++
 .../version-2.1/releasenotes/all-release.md        |   9 +-
 .../releasenotes/v2.1/release-2.1.11.md            |  94 +++++++++++
 .../version-2.1/releasenotes/v3.0/release-3.0.7.md | 182 +++++++++++++++++++++
 .../version-3.0/releasenotes/all-release.md        |   8 +-
 .../releasenotes/v2.1/release-2.1.11.md            |  94 +++++++++++
 .../version-3.0/releasenotes/v3.0/release-3.0.7.md | 182 +++++++++++++++++++++
 versioned_sidebars/version-2.0-sidebars.json       |   1 +
 versioned_sidebars/version-2.1-sidebars.json       |   2 +
 versioned_sidebars/version-3.0-sidebars.json       |   2 +
 27 files changed, 2008 insertions(+), 53 deletions(-)

diff --git a/docs/releasenotes/all-release.md b/docs/releasenotes/all-release.md
index 13e944268aa..a5993a6c0c3 100644
--- a/docs/releasenotes/all-release.md
+++ b/docs/releasenotes/all-release.md
@@ -9,17 +9,21 @@ This document presents a summary of Apache Doris versions 
released within one ye
 
 :::tip Latest Release
 
-🎉 Version 3.0.6 released now. Check out the 🔗[Release 
Notes](../releasenotes/v3.0/release-3.0.6) here. Starting from version 3.X, 
Apache Doris supports a compute-storage decoupled mode in addition to the 
compute-storage coupled mode for cluster deployment. With the cloud-native 
architecture that decouples the computation and storage layers, users can 
achieve physical isolation between query loads across multiple compute 
clusters, as well as isolation between read and write loads. 
+🎉 Version 3.0.7 released now. Check out the 🔗[Release 
Notes](../releasenotes/v3.0/release-3.0.7) here. Starting from version 3.X, 
Apache Doris supports a compute-storage decoupled mode in addition to the 
compute-storage coupled mode for cluster deployment. With the cloud-native 
architecture that decouples the computation and storage layers, users can 
achieve physical isolation between query loads across multiple compute 
clusters, as well as isolation between read and write loads. 
 
 <br />
 
-🎉 Version 2.1.10 released now. Check out the 🔗[Release 
Notes](../releasenotes/v2.1/release-2.1.10) here. The 2.1 version delivers 
exceptional performance with 100% higher out-of-the-box queries proven by 
TPC-DS 1TB tests, enhanced data lake analytics that are 4-6 times speedier than 
Trino and Spark, solid support for semi-structured data analysis with new 
Variant types and suite of analytical functions, asynchronous materialized 
views for query acceleration, optimized real-time writing a [...]
+🎉 Version 2.1.11 released now. Check out the 🔗[Release 
Notes](../releasenotes/v2.1/release-2.1.11) here. The 2.1 version delivers 
exceptional performance with 100% higher out-of-the-box queries proven by 
TPC-DS 1TB tests, enhanced data lake analytics that are 4-6 times speedier than 
Trino and Spark, solid support for semi-structured data analysis with new 
Variant types and suite of analytical functions, asynchronous materialized 
views for query acceleration, optimized real-time writing a [...]
 
 :::
 
 
 <br />
 
+- [2025-08-25, Apache Doris 3.0.7 is 
released](../releasenotes/v3.0/release-3.0.7.md)
+
+- [2025-08-15, Apache Doris 2.1.11 is 
released](../releasenotes/v2.1/release-2.1.11.md)
+
 - [2025-06-16, Apache Doris 3.0.6 is 
released](../releasenotes/v3.0/release-3.0.6.md)
 
 - [2025-05-17, Apache Doris 2.1.10 is 
released](../releasenotes/v2.1/release-2.1.10.md)
diff --git a/docs/releasenotes/v2.1/release-2.1.11.md 
b/docs/releasenotes/v2.1/release-2.1.11.md
new file mode 100644
index 00000000000..2d1256ca569
--- /dev/null
+++ b/docs/releasenotes/v2.1/release-2.1.11.md
@@ -0,0 +1,94 @@
+---
+{
+    "title": "Release 2.1.11",
+    "language": "en"
+}
+---
+
+## Behavior Changes
+
+- `time_series_max_tablet_version_num` controls the maximum number of versions 
for tables using the time - series compaction strategy. 
[#51371](https://github.com/apache/doris/pull/51371)
+- Fixed the issue where the HDFS root_path did not take effect during hot - 
cold tiering. [#48441](https://github.com/apache/doris/pull/48441)
+- In the new optimizer (Nereids), when the depth or width of an expression in 
a query exceeds the threshold limit, the query will not fall back to the old 
optimizer regardless of whether the fallback has started. 
[#52431](https://github.com/apache/doris/pull/52431)
+- Unified the name checking rules for enabling or disabling unicode names. 
Now, the non - unicode name rules are a strict subset of the unicode name 
rules. [#53264](https://github.com/apache/doris/pull/53264)
+
+## New Features
+
+### Query Execution Engine
+
+- Introduced the system table `routine_load_job` to view information about 
routine load jobs.[#48963](https://github.com/apache/doris/pull/48963)
+
+### Query Optimizer
+
+- Supported MySQL's GROUP BY roll - up syntax `GROUP BY ... WITH ROLLUP`. 
[#51978](https://github.com/apache/doris/pull/51978)
+
+## Improvements
+
+### Query Optimizer
+
+- Optimized the performance of collecting statistical information on aggregate 
model tables and primary key model MOR tables. 
[#51675](https://github.com/apache/doris/pull/51675)
+
+### Asynchronous Materialized View
+
+- Optimized the planning performance of transparent rewriting. 
[#51309](https://github.com/apache/doris/pull/51309) 
+- Optimized the refresh performance. 
[#51493](https://github.com/apache/doris/pull/51493)
+
+## Bug Fixes
+
+### Data Loading
+
+- Fixed the problem that the display result of `show` did not meet 
expectations after altering the attributes of `routineload`. 
[#53038](https://github.com/apache/doris/pull/53038)
+
+### Lakehouse Integration
+
+- Fixed the issue of incorrect data reading for Iceberg equality delete in 
certain cases. [#51253](https://github.com/apache/doris/pull/51253)
+- Fixed the error of Iceberg Hadoop Catalog in the Kerberos environment. 
[#50623](https://github.com/apache/doris/pull/50623) 
[#52149](https://github.com/apache/doris/pull/52149)
+- Fixed the problem of failed transaction submission when writing to Iceberg 
tables in the Kerberos environment. 
[#51508](https://github.com/apache/doris/pull/51508)
+- Fixed the error in transaction submission when writing to Iceberg tables. 
[#52716](https://github.com/apache/doris/pull/52716)
+- Fixed the error when accessing Hudi tables in the Kerberos environment under 
certain circumstances. [#51713 ](https://github.com/apache/doris/pull/51713)
+- SQL Server Catalog supports identifying IDENTITY column information. 
[#51285](https://github.com/apache/doris/pull/51285)
+- Fixed the issue that Jdbc Catalog tables could not obtain row count 
information in some cases. [#50901](https://github.com/apache/doris/pull/50901)
+- Optimized the decompression performance of ORC zlib in the x86 environment 
and fixed potential problems. 
[#51775](https://github.com/apache/doris/pull/51775)
+- Added indicators related to Parquet/ORC condition filtering and delayed 
materialization in the Profile. 
[#51248](https://github.com/apache/doris/pull/51248)
+- Optimized the reading performance of ORC Footer. 
[#51117](https://github.com/apache/doris/pull/51117)
+- Fixed the problem that Table Valued Function could not read compressed JSON 
files. [#51983](https://github.com/apache/doris/pull/51983)
+- Fixed the issue of inconsistent metadata caused by concurrent catalog 
refreshing in some cases. [#51787](https://github.com/apache/doris/pull/51787)
+
+### Index
+
+- Fixed the query error of the inverted index when processing IN predicates 
containing CAST operations to avoid returning incorrect query results. 
[#50860](https://github.com/apache/doris/pull/50860)
+- Fixed the memory leak problem of the inverted index in abnormal execution 
situations. [#52747](https://github.com/apache/doris/pull/52747)
+
+### Semi-structured Data Type
+
+- Fixed the problem that some JSON functions returned incorrect results when 
dealing with null values.
+- Fixed some bugs related to JSON functions. 
[#52543](https://github.com/apache/doris/pull/52543) 
[#51516](https://github.com/apache/doris/pull/51516) 
+
+### Query Optimizer
+
+- Fixed the issue that the query could not continue execution when parsing a 
string into a date failed. [#50900](https://github.com/apache/doris/pull/50900)
+- Fixed the problem of incorrect constant folding results in individual 
scenarios. [#51738](https://github.com/apache/doris/pull/51738)
+- Fixed the issue that individual array functions could not be planned 
normally when encountering null literals as input. 
[#50899](https://github.com/apache/doris/pull/50899)
+- Fixed the problem that enabling local shuffle might lead to incorrect 
results in extreme scenarios. 
[#51313](https://github.com/apache/doris/pull/51313) [#52871 
](https://github.com/apache/doris/pull/52871)
+- Fixed the issue that `replace view` might cause column information not to be 
visible when using `desc view`. 
[#52043](https://github.com/apache/doris/pull/52043) 
+- Fixed the problem that the `prepare command` might not be executed correctly 
on non - master FE nodes. [#52265](https://github.com/apache/doris/pull/52265)
+
+### Asynchronous Materialized View
+
+- Fixed the problem that query failure might occur after transparent rewriting 
when the data type of the base table column changes. 
[#50730](https://github.com/apache/doris/pull/50730)
+- Fixed the problem of incorrect partition compensation in transparent 
rewriting in individual scenarios. 
[#51899](https://github.com/apache/doris/pull/51899) 
[#52218](https://github.com/apache/doris/pull/52218)
+
+### Query Execution Engine
+
+- Fixed the problem that TopN calculation might core dump when encountering 
variant column types. [#52573](https://github.com/apache/doris/pull/52573) 
+- Fixed the problem that the function `bitmap_from_base64` would core dump 
when inputting incorrect data. 
[#53018](https://github.com/apache/doris/pull/53018) 
+- Fixed the problem of some incorrect results of the `bitmap_union` function 
when dealing with ultra - large amounts of data. 
[#52033](https://github.com/apache/doris/pull/52033)
+- Fixed the calculation error of `multi_distinct_group_concat` when used in 
window functions. [#51875](https://github.com/apache/doris/pull/51875)
+- Fixed the problem that the `array_map` function might core dump at extreme 
values. [#51618](https://github.com/apache/doris/pull/51618) 
[#50913](https://github.com/apache/doris/pull/50913)
+- Fixed the problem of incorrect time zone handling. 
[#51454](https://github.com/apache/doris/pull/51454) 
+
+### Others
+
+- Fixed the inconsistent behavior of multi - statements between the master FE 
and non - master FE. [#52632](https://github.com/apache/doris/pull/52632)
+- Fixed the error of prepared statements on non - master FE. 
[#48689](https://github.com/apache/doris/pull/48689)
+- Fixed the problem that the rollup operation might cause CCR interruption. 
[#50830](https://github.com/apache/doris/pull/50830)
\ No newline at end of file
diff --git a/docs/releasenotes/v3.0/release-3.0.7.md 
b/docs/releasenotes/v3.0/release-3.0.7.md
new file mode 100644
index 00000000000..bfd06d1acde
--- /dev/null
+++ b/docs/releasenotes/v3.0/release-3.0.7.md
@@ -0,0 +1,182 @@
+---
+{
+    "title": "Release 3.0.7",
+    "language": "en"
+}
+---
+
+## Behavior Changes
+
+- Adjust the permission requirements for `show frontends` and `show backends` 
to align with the corresponding RESTful API, i.e., requiring the `SELECT_PRIV` 
permission on the `information_schema` database
+- Admin and root users with specified domains are no longer considered system 
users 
+- Storage: The default number of concurrent transactions per database is 
adjusted to 10000
+
+## New Features
+
+### Query Optimizer
+
+- Support MySQL's aggregate roll-up syntax `GROUP BY ... WITH ROLLUP`
+
+### Query Execution
+
+- `Like` statement supports `escape` syntax
+
+### Semi-structured Data Management
+
+- Support building non-tokenized inverted indexes and ngram bloomfilter 
indexes only for new data by setting the session variable 
`enable_add_index_for_new_data=true` 
+
+
+### New Functions
+
+- Added data functions: `cot`/`sec`/`cosec`
+
+## Improvements
+
+### Data Ingestion
+
+- Optimize error message prompts for `SHOW CREATE LOAD`
+
+### Primary Key Model
+
+- Add segment key bounds truncation capability to avoid single large import 
failures
+
+### Storage
+
+- Enhance the reliability of compaction and imported data
+- Optimize balance speed
+- Optimize table creation speed 
+- Optimize compaction default parameters and observability 
+- Optimize the issue of query error -230 
+- Add system table `backend_tablets` 
+- Optimize the performance of querying `information_schema.tables` from 
follower nodes in cloud mode 
+
+### Storage-Compute Decoupled
+
+- Enhance observability of Meta-service recycler
+- Support cross-compute group incremental preheating during import compaction 
+- Optimize Storage vault connectivity check
+- Support updating storage backend information via MS API 
+
+### Lakehouse
+
+- Optimize ORC zlib decompression performance in x86 environment and fix 
potential issues 
+- Optimize the default number of concurrent threads for external table reading
+- Optimize error messages for Catalogs that do not support DDL operations
+
+### Asynchronous Materialized Views
+
+- Optimize the performance of transparent rewriting planning
+
+### Query Optimizer
+
+- The `group_concat` function now allows parameters of non-string types
+- The `sum` and `avg` functions allow parameters of non-numeric types 
+- Expand the scope of support for delayed materialization in TOP-N queries, 
enabling delayed materialization when querying partial columns
+- When creating partitions, list partitions allow inclusion of `MAX_VALUE`
+- Optimize the performance of sampling and collecting statistical information 
for aggregate model tables
+- Optimize the accuracy of NDV values when sampling and collecting statistical 
information 
+
+### Inverted Index
+
+- Unify the order of properties displayed for inverted indexes in `show create 
table`
+- Add per-condition profile metrics (such as hit rows and execution time) for 
inverted index filter conditions to facilitate performance analysis
+- Enhance the display of inverted index-related information in profiles
+
+### Permissions
+
+- Ranger supports setting permissions for storage vault and compute group
+
+## Bug Fixes
+
+### Data Ingestion
+
+- Fix the correctness issue that may occur when importing CSV files with 
multi-character separators 
+- Fix the issue where the result of `ROUTINE LOAD` task display is incorrect 
after modifying task properties
+- Fix the issue where the one-stream multi-table import plan becomes invalid 
after primary node restart or Leader switch
+- Fix the issue where all scheduling tasks are blocked because `ROUTINE LOAD` 
tasks cannot find available BE nodes
+- Fix the concurrent read-write conflict issue of `runningTxnIds`
+
+### Primary Key Model
+
+- Optimize the import performance of mow tables under high-frequency 
concurrent imports
+- mow table full compaction releases space of deleted data
+- Fix the potential import failure issue of mow tables in extreme scenarios
+- Optimize the compaction performance of mow tables
+- Fix the potential correctness issue of mow tables during concurrent imports 
and schema changes
+- Fix the issue where schema change on empty mow tables may cause import stuck 
or schema change failure
+- Fix the memory leak issue of mow delete bitmap cache
+- Fix the potential correctness issue of mow tables after schema change
+
+### Storage
+
+- Fix the missing rowset issue in clone process caused by compaction
+- Fix the issue of inaccurate size calculation and default value for autobucket
+- Fix the potential correctness issue caused by bucket columns
+- Fix the issue where single-column tables cannot be renamed
+- Fix the potential memory leak issue of memtable 
+- Fix the inconsistent error reporting issue for unsupported operations in 
empty table transaction writes
+
+### Storage-Compute Decoupled
+
+- Several fixes for File cache 
+- Fix the issue where cumulative point may roll back during schema process
+- Fix the issue where background tasks affect automatic restart
+- Fix the unhandled exception issue in data recycling process in azure 
environment 
+- Fix the issue where file cache is not cleaned up in time when compacting a 
single rowset 
+
+### Lakehouse
+
+- Fix the transaction commit failure issue for Iceberg table writes in 
Kerberos environment 
+- Fix the query issue for hudi in kerberos environment 
+- Fix the potential deadlock issue in multi-Catalog scenarios
+- Fix the metadata inconsistency issue caused by concurrent Catalog refresh in 
some cases 
+- Fix the issue where ORC footer is read multiple times in some cases 
+- Fix the issue where Table Valued Function cannot read compressed json files
+- SQL Server Catalog supports identifying IDENTITY column information
+- SQL Convertor supports specifying multiple URLs for high availability
+
+### Asynchronous Materialized Views
+
+- Fix the issue where partition compensation may be performed incorrectly when 
the query is optimized to an empty result set
+
+### Query Optimizer
+
+- Fix the issue where factors other than `sql_select_limit` affect DML 
execution results 
+- Fix the issue where materialized CTEs may report errors in extreme cases 
when starting local shuffle
+- Fix the issue where prepared insert statements cannot be executed on 
non-master nodes 
+- Fix the result error issue when casting `ipv4` to string 
+
+### Permissions
+
+- When a user has multiple roles, the permissions of the multiple roles will 
be merged before authorization 
+
+### Query Execution
+
+- Fix issues with some json functions
+- Fix the potential BE Core issue when the asynchronous thread pool is full
+- Fix the incorrect result issue of `hll_to_base64` 
+- Fix the result error issue when casting `decimal256` to float 
+- Fix two memory leak issues
+- Fix the be core issue caused by `bitmap_from_base64`
+- Fix the potential be core issue caused by `array_map` function 
+- Fix the potential error issue of `split_by_regexp` function 
+- Fix the potential result error issue of `bitmap_union` function under 
extremely large data volumes 
+- Fix the potential core issue of `format round` function under some boundary 
values 
+
+### Inverted Index
+
+- Fix the memory leak issue of inverted indexes in abnormal situations
+- Fix the error reporting issue when writing and querying empty index files
+- Capture IO exceptions in inverted index string reading to avoid process 
crash due to exceptions 
+
+### Complex Data Types
+
+- Fix the potential type inference error when Variant Nested data types 
conflict
+- Fix the parameter type inference error of `map` function
+- Fix the issue where data is incorrectly converted to NULL when specifying 
`'$.'` as the path in jsonpath
+- Fix the issue where the serialization format cannot be restored when a 
subfield of Variant contains `.`
+
+### Others
+
+- Fix the insufficient length issue of the IP field in the auditlog table
+- Fix the issue where the query id recorded in the audit log is that of the 
previous query when SQL parsing fails 
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/all-release.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/all-release.md
index 3a5800016da..842ceaee24f 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/all-release.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/all-release.md
@@ -11,16 +11,20 @@
 
 :::tip 最新发布
 
-🎉 3.0.6 版本已于 2025 年 06 月 16 
日正式发布,详情可查看[版本发布](../releasenotes/v3.0/release-3.0.6)。从 3.X 版本开始,Apache Doris 
除了支持计算存储一体模式外,还支持计算存储分离模式进行集群部署。借助将计算和存储层解耦的云原生架构,用户可以在多个计算集群之间实现查询负载的物理隔离,以及读写负载的隔离。
+🎉 3.0.7 版本已于 2025 年 08 月 25 
日正式发布,详情可查看[版本发布](../releasenotes/v3.0/release-3.0.7)。从 3.X 版本开始,Apache Doris 
除了支持计算存储一体模式外,还支持计算存储分离模式进行集群部署。借助将计算和存储层解耦的云原生架构,用户可以在多个计算集群之间实现查询负载的物理隔离,以及读写负载的隔离。
 
 <br />
 
-🎉 2.1.10 版本现已于 2025 年 05 月 17 
日正式发布,详情可查看[版本发布](../releasenotes/v2.1/release-2.1.10)。子查询性能方面 2.1 
版本开箱即用查询的性能提高了 100%;在数据湖分析场景方面,相对于 Trino 和 Spark 分别有 4-6 
倍性能提升;在半结构化数据分析场景中提供了强有力的支持,包括新的 Variant 类型和一系列分析函数。此外,2.1 
版本起支持异步物化视图以加速查询,优化了大规模实时写入,并通过稳定性和运行时 SQL 资源跟踪改进了工作负载管理。
+🎉 2.1.11 版本现已于 2025 年 08 月 15 
日正式发布,详情可查看[版本发布](../releasenotes/v2.1/release-2.1.11)。子查询性能方面 2.1 
版本开箱即用查询的性能提高了 100%;在数据湖分析场景方面,相对于 Trino 和 Spark 分别有 4-6 
倍性能提升;在半结构化数据分析场景中提供了强有力的支持,包括新的 Variant 类型和一系列分析函数。此外,2.1 
版本起支持异步物化视图以加速查询,优化了大规模实时写入,并通过稳定性和运行时 SQL 资源跟踪改进了工作负载管理。
 
 :::
 
 <br />
 
+- [2025-08-25, Apache Doris 3.0.7 版本发布](../releasenotes/v3.0/release-3.0.7.md)
+
+- [2025-08-15, Apache Doris 2.1.11 
版本发布](../releasenotes/v2.1/release-2.1.11.md)
+
 - [2025-06-16, Apache Doris 3.0.6 版本发布](../releasenotes/v3.0/release-3.0.6.md) 
 
 - [2025-05-17, Apache Doris 2.1.10 
版本发布](../releasenotes/v2.1/release-2.1.10.md) 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/v2.1/release-2.1.11.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/v2.1/release-2.1.11.md
new file mode 100644
index 00000000000..6bd004b0697
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/v2.1/release-2.1.11.md
@@ -0,0 +1,98 @@
+---
+{
+    "title": "Release 2.1.11",
+    "language": "zh-CN"
+}
+---
+
+
+亲爱的社区小伙伴们,我们很高兴地向大家宣布,在 8 月 15 日我们引来了 Apache Doris 2.1.11 版本的正式发布,欢迎大家下载使用。
+
+
+## 行为变更
+
+- time_series_max_tablet_version_num 控制时序 compaction 
策略表的最大版本数目。[#51371](https://github.com/apache/doris/pull/51371)
+- 修复冷热分层时 hdfs root_path 
没有生效的问题。[#48441](https://github.com/apache/doris/pull/48441)
+- 在 
新优化器(Nereids)中,当查询时的表达式的深度或宽度超过阈值限制时,无论是否开始查询回退到老优化器,都不会回退。[#52431](https://github.com/apache/doris/pull/52431)
+- 统一了开始 unicode 名字与否的名字检查规则,现在非 unicode 名字规则是 unicode 
名字规则的严格子集。[#53264](https://github.com/apache/doris/pull/53264)
+
+## 新功能
+
+### 查询执行引擎
+
+- 引入系统表 routine_load_job 查看routine load job 
信息。[#48963](https://github.com/apache/doris/pull/48963)
+
+### 查询优化器
+
+- 支持了 MySQL 的 GROUP BY 上卷语法 GROUP BY ... WITH 
ROLLUP。[#51978](https://github.com/apache/doris/pull/51978)
+
+## 改进提升
+
+### 查询优化器
+
+- 优化了在聚合模型表和主键模型 mor 
表上收集统计信息的性能。[#51675](https://github.com/apache/doris/pull/51675)
+
+### 异步物化视图
+
+- 优化了透明改写的规划性能 [#51309](https://github.com/apache/doris/pull/51309) 
+- 优化了刷新的性能 [#51493](https://github.com/apache/doris/pull/51493)
+
+## Bug 修复
+
+### 导入
+
+- 修复 routineload alter 属性之后 show 展示结果不符合预期的问题 
[#53038](https://github.com/apache/doris/pull/53038)
+
+### 湖仓一体
+
+- 修复某些情况读取 iceberg equality delete 数据错误的问题  
[#51253](https://github.com/apache/doris/pull/51253)
+- 修复iceberg hadoop catalog 在 kerberos 环境下报错的问题  
[#50623](https://github.com/apache/doris/pull/50623) 
[#52149](https://github.com/apache/doris/pull/52149)
+- 修复 Kerberos 环境下 Iceberg 表写入事务提交失败的问题  
[#51508](https://github.com/apache/doris/pull/51508)
+- 修复 Iceberg 表写入事务提交错误的问题  [#52716](https://github.com/apache/doris/pull/52716)
+- 修复某些情况下访问 kerberos 环境的 Hudi 表数据报错的问题  [#51713 
](https://github.com/apache/doris/pull/51713)
+- SQL Server Catalog 支持识别 IDENTITY 列信息  
[#51285](https://github.com/apache/doris/pull/51285)
+- 修复某些情况下 Jdbc Catalog 表无法获取行数信息的问题  
[#50901](https://github.com/apache/doris/pull/50901)
+- 优化 orc zlib 在 x86 环境下的解压性能并修复潜在问题  
[#51775](https://github.com/apache/doris/pull/51775)
+- 在 Profile 中增加 Parquet/ORC 条件过滤和延迟物化相关的指标  
[#51248](https://github.com/apache/doris/pull/51248)
+- 优化 ORC Footer 的读取性能  [#51117](https://github.com/apache/doris/pull/51117)
+- 修复 Table Valued Function 无法读压缩格式的 json 文件的问题  
[#51983](https://github.com/apache/doris/pull/51983)
+- 修复某些情况下并发刷新 Catalog 导致元数据不一致的问题  
[#51787](https://github.com/apache/doris/pull/51787)
+
+### 索引
+
+- 修复了倒排索引在处理包含 CAST 操作的 IN 
谓词时出现的查询错误,避免返回错误的查询结果。[#50860](https://github.com/apache/doris/pull/50860)
+- 修复了倒排索引在执行异常情况下的内存泄漏问题。[#52747](https://github.com/apache/doris/pull/52747)
+
+### 半结构化数据类型
+
+- 修复了一些json 函数在null 值情况下结果错误的问题。
+- 修复了一些json 函数相关的bug。[#52543](https://github.com/apache/doris/pull/52543) 
[#51516](https://github.com/apache/doris/pull/51516) 
+
+### 查询优化器
+
+- 修复解析字符串为日期失败时,查询无法继续执行的问题 
[#50900](https://github.com/apache/doris/pull/50900)
+- 修复了个别场景下常量折叠结果错误的问题 [#51738](https://github.com/apache/doris/pull/51738)
+- 修复个别数组函数在遇到 null literal 作为输入时,无法正常规划的问题 
[#50899](https://github.com/apache/doris/pull/50899)
+- 修复在极端场景下,开启 local shuffle 可能导致结果错误的问题 
[#51313](https://github.com/apache/doris/pull/51313) [#52871 
](https://github.com/apache/doris/pull/52871)
+- 修复了 replace view 可能导致 desc view 时看不到列信息的问题 
[#52043](https://github.com/apache/doris/pull/52043) 
+- 修复了 prepare command 在非 master FE 节点上有可能无法正确执行的问题 
[#52265](https://github.com/apache/doris/pull/52265)
+
+### 异步物化视图
+
+- 修复当基表列的类型变更,可能导致透明改写后查询失败的问题 
[#50730](https://github.com/apache/doris/pull/50730)
+- 修复了个别场景下,透明改写分区补偿错误的问题 [#51899](https://github.com/apache/doris/pull/51899) 
[#52218](https://github.com/apache/doris/pull/52218)
+
+### 查询执行引擎
+
+- 修复TopN计算时如果遇到variant 
列类型,可能会core的问题。[#52573](https://github.com/apache/doris/pull/52573) 
+- 
修复函数bitmap_from_base64在输入错误数据时会Core的问题。[#53018](https://github.com/apache/doris/pull/53018)
 
+- 修复了bitmap_union 
函数在超大数据量时,一些结果错误的问题。[#52033](https://github.com/apache/doris/pull/52033)
+- 
修复了multi_distinct_group_concat在窗口函数中使用时计算错误的问题。[#51875](https://github.com/apache/doris/pull/51875)
+- 修复了array_map 
函数,在极端值时可能core的问题。[#51618](https://github.com/apache/doris/pull/51618) 
[#50913](https://github.com/apache/doris/pull/50913)
+- 修复了错误的时区处理的问题。[#51454](https://github.com/apache/doris/pull/51454) 
+
+### Others
+
+- 修复多语句在主 FE 和非主 FE 
行为不一致的问题。[#52632](https://github.com/apache/doris/pull/52632)
+- 修复 prepared statment  在非主 FE 
报错的问题。[#48689](https://github.com/apache/doris/pull/48689)
+- 修复 roolup 操作时可能导致 CCR 
中断的问题。[#50830](https://github.com/apache/doris/pull/50830)
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/v3.0/release-3.0.7.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/v3.0/release-3.0.7.md
new file mode 100644
index 00000000000..54bba0b08c0
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/v3.0/release-3.0.7.md
@@ -0,0 +1,179 @@
+---
+{
+    "title": "Release 3.0.7",
+    "language": "en"
+}
+---
+
+## 行为变更
+
+- 调整 `show frontends` 和 `show backends` 的权限需求,使其与对应的 RESTful API 保持一致,即需要 
`information_schema` 库的 `SELECT_PRIV` 权限
+- 指定 domain 的 admin 和 root 用户不再视为系统用户
+- 存储:单库默认并发事务数调整为 10000 
+
+## 新特性
+
+### 查询优化器
+
+- 支持 MySQL 的聚合上卷语法 `GROUP BY ... WITH ROLLUP` 
+
+### 查询执行
+
+- 新增数据函数:`cot`/`sec`/`cosec`
+- `Like` 语句支持 `escape` 语法
+
+### 半结构化数据管理
+
+- 通过设置会话变量 `enable_add_index_for_new_data=true`,支持仅对新增数据构建不分词倒排索引和 NGram 
bloomfilter 索引
+
+
+## 改进
+
+### 导入
+
+- 优化 `SHOW CREATE LOAD` 错误信息提示
+
+### 主键
+
+- 新增 segment key bounds 截断能力,避免单次大导入失败的问题
+
+### 存储
+
+- 增强 Compaction 和导入数据的可靠性
+- 优化 balance 速度
+- 优化建表速度
+- 优化 compaction 默认参数及可观测性
+- 优化查询报错 -230 的问题 
+- 增加系统表 `backend_tablets` 
+- 优化 Cloud 模式下从 follower 节点查询 `information_schema.tables` 的性能
+
+### 存算分离
+
+- 增强 Meta-service recycler 可观测性
+- 支持导入 compaction 过程进行跨 compute group 增量预热
+- 优化 Storage vault 连通性检查
+- 支持通过 MS API 更新存储后端信息
+
+### Lakehouse
+
+- 优化 x86 环境下 ORC zlib 的解压性能并修复潜在问题
+- 优化外表读取的默认并发线程数
+- 优化不支持 DDL 操作的 Catalog 的报错信息
+
+### 异步物化视图
+
+- 优化透明改写规划的性能
+
+### 查询优化器
+
+- `group_concat` 函数现在允许参数为非字符串类型
+- `sum` 和 `avg` 函数允许参数为非数值类型
+- 扩展 TOP-N 查询延迟物化的支持范围,当查询部分列时也能延迟物化
+- 创建分区时,list 分区允许包含 `MAX_VALUE`
+- 优化采样收集聚合模型表统计信息的性能
+- 优化采样收集统计信息时 NDV 值的准确性 
+
+### 倒排索引
+
+- 统一 `show create table` 中倒排索引展示的 properties 顺序 
+- 为倒排索引过滤条件新增逐条件的 profile 指标(如命中行数与执行时间),便于性能分析 
+- 增强 profile 中倒排索引相关信息展示
+
+### 权限
+
+- Ranger 支持设置 storage vault 和 compute group 的权限
+
+## 缺陷修复
+
+### 导入
+
+- 修复导入 CSV 文件使用多字符分隔符可能导致的正确性问题
+- 修复修改任务属性后显示 `ROUTINE LOAD` 任务结果不正确的问题
+- 修复主节点重启或 Leader 切换后一流多表导入计划失效的问题
+- 修复 `ROUTINE LOAD` 任务因找不到可用 BE 节点导致所有调度任务阻塞的问题
+- 修复 `runningTxnIds` 并发读写冲突问题
+
+### 主键
+
+- 优化 mow 表在高频并发导入下的导入性能 
+- mow 表 full compaction 释放被删除数据的空间
+- 修复 mow 表在极端场景下可能出现的导入失败问题 
+- 优化 mow 表 compaction 性能
+- 修复 mow 表在有并发导入和 sc 时可能的正确性问题
+- 修复 mow 空表执行 schema change 可能导致导入卡住或 schema change 失败的问题 
+- 修复 mow delete bitmap cache 内存泄漏问题
+- 修复 mow 表在 sc 后可能的正确性问题
+
+### 存储
+
+- 修复 compaction 导致的 clone 过程 missing rowset 问题
+- 修复 autobucket 计算 size 不准确及默认值问题 
+- 修复分桶列可能导致的正确性问题
+- 修复单列表不能 rename 的问题
+- 修复 memtable 可能的内存泄漏问题
+- 修复空表事务写对不支持行为的报错不统一问题
+
+### 存算分离
+
+- File cache 相关修复
+- 修复 schema 过程中 cumulative point 可能回滚的问题
+- 修复后台任务影响自动重启的问题
+- 修复 azure 环境中数据回收过程未处理的异常问题
+- 修复单 rowset 做 compaction 未及时清理 file cache 的问题
+
+### Lakehouse
+
+- 修复 Kerberos 环境下 Iceberg 表写入事务提交失败的问题
+- 修复 kerberos 环境下查询 hudi 的问题
+- 修复多 Catalog 情况下潜在的死锁问题
+- 修复某些情况下并发刷新 Catalog 导致元数据不一致的问题 
+- 修复 ORC footer 某些情况下会被多次读取的问题 
+- 修复 Table Valued Function 无法读取压缩格式 json 文件的问题
+- SQL Server Catalog 支持识别 IDENTITY 列信息
+- SQL Convertor 支持指定多个 url 以实现高可用
+
+### 异步物化视图
+
+- 修复当查询被优化为空集结果时,可能错误进行分区补偿的问题
+
+### 查询优化器
+
+- 修复 `sql_select_limit` 以外的影响 DML 执行结果的问题
+- 修复开始 local shuffle 时,物化的 CTE 在极端情况下可能执行报错的问题 
+- 修复 prepare 的 insert 语句无法在非 master 节点执行的问题
+- 修复 `cast ipv4` 到 string 的结果错误问题 
+
+### 权限
+
+- 当一个用户拥有多个角色时,会合并多个角色的权限后再执行鉴权
+
+### 查询执行
+
+- 修复部分 json 函数问题
+- 修复异步线程池满时可能导致 BE Core 的问题
+- 修复 `hll_to_base64` 结果不正确的问题
+- 修复 `decimal256` 转换为 float 时结果错误的问题
+- 修复两处内存泄漏问题
+- 修复 `bitmap_from_base64` 导致的 be core 问题
+- 修复 `array_map` 函数可能导致的 be core 问题 
+- 修复 `split_by_regexp` 函数可能的错误问题
+- 修复超大数据量下 `bitmap_union` 函数可能的结果错误问题
+- 修复 `format round` 函数在部分边界值下可能 core 的问题
+
+### 倒排索引
+
+- 修复倒排索引在异常情况下产生的内存泄漏问题
+- 修复写入和查询空索引文件时报错的问题
+- 捕获倒排索引字符串读取中的 IO 异常,避免因异常导致进程崩溃
+
+### 复杂数据类型
+
+- 修复 Variant Nested 嵌套数据类型冲突时可能导致的类型推断错误
+- 修复 `map` 函数参数类型推导错误
+- 修复 jsonpath 中指定 `'$.'` 作为 path 导致数据错误变为 NULL 的问题
+- 修复 Variant 的子字段包含 `.` 时,序列化格式无法还原的问题
+
+### 其他
+
+- 修复 auditlog 表 IP 字段长度不足的问题
+- 修复 SQL 解析错误时,审计日志中记录的 query id 为上一次执行查询的 query id 的问题 
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/all-release.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/all-release.md
index ad83678ad49..180c71ecd77 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/all-release.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/all-release.md
@@ -11,16 +11,20 @@
 
 :::tip 最新发布
 
-🎉 3.0.6 版本已于 2025 年 06 月 16 
日正式发布,详情可查看[版本发布](https://doris.apache.org/docs/3.0/releasenotes/v3.0/release-3.0.6)。从
 3.X 版本开始,Apache Doris 
除了支持计算存储一体模式外,还支持计算存储分离模式进行集群部署。借助将计算和存储层解耦的云原生架构,用户可以在多个计算集群之间实现查询负载的物理隔离,以及读写负载的隔离。
+🎉 3.0.7 版本已于 2025 年 08 月 25 
日正式发布,详情可查看[版本发布](https://doris.apache.org/docs/3.0/releasenotes/v3.0/release-3.0.7)。从
 3.X 版本开始,Apache Doris 
除了支持计算存储一体模式外,还支持计算存储分离模式进行集群部署。借助将计算和存储层解耦的云原生架构,用户可以在多个计算集群之间实现查询负载的物理隔离,以及读写负载的隔离。
 
 <br />
 
-🎉 2.1.10 版本现已于 2025 年 05 月 17 
日正式发布,详情可查看[版本发布](../releasenotes/v2.1/release-2.1.10)。子查询性能方面 2.1 
版本开箱即用查询的性能提高了 100%;在数据湖分析场景方面,相对于 Trino 和 Spark 分别有 4-6 
倍性能提升;在半结构化数据分析场景中提供了强有力的支持,包括新的 Variant 类型和一系列分析函数。此外,2.1 
版本起支持异步物化视图以加速查询,优化了大规模实时写入,并通过稳定性和运行时 SQL 资源跟踪改进了工作负载管理。
+🎉 2.1.11 版本现已于 2025 年 08 月 15 
日正式发布,详情可查看[版本发布](../releasenotes/v2.1/release-2.1.11)。子查询性能方面 2.1 
版本开箱即用查询的性能提高了 100%;在数据湖分析场景方面,相对于 Trino 和 Spark 分别有 4-6 
倍性能提升;在半结构化数据分析场景中提供了强有力的支持,包括新的 Variant 类型和一系列分析函数。此外,2.1 
版本起支持异步物化视图以加速查询,优化了大规模实时写入,并通过稳定性和运行时 SQL 资源跟踪改进了工作负载管理。
 
 :::
 
 <br />
 
+- [2025-08-25, Apache Doris 3.0.7 
版本发布](https://doris.apache.org/docs/3.0/releasenotes/v3.0/release-3.0.7)
+
+- [2025-08-15, Apache Doris 2.1.11 
版本发布](../releasenotes/v2.1/release-2.1.11.md)
+
 - [2025-06-16, Apache Doris 3.0.6 
版本发布](https://doris.apache.org/docs/3.0/releasenotes/v3.0/release-3.0.6) 
 
 - [2025-05-17, Apache Doris 2.1.10 
版本发布](../releasenotes/v2.1/release-2.1.10.md) 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/v2.1/release-2.1.11.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/v2.1/release-2.1.11.md
new file mode 100644
index 00000000000..6bd004b0697
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/v2.1/release-2.1.11.md
@@ -0,0 +1,98 @@
+---
+{
+    "title": "Release 2.1.11",
+    "language": "zh-CN"
+}
+---
+
+
+亲爱的社区小伙伴们,我们很高兴地向大家宣布,在 8 月 15 日我们引来了 Apache Doris 2.1.11 版本的正式发布,欢迎大家下载使用。
+
+
+## 行为变更
+
+- time_series_max_tablet_version_num 控制时序 compaction 
策略表的最大版本数目。[#51371](https://github.com/apache/doris/pull/51371)
+- 修复冷热分层时 hdfs root_path 
没有生效的问题。[#48441](https://github.com/apache/doris/pull/48441)
+- 在 
新优化器(Nereids)中,当查询时的表达式的深度或宽度超过阈值限制时,无论是否开始查询回退到老优化器,都不会回退。[#52431](https://github.com/apache/doris/pull/52431)
+- 统一了开始 unicode 名字与否的名字检查规则,现在非 unicode 名字规则是 unicode 
名字规则的严格子集。[#53264](https://github.com/apache/doris/pull/53264)
+
+## 新功能
+
+### 查询执行引擎
+
+- 引入系统表 routine_load_job 查看routine load job 
信息。[#48963](https://github.com/apache/doris/pull/48963)
+
+### 查询优化器
+
+- 支持了 MySQL 的 GROUP BY 上卷语法 GROUP BY ... WITH 
ROLLUP。[#51978](https://github.com/apache/doris/pull/51978)
+
+## 改进提升
+
+### 查询优化器
+
+- 优化了在聚合模型表和主键模型 mor 
表上收集统计信息的性能。[#51675](https://github.com/apache/doris/pull/51675)
+
+### 异步物化视图
+
+- 优化了透明改写的规划性能 [#51309](https://github.com/apache/doris/pull/51309) 
+- 优化了刷新的性能 [#51493](https://github.com/apache/doris/pull/51493)
+
+## Bug 修复
+
+### 导入
+
+- 修复 routineload alter 属性之后 show 展示结果不符合预期的问题 
[#53038](https://github.com/apache/doris/pull/53038)
+
+### 湖仓一体
+
+- 修复某些情况读取 iceberg equality delete 数据错误的问题  
[#51253](https://github.com/apache/doris/pull/51253)
+- 修复iceberg hadoop catalog 在 kerberos 环境下报错的问题  
[#50623](https://github.com/apache/doris/pull/50623) 
[#52149](https://github.com/apache/doris/pull/52149)
+- 修复 Kerberos 环境下 Iceberg 表写入事务提交失败的问题  
[#51508](https://github.com/apache/doris/pull/51508)
+- 修复 Iceberg 表写入事务提交错误的问题  [#52716](https://github.com/apache/doris/pull/52716)
+- 修复某些情况下访问 kerberos 环境的 Hudi 表数据报错的问题  [#51713 
](https://github.com/apache/doris/pull/51713)
+- SQL Server Catalog 支持识别 IDENTITY 列信息  
[#51285](https://github.com/apache/doris/pull/51285)
+- 修复某些情况下 Jdbc Catalog 表无法获取行数信息的问题  
[#50901](https://github.com/apache/doris/pull/50901)
+- 优化 orc zlib 在 x86 环境下的解压性能并修复潜在问题  
[#51775](https://github.com/apache/doris/pull/51775)
+- 在 Profile 中增加 Parquet/ORC 条件过滤和延迟物化相关的指标  
[#51248](https://github.com/apache/doris/pull/51248)
+- 优化 ORC Footer 的读取性能  [#51117](https://github.com/apache/doris/pull/51117)
+- 修复 Table Valued Function 无法读压缩格式的 json 文件的问题  
[#51983](https://github.com/apache/doris/pull/51983)
+- 修复某些情况下并发刷新 Catalog 导致元数据不一致的问题  
[#51787](https://github.com/apache/doris/pull/51787)
+
+### 索引
+
+- 修复了倒排索引在处理包含 CAST 操作的 IN 
谓词时出现的查询错误,避免返回错误的查询结果。[#50860](https://github.com/apache/doris/pull/50860)
+- 修复了倒排索引在执行异常情况下的内存泄漏问题。[#52747](https://github.com/apache/doris/pull/52747)
+
+### 半结构化数据类型
+
+- 修复了一些json 函数在null 值情况下结果错误的问题。
+- 修复了一些json 函数相关的bug。[#52543](https://github.com/apache/doris/pull/52543) 
[#51516](https://github.com/apache/doris/pull/51516) 
+
+### 查询优化器
+
+- 修复解析字符串为日期失败时,查询无法继续执行的问题 
[#50900](https://github.com/apache/doris/pull/50900)
+- 修复了个别场景下常量折叠结果错误的问题 [#51738](https://github.com/apache/doris/pull/51738)
+- 修复个别数组函数在遇到 null literal 作为输入时,无法正常规划的问题 
[#50899](https://github.com/apache/doris/pull/50899)
+- 修复在极端场景下,开启 local shuffle 可能导致结果错误的问题 
[#51313](https://github.com/apache/doris/pull/51313) [#52871 
](https://github.com/apache/doris/pull/52871)
+- 修复了 replace view 可能导致 desc view 时看不到列信息的问题 
[#52043](https://github.com/apache/doris/pull/52043) 
+- 修复了 prepare command 在非 master FE 节点上有可能无法正确执行的问题 
[#52265](https://github.com/apache/doris/pull/52265)
+
+### 异步物化视图
+
+- 修复当基表列的类型变更,可能导致透明改写后查询失败的问题 
[#50730](https://github.com/apache/doris/pull/50730)
+- 修复了个别场景下,透明改写分区补偿错误的问题 [#51899](https://github.com/apache/doris/pull/51899) 
[#52218](https://github.com/apache/doris/pull/52218)
+
+### 查询执行引擎
+
+- 修复TopN计算时如果遇到variant 
列类型,可能会core的问题。[#52573](https://github.com/apache/doris/pull/52573) 
+- 
修复函数bitmap_from_base64在输入错误数据时会Core的问题。[#53018](https://github.com/apache/doris/pull/53018)
 
+- 修复了bitmap_union 
函数在超大数据量时,一些结果错误的问题。[#52033](https://github.com/apache/doris/pull/52033)
+- 
修复了multi_distinct_group_concat在窗口函数中使用时计算错误的问题。[#51875](https://github.com/apache/doris/pull/51875)
+- 修复了array_map 
函数,在极端值时可能core的问题。[#51618](https://github.com/apache/doris/pull/51618) 
[#50913](https://github.com/apache/doris/pull/50913)
+- 修复了错误的时区处理的问题。[#51454](https://github.com/apache/doris/pull/51454) 
+
+### Others
+
+- 修复多语句在主 FE 和非主 FE 
行为不一致的问题。[#52632](https://github.com/apache/doris/pull/52632)
+- 修复 prepared statment  在非主 FE 
报错的问题。[#48689](https://github.com/apache/doris/pull/48689)
+- 修复 roolup 操作时可能导致 CCR 
中断的问题。[#50830](https://github.com/apache/doris/pull/50830)
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/all-release.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/all-release.md
index 3a5800016da..842ceaee24f 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/all-release.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/all-release.md
@@ -11,16 +11,20 @@
 
 :::tip 最新发布
 
-🎉 3.0.6 版本已于 2025 年 06 月 16 
日正式发布,详情可查看[版本发布](../releasenotes/v3.0/release-3.0.6)。从 3.X 版本开始,Apache Doris 
除了支持计算存储一体模式外,还支持计算存储分离模式进行集群部署。借助将计算和存储层解耦的云原生架构,用户可以在多个计算集群之间实现查询负载的物理隔离,以及读写负载的隔离。
+🎉 3.0.7 版本已于 2025 年 08 月 25 
日正式发布,详情可查看[版本发布](../releasenotes/v3.0/release-3.0.7)。从 3.X 版本开始,Apache Doris 
除了支持计算存储一体模式外,还支持计算存储分离模式进行集群部署。借助将计算和存储层解耦的云原生架构,用户可以在多个计算集群之间实现查询负载的物理隔离,以及读写负载的隔离。
 
 <br />
 
-🎉 2.1.10 版本现已于 2025 年 05 月 17 
日正式发布,详情可查看[版本发布](../releasenotes/v2.1/release-2.1.10)。子查询性能方面 2.1 
版本开箱即用查询的性能提高了 100%;在数据湖分析场景方面,相对于 Trino 和 Spark 分别有 4-6 
倍性能提升;在半结构化数据分析场景中提供了强有力的支持,包括新的 Variant 类型和一系列分析函数。此外,2.1 
版本起支持异步物化视图以加速查询,优化了大规模实时写入,并通过稳定性和运行时 SQL 资源跟踪改进了工作负载管理。
+🎉 2.1.11 版本现已于 2025 年 08 月 15 
日正式发布,详情可查看[版本发布](../releasenotes/v2.1/release-2.1.11)。子查询性能方面 2.1 
版本开箱即用查询的性能提高了 100%;在数据湖分析场景方面,相对于 Trino 和 Spark 分别有 4-6 
倍性能提升;在半结构化数据分析场景中提供了强有力的支持,包括新的 Variant 类型和一系列分析函数。此外,2.1 
版本起支持异步物化视图以加速查询,优化了大规模实时写入,并通过稳定性和运行时 SQL 资源跟踪改进了工作负载管理。
 
 :::
 
 <br />
 
+- [2025-08-25, Apache Doris 3.0.7 版本发布](../releasenotes/v3.0/release-3.0.7.md)
+
+- [2025-08-15, Apache Doris 2.1.11 
版本发布](../releasenotes/v2.1/release-2.1.11.md)
+
 - [2025-06-16, Apache Doris 3.0.6 版本发布](../releasenotes/v3.0/release-3.0.6.md) 
 
 - [2025-05-17, Apache Doris 2.1.10 
版本发布](../releasenotes/v2.1/release-2.1.10.md) 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/v2.1/release-2.1.11.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/v2.1/release-2.1.11.md
new file mode 100644
index 00000000000..34e1f8d8c9a
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/v2.1/release-2.1.11.md
@@ -0,0 +1,97 @@
+---
+{
+    "title": "Release 2.1.11",
+    "language": "zh-CN"
+}
+---
+
+亲爱的社区小伙伴们,我们很高兴地向大家宣布,在 8 月 15 日我们引来了 Apache Doris 2.1.11 版本的正式发布,欢迎大家下载使用。
+
+
+## 行为变更
+
+- time_series_max_tablet_version_num 控制时序 compaction 
策略表的最大版本数目。[#51371](https://github.com/apache/doris/pull/51371)
+- 修复冷热分层时 hdfs root_path 
没有生效的问题。[#48441](https://github.com/apache/doris/pull/48441)
+- 在 
新优化器(Nereids)中,当查询时的表达式的深度或宽度超过阈值限制时,无论是否开始查询回退到老优化器,都不会回退。[#52431](https://github.com/apache/doris/pull/52431)
+- 统一了开始 unicode 名字与否的名字检查规则,现在非 unicode 名字规则是 unicode 
名字规则的严格子集。[#53264](https://github.com/apache/doris/pull/53264)
+
+## 新功能
+
+### 查询执行引擎
+
+- 引入系统表 routine_load_job 查看routine load job 
信息。[#48963](https://github.com/apache/doris/pull/48963)
+
+### 查询优化器
+
+- 支持了 MySQL 的 GROUP BY 上卷语法 GROUP BY ... WITH 
ROLLUP。[#51978](https://github.com/apache/doris/pull/51978)
+
+## 改进提升
+
+### 查询优化器
+
+- 优化了在聚合模型表和主键模型 mor 
表上收集统计信息的性能。[#51675](https://github.com/apache/doris/pull/51675)
+
+### 异步物化视图
+
+- 优化了透明改写的规划性能 [#51309](https://github.com/apache/doris/pull/51309) 
+- 优化了刷新的性能 [#51493](https://github.com/apache/doris/pull/51493)
+
+## Bug 修复
+
+### 导入
+
+- 修复 routineload alter 属性之后 show 展示结果不符合预期的问题 
[#53038](https://github.com/apache/doris/pull/53038)
+
+### 湖仓一体
+
+- 修复某些情况读取 iceberg equality delete 数据错误的问题  
[#51253](https://github.com/apache/doris/pull/51253)
+- 修复iceberg hadoop catalog 在 kerberos 环境下报错的问题  
[#50623](https://github.com/apache/doris/pull/50623) 
[#52149](https://github.com/apache/doris/pull/52149)
+- 修复 Kerberos 环境下 Iceberg 表写入事务提交失败的问题  
[#51508](https://github.com/apache/doris/pull/51508)
+- 修复 Iceberg 表写入事务提交错误的问题  [#52716](https://github.com/apache/doris/pull/52716)
+- 修复某些情况下访问 kerberos 环境的 Hudi 表数据报错的问题  [#51713 
](https://github.com/apache/doris/pull/51713)
+- SQL Server Catalog 支持识别 IDENTITY 列信息  
[#51285](https://github.com/apache/doris/pull/51285)
+- 修复某些情况下 Jdbc Catalog 表无法获取行数信息的问题  
[#50901](https://github.com/apache/doris/pull/50901)
+- 优化 orc zlib 在 x86 环境下的解压性能并修复潜在问题  
[#51775](https://github.com/apache/doris/pull/51775)
+- 在 Profile 中增加 Parquet/ORC 条件过滤和延迟物化相关的指标  
[#51248](https://github.com/apache/doris/pull/51248)
+- 优化 ORC Footer 的读取性能  [#51117](https://github.com/apache/doris/pull/51117)
+- 修复 Table Valued Function 无法读压缩格式的 json 文件的问题  
[#51983](https://github.com/apache/doris/pull/51983)
+- 修复某些情况下并发刷新 Catalog 导致元数据不一致的问题  
[#51787](https://github.com/apache/doris/pull/51787)
+
+### 索引
+
+- 修复了倒排索引在处理包含 CAST 操作的 IN 
谓词时出现的查询错误,避免返回错误的查询结果。[#50860](https://github.com/apache/doris/pull/50860)
+- 修复了倒排索引在执行异常情况下的内存泄漏问题。[#52747](https://github.com/apache/doris/pull/52747)
+
+### 半结构化数据类型
+
+- 修复了一些json 函数在null 值情况下结果错误的问题。
+- 修复了一些json 函数相关的bug。[#52543](https://github.com/apache/doris/pull/52543) 
[#51516](https://github.com/apache/doris/pull/51516) 
+
+### 查询优化器
+
+- 修复解析字符串为日期失败时,查询无法继续执行的问题 
[#50900](https://github.com/apache/doris/pull/50900)
+- 修复了个别场景下常量折叠结果错误的问题 [#51738](https://github.com/apache/doris/pull/51738)
+- 修复个别数组函数在遇到 null literal 作为输入时,无法正常规划的问题 
[#50899](https://github.com/apache/doris/pull/50899)
+- 修复在极端场景下,开启 local shuffle 可能导致结果错误的问题 
[#51313](https://github.com/apache/doris/pull/51313) [#52871 
](https://github.com/apache/doris/pull/52871)
+- 修复了 replace view 可能导致 desc view 时看不到列信息的问题 
[#52043](https://github.com/apache/doris/pull/52043) 
+- 修复了 prepare command 在非 master FE 节点上有可能无法正确执行的问题 
[#52265](https://github.com/apache/doris/pull/52265)
+
+### 异步物化视图
+
+- 修复当基表列的类型变更,可能导致透明改写后查询失败的问题 
[#50730](https://github.com/apache/doris/pull/50730)
+- 修复了个别场景下,透明改写分区补偿错误的问题 [#51899](https://github.com/apache/doris/pull/51899) 
[#52218](https://github.com/apache/doris/pull/52218)
+
+### 查询执行引擎
+
+- 修复TopN计算时如果遇到variant 
列类型,可能会core的问题。[#52573](https://github.com/apache/doris/pull/52573) 
+- 
修复函数bitmap_from_base64在输入错误数据时会Core的问题。[#53018](https://github.com/apache/doris/pull/53018)
 
+- 修复了bitmap_union 
函数在超大数据量时,一些结果错误的问题。[#52033](https://github.com/apache/doris/pull/52033)
+- 
修复了multi_distinct_group_concat在窗口函数中使用时计算错误的问题。[#51875](https://github.com/apache/doris/pull/51875)
+- 修复了array_map 
函数,在极端值时可能core的问题。[#51618](https://github.com/apache/doris/pull/51618) 
[#50913](https://github.com/apache/doris/pull/50913)
+- 修复了错误的时区处理的问题。[#51454](https://github.com/apache/doris/pull/51454) 
+
+### Others
+
+- 修复多语句在主 FE 和非主 FE 
行为不一致的问题。[#52632](https://github.com/apache/doris/pull/52632)
+- 修复 prepared statment  在非主 FE 
报错的问题。[#48689](https://github.com/apache/doris/pull/48689)
+- 修复 roolup 操作时可能导致 CCR 
中断的问题。[#50830](https://github.com/apache/doris/pull/50830)
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/v3.0/release-3.0.7.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/v3.0/release-3.0.7.md
new file mode 100644
index 00000000000..54bba0b08c0
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/v3.0/release-3.0.7.md
@@ -0,0 +1,179 @@
+---
+{
+    "title": "Release 3.0.7",
+    "language": "en"
+}
+---
+
+## 行为变更
+
+- 调整 `show frontends` 和 `show backends` 的权限需求,使其与对应的 RESTful API 保持一致,即需要 
`information_schema` 库的 `SELECT_PRIV` 权限
+- 指定 domain 的 admin 和 root 用户不再视为系统用户
+- 存储:单库默认并发事务数调整为 10000 
+
+## 新特性
+
+### 查询优化器
+
+- 支持 MySQL 的聚合上卷语法 `GROUP BY ... WITH ROLLUP` 
+
+### 查询执行
+
+- 新增数据函数:`cot`/`sec`/`cosec`
+- `Like` 语句支持 `escape` 语法
+
+### 半结构化数据管理
+
+- 通过设置会话变量 `enable_add_index_for_new_data=true`,支持仅对新增数据构建不分词倒排索引和 NGram 
bloomfilter 索引
+
+
+## 改进
+
+### 导入
+
+- 优化 `SHOW CREATE LOAD` 错误信息提示
+
+### 主键
+
+- 新增 segment key bounds 截断能力,避免单次大导入失败的问题
+
+### 存储
+
+- 增强 Compaction 和导入数据的可靠性
+- 优化 balance 速度
+- 优化建表速度
+- 优化 compaction 默认参数及可观测性
+- 优化查询报错 -230 的问题 
+- 增加系统表 `backend_tablets` 
+- 优化 Cloud 模式下从 follower 节点查询 `information_schema.tables` 的性能
+
+### 存算分离
+
+- 增强 Meta-service recycler 可观测性
+- 支持导入 compaction 过程进行跨 compute group 增量预热
+- 优化 Storage vault 连通性检查
+- 支持通过 MS API 更新存储后端信息
+
+### Lakehouse
+
+- 优化 x86 环境下 ORC zlib 的解压性能并修复潜在问题
+- 优化外表读取的默认并发线程数
+- 优化不支持 DDL 操作的 Catalog 的报错信息
+
+### 异步物化视图
+
+- 优化透明改写规划的性能
+
+### 查询优化器
+
+- `group_concat` 函数现在允许参数为非字符串类型
+- `sum` 和 `avg` 函数允许参数为非数值类型
+- 扩展 TOP-N 查询延迟物化的支持范围,当查询部分列时也能延迟物化
+- 创建分区时,list 分区允许包含 `MAX_VALUE`
+- 优化采样收集聚合模型表统计信息的性能
+- 优化采样收集统计信息时 NDV 值的准确性 
+
+### 倒排索引
+
+- 统一 `show create table` 中倒排索引展示的 properties 顺序 
+- 为倒排索引过滤条件新增逐条件的 profile 指标(如命中行数与执行时间),便于性能分析 
+- 增强 profile 中倒排索引相关信息展示
+
+### 权限
+
+- Ranger 支持设置 storage vault 和 compute group 的权限
+
+## 缺陷修复
+
+### 导入
+
+- 修复导入 CSV 文件使用多字符分隔符可能导致的正确性问题
+- 修复修改任务属性后显示 `ROUTINE LOAD` 任务结果不正确的问题
+- 修复主节点重启或 Leader 切换后一流多表导入计划失效的问题
+- 修复 `ROUTINE LOAD` 任务因找不到可用 BE 节点导致所有调度任务阻塞的问题
+- 修复 `runningTxnIds` 并发读写冲突问题
+
+### 主键
+
+- 优化 mow 表在高频并发导入下的导入性能 
+- mow 表 full compaction 释放被删除数据的空间
+- 修复 mow 表在极端场景下可能出现的导入失败问题 
+- 优化 mow 表 compaction 性能
+- 修复 mow 表在有并发导入和 sc 时可能的正确性问题
+- 修复 mow 空表执行 schema change 可能导致导入卡住或 schema change 失败的问题 
+- 修复 mow delete bitmap cache 内存泄漏问题
+- 修复 mow 表在 sc 后可能的正确性问题
+
+### 存储
+
+- 修复 compaction 导致的 clone 过程 missing rowset 问题
+- 修复 autobucket 计算 size 不准确及默认值问题 
+- 修复分桶列可能导致的正确性问题
+- 修复单列表不能 rename 的问题
+- 修复 memtable 可能的内存泄漏问题
+- 修复空表事务写对不支持行为的报错不统一问题
+
+### 存算分离
+
+- File cache 相关修复
+- 修复 schema 过程中 cumulative point 可能回滚的问题
+- 修复后台任务影响自动重启的问题
+- 修复 azure 环境中数据回收过程未处理的异常问题
+- 修复单 rowset 做 compaction 未及时清理 file cache 的问题
+
+### Lakehouse
+
+- 修复 Kerberos 环境下 Iceberg 表写入事务提交失败的问题
+- 修复 kerberos 环境下查询 hudi 的问题
+- 修复多 Catalog 情况下潜在的死锁问题
+- 修复某些情况下并发刷新 Catalog 导致元数据不一致的问题 
+- 修复 ORC footer 某些情况下会被多次读取的问题 
+- 修复 Table Valued Function 无法读取压缩格式 json 文件的问题
+- SQL Server Catalog 支持识别 IDENTITY 列信息
+- SQL Convertor 支持指定多个 url 以实现高可用
+
+### 异步物化视图
+
+- 修复当查询被优化为空集结果时,可能错误进行分区补偿的问题
+
+### 查询优化器
+
+- 修复 `sql_select_limit` 以外的影响 DML 执行结果的问题
+- 修复开始 local shuffle 时,物化的 CTE 在极端情况下可能执行报错的问题 
+- 修复 prepare 的 insert 语句无法在非 master 节点执行的问题
+- 修复 `cast ipv4` 到 string 的结果错误问题 
+
+### 权限
+
+- 当一个用户拥有多个角色时,会合并多个角色的权限后再执行鉴权
+
+### 查询执行
+
+- 修复部分 json 函数问题
+- 修复异步线程池满时可能导致 BE Core 的问题
+- 修复 `hll_to_base64` 结果不正确的问题
+- 修复 `decimal256` 转换为 float 时结果错误的问题
+- 修复两处内存泄漏问题
+- 修复 `bitmap_from_base64` 导致的 be core 问题
+- 修复 `array_map` 函数可能导致的 be core 问题 
+- 修复 `split_by_regexp` 函数可能的错误问题
+- 修复超大数据量下 `bitmap_union` 函数可能的结果错误问题
+- 修复 `format round` 函数在部分边界值下可能 core 的问题
+
+### 倒排索引
+
+- 修复倒排索引在异常情况下产生的内存泄漏问题
+- 修复写入和查询空索引文件时报错的问题
+- 捕获倒排索引字符串读取中的 IO 异常,避免因异常导致进程崩溃
+
+### 复杂数据类型
+
+- 修复 Variant Nested 嵌套数据类型冲突时可能导致的类型推断错误
+- 修复 `map` 函数参数类型推导错误
+- 修复 jsonpath 中指定 `'$.'` 作为 path 导致数据错误变为 NULL 的问题
+- 修复 Variant 的子字段包含 `.` 时,序列化格式无法还原的问题
+
+### 其他
+
+- 修复 auditlog 表 IP 字段长度不足的问题
+- 修复 SQL 解析错误时,审计日志中记录的 query id 为上一次执行查询的 query id 的问题 
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/releasenotes/all-release.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/releasenotes/all-release.md
index 706f842debb..1bdc2b44a5f 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/releasenotes/all-release.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/releasenotes/all-release.md
@@ -12,16 +12,20 @@
 
 :::tip 最新发布
 
-🎉 3.0.6 版本已于 2025 年 06 月 16 
日正式发布,详情可查看[版本发布](../releasenotes/v3.0/release-3.0.6)。从 3.X 版本开始,Apache Doris 
除了支持计算存储一体模式外,还支持计算存储分离模式进行集群部署。借助将计算和存储层解耦的云原生架构,用户可以在多个计算集群之间实现查询负载的物理隔离,以及读写负载的隔离。
+🎉 3.0.7 版本已于 2025 年 08 月 25 
日正式发布,详情可查看[版本发布](../releasenotes/v3.0/release-3.0.7)。从 3.X 版本开始,Apache Doris 
除了支持计算存储一体模式外,还支持计算存储分离模式进行集群部署。借助将计算和存储层解耦的云原生架构,用户可以在多个计算集群之间实现查询负载的物理隔离,以及读写负载的隔离。
 
 <br />
 
-🎉 2.1.10 版本现已于 2025 年 05 月 17 
日正式发布,详情可查看[版本发布](../releasenotes/v2.1/release-2.1.10)。子查询性能方面 2.1 
版本开箱即用查询的性能提高了 100%;在数据湖分析场景方面,相对于 Trino 和 Spark 分别有 4-6 
倍性能提升;在半结构化数据分析场景中提供了强有力的支持,包括新的 Variant 类型和一系列分析函数。此外,2.1 
版本起支持异步物化视图以加速查询,优化了大规模实时写入,并通过稳定性和运行时 SQL 资源跟踪改进了工作负载管理。
+🎉 2.1.11 版本现已于 2025 年 08 月 15 
日正式发布,详情可查看[版本发布](../releasenotes/v2.1/release-2.1.11)。子查询性能方面 2.1 
版本开箱即用查询的性能提高了 100%;在数据湖分析场景方面,相对于 Trino 和 Spark 分别有 4-6 
倍性能提升;在半结构化数据分析场景中提供了强有力的支持,包括新的 Variant 类型和一系列分析函数。此外,2.1 
版本起支持异步物化视图以加速查询,优化了大规模实时写入,并通过稳定性和运行时 SQL 资源跟踪改进了工作负载管理。
 
 :::
 
 <br />
 
+- [2025-08-25, Apache Doris 3.0.7 版本发布](../releasenotes/v3.0/release-3.0.7.md)
+
+- [2025-08-15, Apache Doris 2.1.11 
版本发布](../releasenotes/v2.1/release-2.1.11.md)
+
 - [2025-06-16, Apache Doris 3.0.6 版本发布](../releasenotes/v3.0/release-3.0.6.md) 
 
 - [2025-05-17, Apache Doris 2.1.10 
版本发布](../releasenotes/v2.1/release-2.1.10.md) 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/releasenotes/v2.1/release-2.1.11.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/releasenotes/v2.1/release-2.1.11.md
new file mode 100644
index 00000000000..34e1f8d8c9a
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/releasenotes/v2.1/release-2.1.11.md
@@ -0,0 +1,97 @@
+---
+{
+    "title": "Release 2.1.11",
+    "language": "zh-CN"
+}
+---
+
+亲爱的社区小伙伴们,我们很高兴地向大家宣布,在 8 月 15 日我们引来了 Apache Doris 2.1.11 版本的正式发布,欢迎大家下载使用。
+
+
+## 行为变更
+
+- time_series_max_tablet_version_num 控制时序 compaction 
策略表的最大版本数目。[#51371](https://github.com/apache/doris/pull/51371)
+- 修复冷热分层时 hdfs root_path 
没有生效的问题。[#48441](https://github.com/apache/doris/pull/48441)
+- 在 
新优化器(Nereids)中,当查询时的表达式的深度或宽度超过阈值限制时,无论是否开始查询回退到老优化器,都不会回退。[#52431](https://github.com/apache/doris/pull/52431)
+- 统一了开始 unicode 名字与否的名字检查规则,现在非 unicode 名字规则是 unicode 
名字规则的严格子集。[#53264](https://github.com/apache/doris/pull/53264)
+
+## 新功能
+
+### 查询执行引擎
+
+- 引入系统表 routine_load_job 查看routine load job 
信息。[#48963](https://github.com/apache/doris/pull/48963)
+
+### 查询优化器
+
+- 支持了 MySQL 的 GROUP BY 上卷语法 GROUP BY ... WITH 
ROLLUP。[#51978](https://github.com/apache/doris/pull/51978)
+
+## 改进提升
+
+### 查询优化器
+
+- 优化了在聚合模型表和主键模型 mor 
表上收集统计信息的性能。[#51675](https://github.com/apache/doris/pull/51675)
+
+### 异步物化视图
+
+- 优化了透明改写的规划性能 [#51309](https://github.com/apache/doris/pull/51309) 
+- 优化了刷新的性能 [#51493](https://github.com/apache/doris/pull/51493)
+
+## Bug 修复
+
+### 导入
+
+- 修复 routineload alter 属性之后 show 展示结果不符合预期的问题 
[#53038](https://github.com/apache/doris/pull/53038)
+
+### 湖仓一体
+
+- 修复某些情况读取 iceberg equality delete 数据错误的问题  
[#51253](https://github.com/apache/doris/pull/51253)
+- 修复iceberg hadoop catalog 在 kerberos 环境下报错的问题  
[#50623](https://github.com/apache/doris/pull/50623) 
[#52149](https://github.com/apache/doris/pull/52149)
+- 修复 Kerberos 环境下 Iceberg 表写入事务提交失败的问题  
[#51508](https://github.com/apache/doris/pull/51508)
+- 修复 Iceberg 表写入事务提交错误的问题  [#52716](https://github.com/apache/doris/pull/52716)
+- 修复某些情况下访问 kerberos 环境的 Hudi 表数据报错的问题  [#51713 
](https://github.com/apache/doris/pull/51713)
+- SQL Server Catalog 支持识别 IDENTITY 列信息  
[#51285](https://github.com/apache/doris/pull/51285)
+- 修复某些情况下 Jdbc Catalog 表无法获取行数信息的问题  
[#50901](https://github.com/apache/doris/pull/50901)
+- 优化 orc zlib 在 x86 环境下的解压性能并修复潜在问题  
[#51775](https://github.com/apache/doris/pull/51775)
+- 在 Profile 中增加 Parquet/ORC 条件过滤和延迟物化相关的指标  
[#51248](https://github.com/apache/doris/pull/51248)
+- 优化 ORC Footer 的读取性能  [#51117](https://github.com/apache/doris/pull/51117)
+- 修复 Table Valued Function 无法读压缩格式的 json 文件的问题  
[#51983](https://github.com/apache/doris/pull/51983)
+- 修复某些情况下并发刷新 Catalog 导致元数据不一致的问题  
[#51787](https://github.com/apache/doris/pull/51787)
+
+### 索引
+
+- 修复了倒排索引在处理包含 CAST 操作的 IN 
谓词时出现的查询错误,避免返回错误的查询结果。[#50860](https://github.com/apache/doris/pull/50860)
+- 修复了倒排索引在执行异常情况下的内存泄漏问题。[#52747](https://github.com/apache/doris/pull/52747)
+
+### 半结构化数据类型
+
+- 修复了一些json 函数在null 值情况下结果错误的问题。
+- 修复了一些json 函数相关的bug。[#52543](https://github.com/apache/doris/pull/52543) 
[#51516](https://github.com/apache/doris/pull/51516) 
+
+### 查询优化器
+
+- 修复解析字符串为日期失败时,查询无法继续执行的问题 
[#50900](https://github.com/apache/doris/pull/50900)
+- 修复了个别场景下常量折叠结果错误的问题 [#51738](https://github.com/apache/doris/pull/51738)
+- 修复个别数组函数在遇到 null literal 作为输入时,无法正常规划的问题 
[#50899](https://github.com/apache/doris/pull/50899)
+- 修复在极端场景下,开启 local shuffle 可能导致结果错误的问题 
[#51313](https://github.com/apache/doris/pull/51313) [#52871 
](https://github.com/apache/doris/pull/52871)
+- 修复了 replace view 可能导致 desc view 时看不到列信息的问题 
[#52043](https://github.com/apache/doris/pull/52043) 
+- 修复了 prepare command 在非 master FE 节点上有可能无法正确执行的问题 
[#52265](https://github.com/apache/doris/pull/52265)
+
+### 异步物化视图
+
+- 修复当基表列的类型变更,可能导致透明改写后查询失败的问题 
[#50730](https://github.com/apache/doris/pull/50730)
+- 修复了个别场景下,透明改写分区补偿错误的问题 [#51899](https://github.com/apache/doris/pull/51899) 
[#52218](https://github.com/apache/doris/pull/52218)
+
+### 查询执行引擎
+
+- 修复TopN计算时如果遇到variant 
列类型,可能会core的问题。[#52573](https://github.com/apache/doris/pull/52573) 
+- 
修复函数bitmap_from_base64在输入错误数据时会Core的问题。[#53018](https://github.com/apache/doris/pull/53018)
 
+- 修复了bitmap_union 
函数在超大数据量时,一些结果错误的问题。[#52033](https://github.com/apache/doris/pull/52033)
+- 
修复了multi_distinct_group_concat在窗口函数中使用时计算错误的问题。[#51875](https://github.com/apache/doris/pull/51875)
+- 修复了array_map 
函数,在极端值时可能core的问题。[#51618](https://github.com/apache/doris/pull/51618) 
[#50913](https://github.com/apache/doris/pull/50913)
+- 修复了错误的时区处理的问题。[#51454](https://github.com/apache/doris/pull/51454) 
+
+### Others
+
+- 修复多语句在主 FE 和非主 FE 
行为不一致的问题。[#52632](https://github.com/apache/doris/pull/52632)
+- 修复 prepared statment  在非主 FE 
报错的问题。[#48689](https://github.com/apache/doris/pull/48689)
+- 修复 roolup 操作时可能导致 CCR 
中断的问题。[#50830](https://github.com/apache/doris/pull/50830)
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/releasenotes/v3.0/release-3.0.7.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/releasenotes/v3.0/release-3.0.7.md
new file mode 100644
index 00000000000..54bba0b08c0
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/releasenotes/v3.0/release-3.0.7.md
@@ -0,0 +1,179 @@
+---
+{
+    "title": "Release 3.0.7",
+    "language": "en"
+}
+---
+
+## 行为变更
+
+- 调整 `show frontends` 和 `show backends` 的权限需求,使其与对应的 RESTful API 保持一致,即需要 
`information_schema` 库的 `SELECT_PRIV` 权限
+- 指定 domain 的 admin 和 root 用户不再视为系统用户
+- 存储:单库默认并发事务数调整为 10000 
+
+## 新特性
+
+### 查询优化器
+
+- 支持 MySQL 的聚合上卷语法 `GROUP BY ... WITH ROLLUP` 
+
+### 查询执行
+
+- 新增数据函数:`cot`/`sec`/`cosec`
+- `Like` 语句支持 `escape` 语法
+
+### 半结构化数据管理
+
+- 通过设置会话变量 `enable_add_index_for_new_data=true`,支持仅对新增数据构建不分词倒排索引和 NGram 
bloomfilter 索引
+
+
+## 改进
+
+### 导入
+
+- 优化 `SHOW CREATE LOAD` 错误信息提示
+
+### 主键
+
+- 新增 segment key bounds 截断能力,避免单次大导入失败的问题
+
+### 存储
+
+- 增强 Compaction 和导入数据的可靠性
+- 优化 balance 速度
+- 优化建表速度
+- 优化 compaction 默认参数及可观测性
+- 优化查询报错 -230 的问题 
+- 增加系统表 `backend_tablets` 
+- 优化 Cloud 模式下从 follower 节点查询 `information_schema.tables` 的性能
+
+### 存算分离
+
+- 增强 Meta-service recycler 可观测性
+- 支持导入 compaction 过程进行跨 compute group 增量预热
+- 优化 Storage vault 连通性检查
+- 支持通过 MS API 更新存储后端信息
+
+### Lakehouse
+
+- 优化 x86 环境下 ORC zlib 的解压性能并修复潜在问题
+- 优化外表读取的默认并发线程数
+- 优化不支持 DDL 操作的 Catalog 的报错信息
+
+### 异步物化视图
+
+- 优化透明改写规划的性能
+
+### 查询优化器
+
+- `group_concat` 函数现在允许参数为非字符串类型
+- `sum` 和 `avg` 函数允许参数为非数值类型
+- 扩展 TOP-N 查询延迟物化的支持范围,当查询部分列时也能延迟物化
+- 创建分区时,list 分区允许包含 `MAX_VALUE`
+- 优化采样收集聚合模型表统计信息的性能
+- 优化采样收集统计信息时 NDV 值的准确性 
+
+### 倒排索引
+
+- 统一 `show create table` 中倒排索引展示的 properties 顺序 
+- 为倒排索引过滤条件新增逐条件的 profile 指标(如命中行数与执行时间),便于性能分析 
+- 增强 profile 中倒排索引相关信息展示
+
+### 权限
+
+- Ranger 支持设置 storage vault 和 compute group 的权限
+
+## 缺陷修复
+
+### 导入
+
+- 修复导入 CSV 文件使用多字符分隔符可能导致的正确性问题
+- 修复修改任务属性后显示 `ROUTINE LOAD` 任务结果不正确的问题
+- 修复主节点重启或 Leader 切换后一流多表导入计划失效的问题
+- 修复 `ROUTINE LOAD` 任务因找不到可用 BE 节点导致所有调度任务阻塞的问题
+- 修复 `runningTxnIds` 并发读写冲突问题
+
+### 主键
+
+- 优化 mow 表在高频并发导入下的导入性能 
+- mow 表 full compaction 释放被删除数据的空间
+- 修复 mow 表在极端场景下可能出现的导入失败问题 
+- 优化 mow 表 compaction 性能
+- 修复 mow 表在有并发导入和 sc 时可能的正确性问题
+- 修复 mow 空表执行 schema change 可能导致导入卡住或 schema change 失败的问题 
+- 修复 mow delete bitmap cache 内存泄漏问题
+- 修复 mow 表在 sc 后可能的正确性问题
+
+### 存储
+
+- 修复 compaction 导致的 clone 过程 missing rowset 问题
+- 修复 autobucket 计算 size 不准确及默认值问题 
+- 修复分桶列可能导致的正确性问题
+- 修复单列表不能 rename 的问题
+- 修复 memtable 可能的内存泄漏问题
+- 修复空表事务写对不支持行为的报错不统一问题
+
+### 存算分离
+
+- File cache 相关修复
+- 修复 schema 过程中 cumulative point 可能回滚的问题
+- 修复后台任务影响自动重启的问题
+- 修复 azure 环境中数据回收过程未处理的异常问题
+- 修复单 rowset 做 compaction 未及时清理 file cache 的问题
+
+### Lakehouse
+
+- 修复 Kerberos 环境下 Iceberg 表写入事务提交失败的问题
+- 修复 kerberos 环境下查询 hudi 的问题
+- 修复多 Catalog 情况下潜在的死锁问题
+- 修复某些情况下并发刷新 Catalog 导致元数据不一致的问题 
+- 修复 ORC footer 某些情况下会被多次读取的问题 
+- 修复 Table Valued Function 无法读取压缩格式 json 文件的问题
+- SQL Server Catalog 支持识别 IDENTITY 列信息
+- SQL Convertor 支持指定多个 url 以实现高可用
+
+### 异步物化视图
+
+- 修复当查询被优化为空集结果时,可能错误进行分区补偿的问题
+
+### 查询优化器
+
+- 修复 `sql_select_limit` 以外的影响 DML 执行结果的问题
+- 修复开始 local shuffle 时,物化的 CTE 在极端情况下可能执行报错的问题 
+- 修复 prepare 的 insert 语句无法在非 master 节点执行的问题
+- 修复 `cast ipv4` 到 string 的结果错误问题 
+
+### 权限
+
+- 当一个用户拥有多个角色时,会合并多个角色的权限后再执行鉴权
+
+### 查询执行
+
+- 修复部分 json 函数问题
+- 修复异步线程池满时可能导致 BE Core 的问题
+- 修复 `hll_to_base64` 结果不正确的问题
+- 修复 `decimal256` 转换为 float 时结果错误的问题
+- 修复两处内存泄漏问题
+- 修复 `bitmap_from_base64` 导致的 be core 问题
+- 修复 `array_map` 函数可能导致的 be core 问题 
+- 修复 `split_by_regexp` 函数可能的错误问题
+- 修复超大数据量下 `bitmap_union` 函数可能的结果错误问题
+- 修复 `format round` 函数在部分边界值下可能 core 的问题
+
+### 倒排索引
+
+- 修复倒排索引在异常情况下产生的内存泄漏问题
+- 修复写入和查询空索引文件时报错的问题
+- 捕获倒排索引字符串读取中的 IO 异常,避免因异常导致进程崩溃
+
+### 复杂数据类型
+
+- 修复 Variant Nested 嵌套数据类型冲突时可能导致的类型推断错误
+- 修复 `map` 函数参数类型推导错误
+- 修复 jsonpath 中指定 `'$.'` 作为 path 导致数据错误变为 NULL 的问题
+- 修复 Variant 的子字段包含 `.` 时,序列化格式无法还原的问题
+
+### 其他
+
+- 修复 auditlog 表 IP 字段长度不足的问题
+- 修复 SQL 解析错误时,审计日志中记录的 query id 为上一次执行查询的 query id 的问题 
\ No newline at end of file
diff --git a/sidebars.json b/sidebars.json
index 58326328513..b7dea14a4d4 100644
--- a/sidebars.json
+++ b/sidebars.json
@@ -2374,6 +2374,7 @@
                     "type": "category",
                     "label": "v3.0",
                     "items": [
+                        "releasenotes/v3.0/release-3.0.7",
                         "releasenotes/v3.0/release-3.0.6",
                         "releasenotes/v3.0/release-3.0.5",
                         "releasenotes/v3.0/release-3.0.4",
@@ -2387,6 +2388,7 @@
                     "type": "category",
                     "label": "v2.1",
                     "items": [
+                        "releasenotes/v2.1/release-2.1.11",
                         "releasenotes/v2.1/release-2.1.10",
                         "releasenotes/v2.1/release-2.1.9",
                         "releasenotes/v2.1/release-2.1.8",
diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts
index b4d169720b2..484e4432b10 100644
--- a/src/constant/download.data.ts
+++ b/src/constant/download.data.ts
@@ -30,8 +30,8 @@ export enum ToolsEnum {
 
 export const ORIGIN = 
'https://apache-doris-releases.oss-accelerate.aliyuncs.com/';
 export enum VersionEnum {
-    Latest = '3.0.6',
-    Prev = '2.1.10',
+    Latest = '3.0.7',
+    Prev = '2.1.11',
     Earlier = '2.0.15',
 }
 export enum DownloadTypeEnum {
@@ -40,70 +40,70 @@ export enum DownloadTypeEnum {
 }
 export const DORIS_VERSIONS: Option[] = [
     {
-        label: '3.0.6',
-        value: '3.0.6',
+        label: '3.0.7',
+        value: '3.0.7',
         majorVersion: '3.0',
         children: [
             {
                 label: CPUEnum.X64,
                 value: CPUEnum.X64,
-                gz: `${ORIGIN}apache-doris-3.0.6.2-bin-x64.tar.gz`,
-                asc: `${ORIGIN}apache-doris-3.0.6.2-bin-x64.tar.gz.asc`,
-                sha512: `${ORIGIN}apache-doris-3.0.6.2-bin-x64.tar.gz.sha512`,
-                source: 'https://downloads.apache.org/doris/3.0/3.0.6.2/',
-                version: '3.0.6.2',
+                gz: `${ORIGIN}apache-doris-3.0.7-bin-x64.tar.gz`,
+                asc: `${ORIGIN}apache-doris-3.0.7-bin-x64.tar.gz.asc`,
+                sha512: `${ORIGIN}apache-doris-3.0.7-bin-x64.tar.gz.sha512`,
+                source: 'https://downloads.apache.org/doris/3.0/3.0.7-rc01/',
+                version: '3.0.7-rc01',
             },
             {
                 label: CPUEnum.X64NoAvx2,
                 value: CPUEnum.X64NoAvx2,
-                gz: `${ORIGIN}apache-doris-3.0.6.2-bin-x64-noavx2.tar.gz`,
-                asc: `${ORIGIN}apache-doris-3.0.6.2-bin-x64-noavx2.tar.gz.asc`,
-                sha512: 
`${ORIGIN}apache-doris-3.0.6.2-bin-x64-noavx2.tar.gz.sha512`,
-                source: 'https://downloads.apache.org/doris/3.0/3.0.6.2/',
-                version: '3.0.6.2',
+                gz: `${ORIGIN}apache-doris-3.0.7-bin-x64-noavx2.tar.gz`,
+                asc: `${ORIGIN}apache-doris-3.0.7-bin-x64-noavx2.tar.gz.asc`,
+                sha512: 
`${ORIGIN}apache-doris-3.0.7-bin-x64-noavx2.tar.gz.sha512`,
+                source: 'https://downloads.apache.org/doris/3.0/3.0.7-rc01/',
+                version: '3.0.7-rc01',
             },
             {
                 label: CPUEnum.ARM64,
                 value: CPUEnum.ARM64,
-                gz: `${ORIGIN}apache-doris-3.0.6.2-bin-arm64.tar.gz`,
-                asc: `${ORIGIN}apache-doris-3.0.6.2-bin-arm64.tar.gz.asc`,
-                sha512: 
`${ORIGIN}apache-doris-3.0.6.2-bin-arm64.tar.gz.sha512`,
-                source: 'https://downloads.apache.org/doris/3.0/3.0.6.2/',
-                version: '3.0.6.2',
+                gz: `${ORIGIN}apache-doris-3.0.7-bin-arm64.tar.gz`,
+                asc: `${ORIGIN}apache-doris-3.0.7-bin-arm64.tar.gz.asc`,
+                sha512: `${ORIGIN}apache-doris-3.0.7-bin-arm64.tar.gz.sha512`,
+                source: 'https://downloads.apache.org/doris/3.0/3.0.7-rc01/',
+                version: '3.0.7-rc01',
             },
         ],
     },
     {
-        label: '2.1.10',
-        value: '2.1.10',
+        label: '2.1.11',
+        value: '2.1.11',
         majorVersion: '2.1',
         children: [
             {
                 label: CPUEnum.X64,
                 value: CPUEnum.X64,
-                gz: `${ORIGIN}apache-doris-2.1.10-bin-x64.tar.gz`,
-                asc: `${ORIGIN}apache-doris-2.1.10-bin-x64.tar.gz.asc`,
-                sha512: `${ORIGIN}apache-doris-2.1.10-bin-x64.tar.gz.sha512`,
-                source: 'https://downloads.apache.org/doris/2.1/2.1.10/',
-                version: '2.1.10-rc01',
+                gz: `${ORIGIN}apache-doris-2.1.11-bin-x64.tar.gz`,
+                asc: `${ORIGIN}apache-doris-2.1.11-bin-x64.tar.gz.asc`,
+                sha512: `${ORIGIN}apache-doris-2.1.11-bin-x64.tar.gz.sha512`,
+                source: 'https://downloads.apache.org/doris/2.1/2.1.11/',
+                version: '2.1.11-rc01',
             },
             {
                 label: CPUEnum.X64NoAvx2,
                 value: CPUEnum.X64NoAvx2,
-                gz: `${ORIGIN}apache-doris-2.1.10-bin-x64-noavx2.tar.gz`,
-                asc: `${ORIGIN}apache-doris-2.1.10-bin-x64-noavx2.tar.gz.asc`,
-                sha512: 
`${ORIGIN}apache-doris-2.1.10-bin-x64-noavx2.tar.gz.sha512`,
-                source: 'https://downloads.apache.org/doris/2.1/2.1.10/',
-                version: '2.1.10-rc01',
+                gz: `${ORIGIN}apache-doris-2.1.11-bin-x64-noavx2.tar.gz`,
+                asc: `${ORIGIN}apache-doris-2.1.11-bin-x64-noavx2.tar.gz.asc`,
+                sha512: 
`${ORIGIN}apache-doris-2.1.11-bin-x64-noavx2.tar.gz.sha512`,
+                source: 'https://downloads.apache.org/doris/2.1/2.1.11/',
+                version: '2.1.11-rc01',
             },
             {
                 label: CPUEnum.ARM64,
                 value: CPUEnum.ARM64,
-                gz: `${ORIGIN}apache-doris-2.1.10-bin-arm64.tar.gz`,
-                asc: `${ORIGIN}apache-doris-2.1.10-bin-arm64.tar.gz.asc`,
-                sha512: `${ORIGIN}apache-doris-2.1.10-bin-arm64.tar.gz.sha512`,
-                source: 'https://downloads.apache.org/doris/2.1/2.1.10/',
-                version: '2.1.10-rc01',
+                gz: `${ORIGIN}apache-doris-2.1.11-bin-arm64.tar.gz`,
+                asc: `${ORIGIN}apache-doris-2.1.11-bin-arm64.tar.gz.asc`,
+                sha512: `${ORIGIN}apache-doris-2.1.11-bin-arm64.tar.gz.sha512`,
+                source: 'https://downloads.apache.org/doris/2.1/2.1.11/',
+                version: '2.1.11-rc01',
             },
         ],
     },
@@ -159,6 +159,40 @@ export const ALL_VERSIONS: AllVersionOption[] = [
         label: '3.0',
         value: '3.0',
         children: [
+            {
+                label: '3.0.7',
+                value: '3.0.7',
+                majorVersion: '3.0',
+                items: [
+                    {
+                        label: CPUEnum.X64,
+                        value: CPUEnum.X64,
+                        gz: `${ORIGIN}apache-doris-3.0.7-bin-x64.tar.gz`,
+                        asc: `${ORIGIN}apache-doris-3.0.7-bin-x64.tar.gz.asc`,
+                        sha512: 
`${ORIGIN}apache-doris-3.0.7-bin-x64.tar.gz.sha512`,
+                        source: 
'https://downloads.apache.org/doris/3.0/3.0.7-rc01/',
+                        version: '3.0.7-rc01',
+                    },
+                    {
+                        label: CPUEnum.X64NoAvx2,
+                        value: CPUEnum.X64NoAvx2,
+                        gz: 
`${ORIGIN}apache-doris-3.0.7-bin-x64-noavx2.tar.gz`,
+                        asc: 
`${ORIGIN}apache-doris-3.0.7-bin-x64-noavx2.tar.gz.asc`,
+                        sha512: 
`${ORIGIN}apache-doris-3.0.7-bin-x64-noavx2.tar.gz.sha512`,
+                        source: 
'https://downloads.apache.org/doris/3.0/3.0.7-rc01/',
+                        version: '3.0.7-rc01',
+                    },
+                    {
+                        label: CPUEnum.ARM64,
+                        value: CPUEnum.ARM64,
+                        gz: `${ORIGIN}apache-doris-3.0.7-bin-arm64.tar.gz`,
+                        asc: 
`${ORIGIN}apache-doris-3.0.7-bin-arm64.tar.gz.asc`,
+                        sha512: 
`${ORIGIN}apache-doris-3.0.7-bin-arm64.tar.gz.sha512`,
+                        source: 
'https://downloads.apache.org/doris/3.0/3.0.7-rc01/',
+                        version: '3.0.7-rc01',
+                    },
+                ],
+            },
             {
                 label: '3.0.6',
                 value: '3.0.6',
@@ -394,6 +428,40 @@ export const ALL_VERSIONS: AllVersionOption[] = [
         label: '2.1',
         value: '2.1',
         children: [
+            {
+                label: '2.1.11',
+                value: '2.1.11',
+                majorVersion: '2.1',
+                items: [
+                    {
+                        label: CPUEnum.X64,
+                        value: CPUEnum.X64,
+                        gz: `${ORIGIN}apache-doris-2.1.11-bin-x64.tar.gz`,
+                        asc: `${ORIGIN}apache-doris-2.1.11-bin-x64.tar.gz.asc`,
+                        sha512: 
`${ORIGIN}apache-doris-2.1.11-bin-x64.tar.gz.sha512`,
+                        source: 
'https://downloads.apache.org/doris/2.1/2.1.11/',
+                        version: '2.1.11-rc01',
+                    },
+                    {
+                        label: CPUEnum.X64NoAvx2,
+                        value: CPUEnum.X64NoAvx2,
+                        gz: 
`${ORIGIN}apache-doris-2.1.11-bin-x64-noavx2.tar.gz`,
+                        asc: 
`${ORIGIN}apache-doris-2.1.11-bin-x64-noavx2.tar.gz.asc`,
+                        sha512: 
`${ORIGIN}apache-doris-2.1.11-bin-x64-noavx2.tar.gz.sha512`,
+                        source: 
'https://downloads.apache.org/doris/2.1/2.1.11/',
+                        version: '2.1.11-rc01',
+                    },
+                    {
+                        label: CPUEnum.ARM64,
+                        value: CPUEnum.ARM64,
+                        gz: `${ORIGIN}apache-doris-2.1.11-bin-arm64.tar.gz`,
+                        asc: 
`${ORIGIN}apache-doris-2.1.11-bin-arm64.tar.gz.asc`,
+                        sha512: 
`${ORIGIN}apache-doris-2.1.11-bin-arm64.tar.gz.sha512`,
+                        source: 
'https://downloads.apache.org/doris/2.1/2.1.11/',
+                        version: '2.1.11-rc01',
+                    },
+                ],
+            },
             {
                 label: '2.1.10',
                 value: '2.1.10',
diff --git a/versioned_docs/version-2.0/releasenotes/all-release.md 
b/versioned_docs/version-2.0/releasenotes/all-release.md
index b8bb30b465e..db1962f438a 100644
--- a/versioned_docs/version-2.0/releasenotes/all-release.md
+++ b/versioned_docs/version-2.0/releasenotes/all-release.md
@@ -9,17 +9,21 @@ This document presents a summary of Apache Doris versions 
released within one ye
 
 :::tip Latest Release
 
-🎉 Version 3.0.6 released now. Check out the 🔗[Release 
Notes](https://doris.apache.org/docs/3.0/releasenotes/v3.0/release-3.0.6) here. 
Starting from version 3.X, Apache Doris supports a compute-storage decoupled 
mode in addition to the compute-storage coupled mode for cluster deployment. 
With the cloud-native architecture that decouples the computation and storage 
layers, users can achieve physical isolation between query loads across 
multiple compute clusters, as well as isolation betwee [...]
+🎉 Version 3.0.7 released now. Check out the 🔗[Release 
Notes](https://doris.apache.org/docs/3.0/releasenotes/v3.0/release-3.0.7) here. 
Starting from version 3.X, Apache Doris supports a compute-storage decoupled 
mode in addition to the compute-storage coupled mode for cluster deployment. 
With the cloud-native architecture that decouples the computation and storage 
layers, users can achieve physical isolation between query loads across 
multiple compute clusters, as well as isolation betwee [...]
 
 <br />
 
-🎉 Version 2.1.10 released now. Check out the 🔗[Release 
Notes](../releasenotes/v2.1/release-2.1.10) here. The 2.1 version delivers 
exceptional performance with 100% higher out-of-the-box queries proven by 
TPC-DS 1TB tests, enhanced data lake analytics that are 4-6 times speedier than 
Trino and Spark, solid support for semi-structured data analysis with new 
Variant types and suite of analytical functions, asynchronous materialized 
views for query acceleration, optimized real-time writing a [...]
+🎉 Version 2.1.11 released now. Check out the 🔗[Release 
Notes](../releasenotes/v2.1/release-2.1.11) here. The 2.1 version delivers 
exceptional performance with 100% higher out-of-the-box queries proven by 
TPC-DS 1TB tests, enhanced data lake analytics that are 4-6 times speedier than 
Trino and Spark, solid support for semi-structured data analysis with new 
Variant types and suite of analytical functions, asynchronous materialized 
views for query acceleration, optimized real-time writing a [...]
 
 :::
 
 
 <br />
 
+- [2025-08-25, Apache Doris 3.0.7 is 
released](https://doris.apache.org/docs/3.0/releasenotes/v3.0/release-3.0.7)
+
+- [2025-08-15, Apache Doris 2.1.11 is 
released](../releasenotes/v2.1/release-2.1.11.md)
+
 - [2025-06-16, Apache Doris 3.0.6 is 
released](https://doris.apache.org/docs/3.0/releasenotes/v3.0/release-3.0.6)
 
 - [2025-05-17, Apache Doris 2.1.10 is 
released](../releasenotes/v2.1/release-2.1.10.md)
diff --git a/versioned_docs/version-2.0/releasenotes/v2.1/release-2.1.11.md 
b/versioned_docs/version-2.0/releasenotes/v2.1/release-2.1.11.md
new file mode 100644
index 00000000000..2d1256ca569
--- /dev/null
+++ b/versioned_docs/version-2.0/releasenotes/v2.1/release-2.1.11.md
@@ -0,0 +1,94 @@
+---
+{
+    "title": "Release 2.1.11",
+    "language": "en"
+}
+---
+
+## Behavior Changes
+
+- `time_series_max_tablet_version_num` controls the maximum number of versions 
for tables using the time - series compaction strategy. 
[#51371](https://github.com/apache/doris/pull/51371)
+- Fixed the issue where the HDFS root_path did not take effect during hot - 
cold tiering. [#48441](https://github.com/apache/doris/pull/48441)
+- In the new optimizer (Nereids), when the depth or width of an expression in 
a query exceeds the threshold limit, the query will not fall back to the old 
optimizer regardless of whether the fallback has started. 
[#52431](https://github.com/apache/doris/pull/52431)
+- Unified the name checking rules for enabling or disabling unicode names. 
Now, the non - unicode name rules are a strict subset of the unicode name 
rules. [#53264](https://github.com/apache/doris/pull/53264)
+
+## New Features
+
+### Query Execution Engine
+
+- Introduced the system table `routine_load_job` to view information about 
routine load jobs.[#48963](https://github.com/apache/doris/pull/48963)
+
+### Query Optimizer
+
+- Supported MySQL's GROUP BY roll - up syntax `GROUP BY ... WITH ROLLUP`. 
[#51978](https://github.com/apache/doris/pull/51978)
+
+## Improvements
+
+### Query Optimizer
+
+- Optimized the performance of collecting statistical information on aggregate 
model tables and primary key model MOR tables. 
[#51675](https://github.com/apache/doris/pull/51675)
+
+### Asynchronous Materialized View
+
+- Optimized the planning performance of transparent rewriting. 
[#51309](https://github.com/apache/doris/pull/51309) 
+- Optimized the refresh performance. 
[#51493](https://github.com/apache/doris/pull/51493)
+
+## Bug Fixes
+
+### Data Loading
+
+- Fixed the problem that the display result of `show` did not meet 
expectations after altering the attributes of `routineload`. 
[#53038](https://github.com/apache/doris/pull/53038)
+
+### Lakehouse Integration
+
+- Fixed the issue of incorrect data reading for Iceberg equality delete in 
certain cases. [#51253](https://github.com/apache/doris/pull/51253)
+- Fixed the error of Iceberg Hadoop Catalog in the Kerberos environment. 
[#50623](https://github.com/apache/doris/pull/50623) 
[#52149](https://github.com/apache/doris/pull/52149)
+- Fixed the problem of failed transaction submission when writing to Iceberg 
tables in the Kerberos environment. 
[#51508](https://github.com/apache/doris/pull/51508)
+- Fixed the error in transaction submission when writing to Iceberg tables. 
[#52716](https://github.com/apache/doris/pull/52716)
+- Fixed the error when accessing Hudi tables in the Kerberos environment under 
certain circumstances. [#51713 ](https://github.com/apache/doris/pull/51713)
+- SQL Server Catalog supports identifying IDENTITY column information. 
[#51285](https://github.com/apache/doris/pull/51285)
+- Fixed the issue that Jdbc Catalog tables could not obtain row count 
information in some cases. [#50901](https://github.com/apache/doris/pull/50901)
+- Optimized the decompression performance of ORC zlib in the x86 environment 
and fixed potential problems. 
[#51775](https://github.com/apache/doris/pull/51775)
+- Added indicators related to Parquet/ORC condition filtering and delayed 
materialization in the Profile. 
[#51248](https://github.com/apache/doris/pull/51248)
+- Optimized the reading performance of ORC Footer. 
[#51117](https://github.com/apache/doris/pull/51117)
+- Fixed the problem that Table Valued Function could not read compressed JSON 
files. [#51983](https://github.com/apache/doris/pull/51983)
+- Fixed the issue of inconsistent metadata caused by concurrent catalog 
refreshing in some cases. [#51787](https://github.com/apache/doris/pull/51787)
+
+### Index
+
+- Fixed the query error of the inverted index when processing IN predicates 
containing CAST operations to avoid returning incorrect query results. 
[#50860](https://github.com/apache/doris/pull/50860)
+- Fixed the memory leak problem of the inverted index in abnormal execution 
situations. [#52747](https://github.com/apache/doris/pull/52747)
+
+### Semi-structured Data Type
+
+- Fixed the problem that some JSON functions returned incorrect results when 
dealing with null values.
+- Fixed some bugs related to JSON functions. 
[#52543](https://github.com/apache/doris/pull/52543) 
[#51516](https://github.com/apache/doris/pull/51516) 
+
+### Query Optimizer
+
+- Fixed the issue that the query could not continue execution when parsing a 
string into a date failed. [#50900](https://github.com/apache/doris/pull/50900)
+- Fixed the problem of incorrect constant folding results in individual 
scenarios. [#51738](https://github.com/apache/doris/pull/51738)
+- Fixed the issue that individual array functions could not be planned 
normally when encountering null literals as input. 
[#50899](https://github.com/apache/doris/pull/50899)
+- Fixed the problem that enabling local shuffle might lead to incorrect 
results in extreme scenarios. 
[#51313](https://github.com/apache/doris/pull/51313) [#52871 
](https://github.com/apache/doris/pull/52871)
+- Fixed the issue that `replace view` might cause column information not to be 
visible when using `desc view`. 
[#52043](https://github.com/apache/doris/pull/52043) 
+- Fixed the problem that the `prepare command` might not be executed correctly 
on non - master FE nodes. [#52265](https://github.com/apache/doris/pull/52265)
+
+### Asynchronous Materialized View
+
+- Fixed the problem that query failure might occur after transparent rewriting 
when the data type of the base table column changes. 
[#50730](https://github.com/apache/doris/pull/50730)
+- Fixed the problem of incorrect partition compensation in transparent 
rewriting in individual scenarios. 
[#51899](https://github.com/apache/doris/pull/51899) 
[#52218](https://github.com/apache/doris/pull/52218)
+
+### Query Execution Engine
+
+- Fixed the problem that TopN calculation might core dump when encountering 
variant column types. [#52573](https://github.com/apache/doris/pull/52573) 
+- Fixed the problem that the function `bitmap_from_base64` would core dump 
when inputting incorrect data. 
[#53018](https://github.com/apache/doris/pull/53018) 
+- Fixed the problem of some incorrect results of the `bitmap_union` function 
when dealing with ultra - large amounts of data. 
[#52033](https://github.com/apache/doris/pull/52033)
+- Fixed the calculation error of `multi_distinct_group_concat` when used in 
window functions. [#51875](https://github.com/apache/doris/pull/51875)
+- Fixed the problem that the `array_map` function might core dump at extreme 
values. [#51618](https://github.com/apache/doris/pull/51618) 
[#50913](https://github.com/apache/doris/pull/50913)
+- Fixed the problem of incorrect time zone handling. 
[#51454](https://github.com/apache/doris/pull/51454) 
+
+### Others
+
+- Fixed the inconsistent behavior of multi - statements between the master FE 
and non - master FE. [#52632](https://github.com/apache/doris/pull/52632)
+- Fixed the error of prepared statements on non - master FE. 
[#48689](https://github.com/apache/doris/pull/48689)
+- Fixed the problem that the rollup operation might cause CCR interruption. 
[#50830](https://github.com/apache/doris/pull/50830)
\ No newline at end of file
diff --git a/versioned_docs/version-2.1/releasenotes/all-release.md 
b/versioned_docs/version-2.1/releasenotes/all-release.md
index e81aa3ac9f5..8f21513d579 100644
--- a/versioned_docs/version-2.1/releasenotes/all-release.md
+++ b/versioned_docs/version-2.1/releasenotes/all-release.md
@@ -9,19 +9,22 @@ This document presents a summary of Apache Doris versions 
released within one ye
 
 :::tip Latest Release
 
-🎉 Version 3.0.6 released now. Check out the 🔗[Release 
Notes](../releasenotes/v3.0/release-3.0.6) here. Starting from version 3.X, 
Apache Doris supports a compute-storage decoupled mode in addition to the 
compute-storage coupled mode for cluster deployment. With the cloud-native 
architecture that decouples the computation and storage layers, users can 
achieve physical isolation between query loads across multiple compute 
clusters, as well as isolation between read and write loads. 
+🎉 Version 3.0.7 released now. Check out the 🔗[Release 
Notes](../releasenotes/v3.0/release-3.0.7) here. Starting from version 3.X, 
Apache Doris supports a compute-storage decoupled mode in addition to the 
compute-storage coupled mode for cluster deployment. With the cloud-native 
architecture that decouples the computation and storage layers, users can 
achieve physical isolation between query loads across multiple compute 
clusters, as well as isolation between read and write loads. 
 
 <br />
 
-🎉 Version 2.1.10 released now. Check out the 🔗[Release 
Notes](../releasenotes/v2.1/release-2.1.10) here. The 2.1 version delivers 
exceptional performance with 100% higher out-of-the-box queries proven by 
TPC-DS 1TB tests, enhanced data lake analytics that are 4-6 times speedier than 
Trino and Spark, solid support for semi-structured data analysis with new 
Variant types and suite of analytical functions, asynchronous materialized 
views for query acceleration, optimized real-time writing a [...]
+🎉 Version 2.1.11 released now. Check out the 🔗[Release 
Notes](../releasenotes/v2.1/release-2.1.11) here. The 2.1 version delivers 
exceptional performance with 100% higher out-of-the-box queries proven by 
TPC-DS 1TB tests, enhanced data lake analytics that are 4-6 times speedier than 
Trino and Spark, solid support for semi-structured data analysis with new 
Variant types and suite of analytical functions, asynchronous materialized 
views for query acceleration, optimized real-time writing a [...]
 
 :::
 
 
 <br />
 
-- [2025-06-16, Apache Doris 3.0.6 is 
released](../releasenotes/v3.0/release-3.0.6.md)
+- [2025-08-25, Apache Doris 3.0.7 is 
released](../releasenotes/v3.0/release-3.0.7.md)
+
+- [2025-08-15, Apache Doris 2.1.11 is 
released](../releasenotes/v2.1/release-2.1.11.md)
 
+- [2025-06-16, Apache Doris 3.0.6 is 
released](../releasenotes/v3.0/release-3.0.6.md)
 
 - [2025-05-17, Apache Doris 2.1.10 is 
released](../releasenotes/v2.1/release-2.1.10.md)
 
diff --git a/versioned_docs/version-2.1/releasenotes/v2.1/release-2.1.11.md 
b/versioned_docs/version-2.1/releasenotes/v2.1/release-2.1.11.md
new file mode 100644
index 00000000000..2d1256ca569
--- /dev/null
+++ b/versioned_docs/version-2.1/releasenotes/v2.1/release-2.1.11.md
@@ -0,0 +1,94 @@
+---
+{
+    "title": "Release 2.1.11",
+    "language": "en"
+}
+---
+
+## Behavior Changes
+
+- `time_series_max_tablet_version_num` controls the maximum number of versions 
for tables using the time - series compaction strategy. 
[#51371](https://github.com/apache/doris/pull/51371)
+- Fixed the issue where the HDFS root_path did not take effect during hot - 
cold tiering. [#48441](https://github.com/apache/doris/pull/48441)
+- In the new optimizer (Nereids), when the depth or width of an expression in 
a query exceeds the threshold limit, the query will not fall back to the old 
optimizer regardless of whether the fallback has started. 
[#52431](https://github.com/apache/doris/pull/52431)
+- Unified the name checking rules for enabling or disabling unicode names. 
Now, the non - unicode name rules are a strict subset of the unicode name 
rules. [#53264](https://github.com/apache/doris/pull/53264)
+
+## New Features
+
+### Query Execution Engine
+
+- Introduced the system table `routine_load_job` to view information about 
routine load jobs.[#48963](https://github.com/apache/doris/pull/48963)
+
+### Query Optimizer
+
+- Supported MySQL's GROUP BY roll - up syntax `GROUP BY ... WITH ROLLUP`. 
[#51978](https://github.com/apache/doris/pull/51978)
+
+## Improvements
+
+### Query Optimizer
+
+- Optimized the performance of collecting statistical information on aggregate 
model tables and primary key model MOR tables. 
[#51675](https://github.com/apache/doris/pull/51675)
+
+### Asynchronous Materialized View
+
+- Optimized the planning performance of transparent rewriting. 
[#51309](https://github.com/apache/doris/pull/51309) 
+- Optimized the refresh performance. 
[#51493](https://github.com/apache/doris/pull/51493)
+
+## Bug Fixes
+
+### Data Loading
+
+- Fixed the problem that the display result of `show` did not meet 
expectations after altering the attributes of `routineload`. 
[#53038](https://github.com/apache/doris/pull/53038)
+
+### Lakehouse Integration
+
+- Fixed the issue of incorrect data reading for Iceberg equality delete in 
certain cases. [#51253](https://github.com/apache/doris/pull/51253)
+- Fixed the error of Iceberg Hadoop Catalog in the Kerberos environment. 
[#50623](https://github.com/apache/doris/pull/50623) 
[#52149](https://github.com/apache/doris/pull/52149)
+- Fixed the problem of failed transaction submission when writing to Iceberg 
tables in the Kerberos environment. 
[#51508](https://github.com/apache/doris/pull/51508)
+- Fixed the error in transaction submission when writing to Iceberg tables. 
[#52716](https://github.com/apache/doris/pull/52716)
+- Fixed the error when accessing Hudi tables in the Kerberos environment under 
certain circumstances. [#51713 ](https://github.com/apache/doris/pull/51713)
+- SQL Server Catalog supports identifying IDENTITY column information. 
[#51285](https://github.com/apache/doris/pull/51285)
+- Fixed the issue that Jdbc Catalog tables could not obtain row count 
information in some cases. [#50901](https://github.com/apache/doris/pull/50901)
+- Optimized the decompression performance of ORC zlib in the x86 environment 
and fixed potential problems. 
[#51775](https://github.com/apache/doris/pull/51775)
+- Added indicators related to Parquet/ORC condition filtering and delayed 
materialization in the Profile. 
[#51248](https://github.com/apache/doris/pull/51248)
+- Optimized the reading performance of ORC Footer. 
[#51117](https://github.com/apache/doris/pull/51117)
+- Fixed the problem that Table Valued Function could not read compressed JSON 
files. [#51983](https://github.com/apache/doris/pull/51983)
+- Fixed the issue of inconsistent metadata caused by concurrent catalog 
refreshing in some cases. [#51787](https://github.com/apache/doris/pull/51787)
+
+### Index
+
+- Fixed the query error of the inverted index when processing IN predicates 
containing CAST operations to avoid returning incorrect query results. 
[#50860](https://github.com/apache/doris/pull/50860)
+- Fixed the memory leak problem of the inverted index in abnormal execution 
situations. [#52747](https://github.com/apache/doris/pull/52747)
+
+### Semi-structured Data Type
+
+- Fixed the problem that some JSON functions returned incorrect results when 
dealing with null values.
+- Fixed some bugs related to JSON functions. 
[#52543](https://github.com/apache/doris/pull/52543) 
[#51516](https://github.com/apache/doris/pull/51516) 
+
+### Query Optimizer
+
+- Fixed the issue that the query could not continue execution when parsing a 
string into a date failed. [#50900](https://github.com/apache/doris/pull/50900)
+- Fixed the problem of incorrect constant folding results in individual 
scenarios. [#51738](https://github.com/apache/doris/pull/51738)
+- Fixed the issue that individual array functions could not be planned 
normally when encountering null literals as input. 
[#50899](https://github.com/apache/doris/pull/50899)
+- Fixed the problem that enabling local shuffle might lead to incorrect 
results in extreme scenarios. 
[#51313](https://github.com/apache/doris/pull/51313) [#52871 
](https://github.com/apache/doris/pull/52871)
+- Fixed the issue that `replace view` might cause column information not to be 
visible when using `desc view`. 
[#52043](https://github.com/apache/doris/pull/52043) 
+- Fixed the problem that the `prepare command` might not be executed correctly 
on non - master FE nodes. [#52265](https://github.com/apache/doris/pull/52265)
+
+### Asynchronous Materialized View
+
+- Fixed the problem that query failure might occur after transparent rewriting 
when the data type of the base table column changes. 
[#50730](https://github.com/apache/doris/pull/50730)
+- Fixed the problem of incorrect partition compensation in transparent 
rewriting in individual scenarios. 
[#51899](https://github.com/apache/doris/pull/51899) 
[#52218](https://github.com/apache/doris/pull/52218)
+
+### Query Execution Engine
+
+- Fixed the problem that TopN calculation might core dump when encountering 
variant column types. [#52573](https://github.com/apache/doris/pull/52573) 
+- Fixed the problem that the function `bitmap_from_base64` would core dump 
when inputting incorrect data. 
[#53018](https://github.com/apache/doris/pull/53018) 
+- Fixed the problem of some incorrect results of the `bitmap_union` function 
when dealing with ultra - large amounts of data. 
[#52033](https://github.com/apache/doris/pull/52033)
+- Fixed the calculation error of `multi_distinct_group_concat` when used in 
window functions. [#51875](https://github.com/apache/doris/pull/51875)
+- Fixed the problem that the `array_map` function might core dump at extreme 
values. [#51618](https://github.com/apache/doris/pull/51618) 
[#50913](https://github.com/apache/doris/pull/50913)
+- Fixed the problem of incorrect time zone handling. 
[#51454](https://github.com/apache/doris/pull/51454) 
+
+### Others
+
+- Fixed the inconsistent behavior of multi - statements between the master FE 
and non - master FE. [#52632](https://github.com/apache/doris/pull/52632)
+- Fixed the error of prepared statements on non - master FE. 
[#48689](https://github.com/apache/doris/pull/48689)
+- Fixed the problem that the rollup operation might cause CCR interruption. 
[#50830](https://github.com/apache/doris/pull/50830)
\ No newline at end of file
diff --git a/versioned_docs/version-2.1/releasenotes/v3.0/release-3.0.7.md 
b/versioned_docs/version-2.1/releasenotes/v3.0/release-3.0.7.md
new file mode 100644
index 00000000000..bfd06d1acde
--- /dev/null
+++ b/versioned_docs/version-2.1/releasenotes/v3.0/release-3.0.7.md
@@ -0,0 +1,182 @@
+---
+{
+    "title": "Release 3.0.7",
+    "language": "en"
+}
+---
+
+## Behavior Changes
+
+- Adjust the permission requirements for `show frontends` and `show backends` 
to align with the corresponding RESTful API, i.e., requiring the `SELECT_PRIV` 
permission on the `information_schema` database
+- Admin and root users with specified domains are no longer considered system 
users 
+- Storage: The default number of concurrent transactions per database is 
adjusted to 10000
+
+## New Features
+
+### Query Optimizer
+
+- Support MySQL's aggregate roll-up syntax `GROUP BY ... WITH ROLLUP`
+
+### Query Execution
+
+- `Like` statement supports `escape` syntax
+
+### Semi-structured Data Management
+
+- Support building non-tokenized inverted indexes and ngram bloomfilter 
indexes only for new data by setting the session variable 
`enable_add_index_for_new_data=true` 
+
+
+### New Functions
+
+- Added data functions: `cot`/`sec`/`cosec`
+
+## Improvements
+
+### Data Ingestion
+
+- Optimize error message prompts for `SHOW CREATE LOAD`
+
+### Primary Key Model
+
+- Add segment key bounds truncation capability to avoid single large import 
failures
+
+### Storage
+
+- Enhance the reliability of compaction and imported data
+- Optimize balance speed
+- Optimize table creation speed 
+- Optimize compaction default parameters and observability 
+- Optimize the issue of query error -230 
+- Add system table `backend_tablets` 
+- Optimize the performance of querying `information_schema.tables` from 
follower nodes in cloud mode 
+
+### Storage-Compute Decoupled
+
+- Enhance observability of Meta-service recycler
+- Support cross-compute group incremental preheating during import compaction 
+- Optimize Storage vault connectivity check
+- Support updating storage backend information via MS API 
+
+### Lakehouse
+
+- Optimize ORC zlib decompression performance in x86 environment and fix 
potential issues 
+- Optimize the default number of concurrent threads for external table reading
+- Optimize error messages for Catalogs that do not support DDL operations
+
+### Asynchronous Materialized Views
+
+- Optimize the performance of transparent rewriting planning
+
+### Query Optimizer
+
+- The `group_concat` function now allows parameters of non-string types
+- The `sum` and `avg` functions allow parameters of non-numeric types 
+- Expand the scope of support for delayed materialization in TOP-N queries, 
enabling delayed materialization when querying partial columns
+- When creating partitions, list partitions allow inclusion of `MAX_VALUE`
+- Optimize the performance of sampling and collecting statistical information 
for aggregate model tables
+- Optimize the accuracy of NDV values when sampling and collecting statistical 
information 
+
+### Inverted Index
+
+- Unify the order of properties displayed for inverted indexes in `show create 
table`
+- Add per-condition profile metrics (such as hit rows and execution time) for 
inverted index filter conditions to facilitate performance analysis
+- Enhance the display of inverted index-related information in profiles
+
+### Permissions
+
+- Ranger supports setting permissions for storage vault and compute group
+
+## Bug Fixes
+
+### Data Ingestion
+
+- Fix the correctness issue that may occur when importing CSV files with 
multi-character separators 
+- Fix the issue where the result of `ROUTINE LOAD` task display is incorrect 
after modifying task properties
+- Fix the issue where the one-stream multi-table import plan becomes invalid 
after primary node restart or Leader switch
+- Fix the issue where all scheduling tasks are blocked because `ROUTINE LOAD` 
tasks cannot find available BE nodes
+- Fix the concurrent read-write conflict issue of `runningTxnIds`
+
+### Primary Key Model
+
+- Optimize the import performance of mow tables under high-frequency 
concurrent imports
+- mow table full compaction releases space of deleted data
+- Fix the potential import failure issue of mow tables in extreme scenarios
+- Optimize the compaction performance of mow tables
+- Fix the potential correctness issue of mow tables during concurrent imports 
and schema changes
+- Fix the issue where schema change on empty mow tables may cause import stuck 
or schema change failure
+- Fix the memory leak issue of mow delete bitmap cache
+- Fix the potential correctness issue of mow tables after schema change
+
+### Storage
+
+- Fix the missing rowset issue in clone process caused by compaction
+- Fix the issue of inaccurate size calculation and default value for autobucket
+- Fix the potential correctness issue caused by bucket columns
+- Fix the issue where single-column tables cannot be renamed
+- Fix the potential memory leak issue of memtable 
+- Fix the inconsistent error reporting issue for unsupported operations in 
empty table transaction writes
+
+### Storage-Compute Decoupled
+
+- Several fixes for File cache 
+- Fix the issue where cumulative point may roll back during schema process
+- Fix the issue where background tasks affect automatic restart
+- Fix the unhandled exception issue in data recycling process in azure 
environment 
+- Fix the issue where file cache is not cleaned up in time when compacting a 
single rowset 
+
+### Lakehouse
+
+- Fix the transaction commit failure issue for Iceberg table writes in 
Kerberos environment 
+- Fix the query issue for hudi in kerberos environment 
+- Fix the potential deadlock issue in multi-Catalog scenarios
+- Fix the metadata inconsistency issue caused by concurrent Catalog refresh in 
some cases 
+- Fix the issue where ORC footer is read multiple times in some cases 
+- Fix the issue where Table Valued Function cannot read compressed json files
+- SQL Server Catalog supports identifying IDENTITY column information
+- SQL Convertor supports specifying multiple URLs for high availability
+
+### Asynchronous Materialized Views
+
+- Fix the issue where partition compensation may be performed incorrectly when 
the query is optimized to an empty result set
+
+### Query Optimizer
+
+- Fix the issue where factors other than `sql_select_limit` affect DML 
execution results 
+- Fix the issue where materialized CTEs may report errors in extreme cases 
when starting local shuffle
+- Fix the issue where prepared insert statements cannot be executed on 
non-master nodes 
+- Fix the result error issue when casting `ipv4` to string 
+
+### Permissions
+
+- When a user has multiple roles, the permissions of the multiple roles will 
be merged before authorization 
+
+### Query Execution
+
+- Fix issues with some json functions
+- Fix the potential BE Core issue when the asynchronous thread pool is full
+- Fix the incorrect result issue of `hll_to_base64` 
+- Fix the result error issue when casting `decimal256` to float 
+- Fix two memory leak issues
+- Fix the be core issue caused by `bitmap_from_base64`
+- Fix the potential be core issue caused by `array_map` function 
+- Fix the potential error issue of `split_by_regexp` function 
+- Fix the potential result error issue of `bitmap_union` function under 
extremely large data volumes 
+- Fix the potential core issue of `format round` function under some boundary 
values 
+
+### Inverted Index
+
+- Fix the memory leak issue of inverted indexes in abnormal situations
+- Fix the error reporting issue when writing and querying empty index files
+- Capture IO exceptions in inverted index string reading to avoid process 
crash due to exceptions 
+
+### Complex Data Types
+
+- Fix the potential type inference error when Variant Nested data types 
conflict
+- Fix the parameter type inference error of `map` function
+- Fix the issue where data is incorrectly converted to NULL when specifying 
`'$.'` as the path in jsonpath
+- Fix the issue where the serialization format cannot be restored when a 
subfield of Variant contains `.`
+
+### Others
+
+- Fix the insufficient length issue of the IP field in the auditlog table
+- Fix the issue where the query id recorded in the audit log is that of the 
previous query when SQL parsing fails 
\ No newline at end of file
diff --git a/versioned_docs/version-3.0/releasenotes/all-release.md 
b/versioned_docs/version-3.0/releasenotes/all-release.md
index 3f0de9b8924..8f21513d579 100644
--- a/versioned_docs/version-3.0/releasenotes/all-release.md
+++ b/versioned_docs/version-3.0/releasenotes/all-release.md
@@ -9,17 +9,21 @@ This document presents a summary of Apache Doris versions 
released within one ye
 
 :::tip Latest Release
 
-🎉 Version 3.0.6 released now. Check out the 🔗[Release 
Notes](../releasenotes/v3.0/release-3.0.6) here. Starting from version 3.X, 
Apache Doris supports a compute-storage decoupled mode in addition to the 
compute-storage coupled mode for cluster deployment. With the cloud-native 
architecture that decouples the computation and storage layers, users can 
achieve physical isolation between query loads across multiple compute 
clusters, as well as isolation between read and write loads. 
+🎉 Version 3.0.7 released now. Check out the 🔗[Release 
Notes](../releasenotes/v3.0/release-3.0.7) here. Starting from version 3.X, 
Apache Doris supports a compute-storage decoupled mode in addition to the 
compute-storage coupled mode for cluster deployment. With the cloud-native 
architecture that decouples the computation and storage layers, users can 
achieve physical isolation between query loads across multiple compute 
clusters, as well as isolation between read and write loads. 
 
 <br />
 
-🎉 Version 2.1.10 released now. Check out the 🔗[Release 
Notes](../releasenotes/v2.1/release-2.1.10) here. The 2.1 version delivers 
exceptional performance with 100% higher out-of-the-box queries proven by 
TPC-DS 1TB tests, enhanced data lake analytics that are 4-6 times speedier than 
Trino and Spark, solid support for semi-structured data analysis with new 
Variant types and suite of analytical functions, asynchronous materialized 
views for query acceleration, optimized real-time writing a [...]
+🎉 Version 2.1.11 released now. Check out the 🔗[Release 
Notes](../releasenotes/v2.1/release-2.1.11) here. The 2.1 version delivers 
exceptional performance with 100% higher out-of-the-box queries proven by 
TPC-DS 1TB tests, enhanced data lake analytics that are 4-6 times speedier than 
Trino and Spark, solid support for semi-structured data analysis with new 
Variant types and suite of analytical functions, asynchronous materialized 
views for query acceleration, optimized real-time writing a [...]
 
 :::
 
 
 <br />
 
+- [2025-08-25, Apache Doris 3.0.7 is 
released](../releasenotes/v3.0/release-3.0.7.md)
+
+- [2025-08-15, Apache Doris 2.1.11 is 
released](../releasenotes/v2.1/release-2.1.11.md)
+
 - [2025-06-16, Apache Doris 3.0.6 is 
released](../releasenotes/v3.0/release-3.0.6.md)
 
 - [2025-05-17, Apache Doris 2.1.10 is 
released](../releasenotes/v2.1/release-2.1.10.md)
diff --git a/versioned_docs/version-3.0/releasenotes/v2.1/release-2.1.11.md 
b/versioned_docs/version-3.0/releasenotes/v2.1/release-2.1.11.md
new file mode 100644
index 00000000000..2d1256ca569
--- /dev/null
+++ b/versioned_docs/version-3.0/releasenotes/v2.1/release-2.1.11.md
@@ -0,0 +1,94 @@
+---
+{
+    "title": "Release 2.1.11",
+    "language": "en"
+}
+---
+
+## Behavior Changes
+
+- `time_series_max_tablet_version_num` controls the maximum number of versions 
for tables using the time - series compaction strategy. 
[#51371](https://github.com/apache/doris/pull/51371)
+- Fixed the issue where the HDFS root_path did not take effect during hot - 
cold tiering. [#48441](https://github.com/apache/doris/pull/48441)
+- In the new optimizer (Nereids), when the depth or width of an expression in 
a query exceeds the threshold limit, the query will not fall back to the old 
optimizer regardless of whether the fallback has started. 
[#52431](https://github.com/apache/doris/pull/52431)
+- Unified the name checking rules for enabling or disabling unicode names. 
Now, the non - unicode name rules are a strict subset of the unicode name 
rules. [#53264](https://github.com/apache/doris/pull/53264)
+
+## New Features
+
+### Query Execution Engine
+
+- Introduced the system table `routine_load_job` to view information about 
routine load jobs.[#48963](https://github.com/apache/doris/pull/48963)
+
+### Query Optimizer
+
+- Supported MySQL's GROUP BY roll - up syntax `GROUP BY ... WITH ROLLUP`. 
[#51978](https://github.com/apache/doris/pull/51978)
+
+## Improvements
+
+### Query Optimizer
+
+- Optimized the performance of collecting statistical information on aggregate 
model tables and primary key model MOR tables. 
[#51675](https://github.com/apache/doris/pull/51675)
+
+### Asynchronous Materialized View
+
+- Optimized the planning performance of transparent rewriting. 
[#51309](https://github.com/apache/doris/pull/51309) 
+- Optimized the refresh performance. 
[#51493](https://github.com/apache/doris/pull/51493)
+
+## Bug Fixes
+
+### Data Loading
+
+- Fixed the problem that the display result of `show` did not meet 
expectations after altering the attributes of `routineload`. 
[#53038](https://github.com/apache/doris/pull/53038)
+
+### Lakehouse Integration
+
+- Fixed the issue of incorrect data reading for Iceberg equality delete in 
certain cases. [#51253](https://github.com/apache/doris/pull/51253)
+- Fixed the error of Iceberg Hadoop Catalog in the Kerberos environment. 
[#50623](https://github.com/apache/doris/pull/50623) 
[#52149](https://github.com/apache/doris/pull/52149)
+- Fixed the problem of failed transaction submission when writing to Iceberg 
tables in the Kerberos environment. 
[#51508](https://github.com/apache/doris/pull/51508)
+- Fixed the error in transaction submission when writing to Iceberg tables. 
[#52716](https://github.com/apache/doris/pull/52716)
+- Fixed the error when accessing Hudi tables in the Kerberos environment under 
certain circumstances. [#51713 ](https://github.com/apache/doris/pull/51713)
+- SQL Server Catalog supports identifying IDENTITY column information. 
[#51285](https://github.com/apache/doris/pull/51285)
+- Fixed the issue that Jdbc Catalog tables could not obtain row count 
information in some cases. [#50901](https://github.com/apache/doris/pull/50901)
+- Optimized the decompression performance of ORC zlib in the x86 environment 
and fixed potential problems. 
[#51775](https://github.com/apache/doris/pull/51775)
+- Added indicators related to Parquet/ORC condition filtering and delayed 
materialization in the Profile. 
[#51248](https://github.com/apache/doris/pull/51248)
+- Optimized the reading performance of ORC Footer. 
[#51117](https://github.com/apache/doris/pull/51117)
+- Fixed the problem that Table Valued Function could not read compressed JSON 
files. [#51983](https://github.com/apache/doris/pull/51983)
+- Fixed the issue of inconsistent metadata caused by concurrent catalog 
refreshing in some cases. [#51787](https://github.com/apache/doris/pull/51787)
+
+### Index
+
+- Fixed the query error of the inverted index when processing IN predicates 
containing CAST operations to avoid returning incorrect query results. 
[#50860](https://github.com/apache/doris/pull/50860)
+- Fixed the memory leak problem of the inverted index in abnormal execution 
situations. [#52747](https://github.com/apache/doris/pull/52747)
+
+### Semi-structured Data Type
+
+- Fixed the problem that some JSON functions returned incorrect results when 
dealing with null values.
+- Fixed some bugs related to JSON functions. 
[#52543](https://github.com/apache/doris/pull/52543) 
[#51516](https://github.com/apache/doris/pull/51516) 
+
+### Query Optimizer
+
+- Fixed the issue that the query could not continue execution when parsing a 
string into a date failed. [#50900](https://github.com/apache/doris/pull/50900)
+- Fixed the problem of incorrect constant folding results in individual 
scenarios. [#51738](https://github.com/apache/doris/pull/51738)
+- Fixed the issue that individual array functions could not be planned 
normally when encountering null literals as input. 
[#50899](https://github.com/apache/doris/pull/50899)
+- Fixed the problem that enabling local shuffle might lead to incorrect 
results in extreme scenarios. 
[#51313](https://github.com/apache/doris/pull/51313) [#52871 
](https://github.com/apache/doris/pull/52871)
+- Fixed the issue that `replace view` might cause column information not to be 
visible when using `desc view`. 
[#52043](https://github.com/apache/doris/pull/52043) 
+- Fixed the problem that the `prepare command` might not be executed correctly 
on non - master FE nodes. [#52265](https://github.com/apache/doris/pull/52265)
+
+### Asynchronous Materialized View
+
+- Fixed the problem that query failure might occur after transparent rewriting 
when the data type of the base table column changes. 
[#50730](https://github.com/apache/doris/pull/50730)
+- Fixed the problem of incorrect partition compensation in transparent 
rewriting in individual scenarios. 
[#51899](https://github.com/apache/doris/pull/51899) 
[#52218](https://github.com/apache/doris/pull/52218)
+
+### Query Execution Engine
+
+- Fixed the problem that TopN calculation might core dump when encountering 
variant column types. [#52573](https://github.com/apache/doris/pull/52573) 
+- Fixed the problem that the function `bitmap_from_base64` would core dump 
when inputting incorrect data. 
[#53018](https://github.com/apache/doris/pull/53018) 
+- Fixed the problem of some incorrect results of the `bitmap_union` function 
when dealing with ultra - large amounts of data. 
[#52033](https://github.com/apache/doris/pull/52033)
+- Fixed the calculation error of `multi_distinct_group_concat` when used in 
window functions. [#51875](https://github.com/apache/doris/pull/51875)
+- Fixed the problem that the `array_map` function might core dump at extreme 
values. [#51618](https://github.com/apache/doris/pull/51618) 
[#50913](https://github.com/apache/doris/pull/50913)
+- Fixed the problem of incorrect time zone handling. 
[#51454](https://github.com/apache/doris/pull/51454) 
+
+### Others
+
+- Fixed the inconsistent behavior of multi - statements between the master FE 
and non - master FE. [#52632](https://github.com/apache/doris/pull/52632)
+- Fixed the error of prepared statements on non - master FE. 
[#48689](https://github.com/apache/doris/pull/48689)
+- Fixed the problem that the rollup operation might cause CCR interruption. 
[#50830](https://github.com/apache/doris/pull/50830)
\ No newline at end of file
diff --git a/versioned_docs/version-3.0/releasenotes/v3.0/release-3.0.7.md 
b/versioned_docs/version-3.0/releasenotes/v3.0/release-3.0.7.md
new file mode 100644
index 00000000000..bfd06d1acde
--- /dev/null
+++ b/versioned_docs/version-3.0/releasenotes/v3.0/release-3.0.7.md
@@ -0,0 +1,182 @@
+---
+{
+    "title": "Release 3.0.7",
+    "language": "en"
+}
+---
+
+## Behavior Changes
+
+- Adjust the permission requirements for `show frontends` and `show backends` 
to align with the corresponding RESTful API, i.e., requiring the `SELECT_PRIV` 
permission on the `information_schema` database
+- Admin and root users with specified domains are no longer considered system 
users 
+- Storage: The default number of concurrent transactions per database is 
adjusted to 10000
+
+## New Features
+
+### Query Optimizer
+
+- Support MySQL's aggregate roll-up syntax `GROUP BY ... WITH ROLLUP`
+
+### Query Execution
+
+- `Like` statement supports `escape` syntax
+
+### Semi-structured Data Management
+
+- Support building non-tokenized inverted indexes and ngram bloomfilter 
indexes only for new data by setting the session variable 
`enable_add_index_for_new_data=true` 
+
+
+### New Functions
+
+- Added data functions: `cot`/`sec`/`cosec`
+
+## Improvements
+
+### Data Ingestion
+
+- Optimize error message prompts for `SHOW CREATE LOAD`
+
+### Primary Key Model
+
+- Add segment key bounds truncation capability to avoid single large import 
failures
+
+### Storage
+
+- Enhance the reliability of compaction and imported data
+- Optimize balance speed
+- Optimize table creation speed 
+- Optimize compaction default parameters and observability 
+- Optimize the issue of query error -230 
+- Add system table `backend_tablets` 
+- Optimize the performance of querying `information_schema.tables` from 
follower nodes in cloud mode 
+
+### Storage-Compute Decoupled
+
+- Enhance observability of Meta-service recycler
+- Support cross-compute group incremental preheating during import compaction 
+- Optimize Storage vault connectivity check
+- Support updating storage backend information via MS API 
+
+### Lakehouse
+
+- Optimize ORC zlib decompression performance in x86 environment and fix 
potential issues 
+- Optimize the default number of concurrent threads for external table reading
+- Optimize error messages for Catalogs that do not support DDL operations
+
+### Asynchronous Materialized Views
+
+- Optimize the performance of transparent rewriting planning
+
+### Query Optimizer
+
+- The `group_concat` function now allows parameters of non-string types
+- The `sum` and `avg` functions allow parameters of non-numeric types 
+- Expand the scope of support for delayed materialization in TOP-N queries, 
enabling delayed materialization when querying partial columns
+- When creating partitions, list partitions allow inclusion of `MAX_VALUE`
+- Optimize the performance of sampling and collecting statistical information 
for aggregate model tables
+- Optimize the accuracy of NDV values when sampling and collecting statistical 
information 
+
+### Inverted Index
+
+- Unify the order of properties displayed for inverted indexes in `show create 
table`
+- Add per-condition profile metrics (such as hit rows and execution time) for 
inverted index filter conditions to facilitate performance analysis
+- Enhance the display of inverted index-related information in profiles
+
+### Permissions
+
+- Ranger supports setting permissions for storage vault and compute group
+
+## Bug Fixes
+
+### Data Ingestion
+
+- Fix the correctness issue that may occur when importing CSV files with 
multi-character separators 
+- Fix the issue where the result of `ROUTINE LOAD` task display is incorrect 
after modifying task properties
+- Fix the issue where the one-stream multi-table import plan becomes invalid 
after primary node restart or Leader switch
+- Fix the issue where all scheduling tasks are blocked because `ROUTINE LOAD` 
tasks cannot find available BE nodes
+- Fix the concurrent read-write conflict issue of `runningTxnIds`
+
+### Primary Key Model
+
+- Optimize the import performance of mow tables under high-frequency 
concurrent imports
+- mow table full compaction releases space of deleted data
+- Fix the potential import failure issue of mow tables in extreme scenarios
+- Optimize the compaction performance of mow tables
+- Fix the potential correctness issue of mow tables during concurrent imports 
and schema changes
+- Fix the issue where schema change on empty mow tables may cause import stuck 
or schema change failure
+- Fix the memory leak issue of mow delete bitmap cache
+- Fix the potential correctness issue of mow tables after schema change
+
+### Storage
+
+- Fix the missing rowset issue in clone process caused by compaction
+- Fix the issue of inaccurate size calculation and default value for autobucket
+- Fix the potential correctness issue caused by bucket columns
+- Fix the issue where single-column tables cannot be renamed
+- Fix the potential memory leak issue of memtable 
+- Fix the inconsistent error reporting issue for unsupported operations in 
empty table transaction writes
+
+### Storage-Compute Decoupled
+
+- Several fixes for File cache 
+- Fix the issue where cumulative point may roll back during schema process
+- Fix the issue where background tasks affect automatic restart
+- Fix the unhandled exception issue in data recycling process in azure 
environment 
+- Fix the issue where file cache is not cleaned up in time when compacting a 
single rowset 
+
+### Lakehouse
+
+- Fix the transaction commit failure issue for Iceberg table writes in 
Kerberos environment 
+- Fix the query issue for hudi in kerberos environment 
+- Fix the potential deadlock issue in multi-Catalog scenarios
+- Fix the metadata inconsistency issue caused by concurrent Catalog refresh in 
some cases 
+- Fix the issue where ORC footer is read multiple times in some cases 
+- Fix the issue where Table Valued Function cannot read compressed json files
+- SQL Server Catalog supports identifying IDENTITY column information
+- SQL Convertor supports specifying multiple URLs for high availability
+
+### Asynchronous Materialized Views
+
+- Fix the issue where partition compensation may be performed incorrectly when 
the query is optimized to an empty result set
+
+### Query Optimizer
+
+- Fix the issue where factors other than `sql_select_limit` affect DML 
execution results 
+- Fix the issue where materialized CTEs may report errors in extreme cases 
when starting local shuffle
+- Fix the issue where prepared insert statements cannot be executed on 
non-master nodes 
+- Fix the result error issue when casting `ipv4` to string 
+
+### Permissions
+
+- When a user has multiple roles, the permissions of the multiple roles will 
be merged before authorization 
+
+### Query Execution
+
+- Fix issues with some json functions
+- Fix the potential BE Core issue when the asynchronous thread pool is full
+- Fix the incorrect result issue of `hll_to_base64` 
+- Fix the result error issue when casting `decimal256` to float 
+- Fix two memory leak issues
+- Fix the be core issue caused by `bitmap_from_base64`
+- Fix the potential be core issue caused by `array_map` function 
+- Fix the potential error issue of `split_by_regexp` function 
+- Fix the potential result error issue of `bitmap_union` function under 
extremely large data volumes 
+- Fix the potential core issue of `format round` function under some boundary 
values 
+
+### Inverted Index
+
+- Fix the memory leak issue of inverted indexes in abnormal situations
+- Fix the error reporting issue when writing and querying empty index files
+- Capture IO exceptions in inverted index string reading to avoid process 
crash due to exceptions 
+
+### Complex Data Types
+
+- Fix the potential type inference error when Variant Nested data types 
conflict
+- Fix the parameter type inference error of `map` function
+- Fix the issue where data is incorrectly converted to NULL when specifying 
`'$.'` as the path in jsonpath
+- Fix the issue where the serialization format cannot be restored when a 
subfield of Variant contains `.`
+
+### Others
+
+- Fix the insufficient length issue of the IP field in the auditlog table
+- Fix the issue where the query id recorded in the audit log is that of the 
previous query when SQL parsing fails 
\ 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 91f6cd6f621..d4559af087d 100644
--- a/versioned_sidebars/version-2.0-sidebars.json
+++ b/versioned_sidebars/version-2.0-sidebars.json
@@ -1477,6 +1477,7 @@
                     "type": "category",
                     "label": "v2.1",
                     "items": [
+                        "releasenotes/v2.1/release-2.1.11",
                         "releasenotes/v2.1/release-2.1.10",
                         "releasenotes/v2.1/release-2.1.9",
                         "releasenotes/v2.1/release-2.1.8",
diff --git a/versioned_sidebars/version-2.1-sidebars.json 
b/versioned_sidebars/version-2.1-sidebars.json
index 990f0ab4c8e..c0ecd087975 100644
--- a/versioned_sidebars/version-2.1-sidebars.json
+++ b/versioned_sidebars/version-2.1-sidebars.json
@@ -2129,6 +2129,7 @@
                     "type": "category",
                     "label": "v3.0",
                     "items": [
+                        "releasenotes/v3.0/release-3.0.7",
                         "releasenotes/v3.0/release-3.0.6",
                         "releasenotes/v3.0/release-3.0.5",
                         "releasenotes/v3.0/release-3.0.4",
@@ -2142,6 +2143,7 @@
                     "type": "category",
                     "label": "v2.1",
                     "items": [
+                        "releasenotes/v2.1/release-2.1.11",
                         "releasenotes/v2.1/release-2.1.10",
                         "releasenotes/v2.1/release-2.1.9",
                         "releasenotes/v2.1/release-2.1.8",
diff --git a/versioned_sidebars/version-3.0-sidebars.json 
b/versioned_sidebars/version-3.0-sidebars.json
index 1c4a416f41d..b1e97f357a9 100644
--- a/versioned_sidebars/version-3.0-sidebars.json
+++ b/versioned_sidebars/version-3.0-sidebars.json
@@ -2219,6 +2219,7 @@
                     "type": "category",
                     "label": "v3.0",
                     "items": [
+                        "releasenotes/v3.0/release-3.0.7",
                         "releasenotes/v3.0/release-3.0.6",
                         "releasenotes/v3.0/release-3.0.5",
                         "releasenotes/v3.0/release-3.0.4",
@@ -2232,6 +2233,7 @@
                     "type": "category",
                     "label": "v2.1",
                     "items": [
+                        "releasenotes/v2.1/release-2.1.11",
                         "releasenotes/v2.1/release-2.1.10",
                         "releasenotes/v2.1/release-2.1.9",
                         "releasenotes/v2.1/release-2.1.8",


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


Reply via email to