This is an automated email from the ASF dual-hosted git repository.
morningman 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 945827d6663 [feat](download) surface 4.1 series and highlight 4.1.1 in
all-release (#3761)
945827d6663 is described below
commit 945827d6663eb4454f01589f121e322cf1386bdd
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Sun May 24 23:05:42 2026 -0700
[feat](download) surface 4.1 series and highlight 4.1.1 in all-release
(#3761)
## Summary
- Add a `4.1` group (`4.1.1`, `4.1.0`) as the first entry in the
Download page's "All Releases" cascader
(`src/constant/download.data.ts`) so the dropdown defaults to the latest
`4.1.x` instead of `4.0.5`.
- Update the EN/ZH `all-release` "Latest Release" tip block to highlight
`4.1.1` (released 2026-05-24) instead of `4.1.0`, with the link pointing
at `./v4.1/release-4.1.1`.
## Test plan
- [ ] Open `/download` — verify the All Releases dropdown defaults to
`4.1 > 4.1.1` and lists `4.1.0` underneath.
- [ ] Each architecture (x64 / x64 no-avx2 / ARM64) yields the correct
`apache-doris-4.1.x-bin-*.tar.gz` / `.asc` / `.sha512` URLs.
- [ ] Source tab produces `apache-doris-4.1.x-src.tar.gz` from
`https://dist.apache.org/repos/dist/release/doris/4.1/4.1.x/`.
- [ ] `/releases/all-release` (EN and ZH) renders the new tip block
highlighting `4.1.1` with a working link.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
---
.../current/all-release.md | 2 +-
releasenotes/all-release.md | 2 +-
src/constant/download.data.ts | 74 ++++++++++++++++++++++
3 files changed, 76 insertions(+), 2 deletions(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-releases/current/all-release.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-releases/current/all-release.md
index 68ebfe6a2fc..b7eaecebdc2 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs-releases/current/all-release.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs-releases/current/all-release.md
@@ -11,7 +11,7 @@
:::tip 最新发布
-🎉 4.1.0 版本已于 2026 年 04 月 21 日正式发布,详情可查看[版本发布](./v4.1/release-4.1.0)。新版本通过 AI
与搜索能力的深度融合、离线计算的稳定性提升、性能与易用性的双重优化,进一步拓宽了数据库的应用边界,可更好地支撑企业从传统 BI 分析到 AI
智能检索、从实时查询到大规模离线批处理的全场景数据分析需求。无论是互联网、金融、零售等行业的实时报表、用户行为分析,还是政务、医疗领域的文档检索、大规模数据批处理,新版本
Doris 都将为用户提供更高效、更可靠的数据分析体验。
+🎉 4.1.1 版本已于 2026 年 05 月 24 日正式发布,详情可查看[版本发布](./v4.1/release-4.1.1)。4.1 系列通过
AI 与搜索能力的深度融合、离线计算的稳定性提升、性能与易用性的双重优化,进一步拓宽了数据库的应用边界,可更好地支撑企业从传统 BI 分析到 AI
智能检索、从实时查询到大规模离线批处理的全场景数据分析需求。无论是互联网、金融、零售等行业的实时报表、用户行为分析,还是政务、医疗领域的文档检索、大规模数据批处理,新版本
Doris 都将为用户提供更高效、更可靠的数据分析体验。
<br />
🎉 3.1.4 版本已于 2025 年 12 月 19 日正式发布,详情可查看[版本发布](./v3.1/release-3.1.4)。Apache
Doris 3.1 是半结构化分析领域的里程碑,引入了稀疏列和模板化
schema,显著提升了查询和索引性能。它还显著增强了湖仓一体能力,通过异步物化视图和优化连接属性,实现了数据湖和数据仓的无缝集成。新版本在存储引擎上提供了灵活列更新,并通过分区裁剪和基于数据特征的优化器,实现了查询性能的巨大飞跃。
diff --git a/releasenotes/all-release.md b/releasenotes/all-release.md
index ba167f7e1c9..3fd9b885621 100644
--- a/releasenotes/all-release.md
+++ b/releasenotes/all-release.md
@@ -9,7 +9,7 @@
This document presents a summary of Apache Doris versions released within one
year, listed in reverse chronological order.
:::tip Latest Release
-🎉 Version 4.1.0 is released. Check out the 🔗[Release
Notes](./v4.1/release-4.1.0) here. Apache Doris 4.0 takes a major step forward
with new AI support (vector search, AI Functions) and better full-text search
capabilities. These upgrades help users stay ahead in the AI and agent era,
enabling companies to handle everything from traditional BI analysis to
AI-driven workloads.
+🎉 Version 4.1.1 is released. Check out the 🔗[Release
Notes](./v4.1/release-4.1.1) here. Apache Doris 4.1 takes a major step forward
with new AI support (vector search, AI Functions) and better full-text search
capabilities. These upgrades help users stay ahead in the AI and agent era,
enabling companies to handle everything from traditional BI analysis to
AI-driven workloads.
<br />
diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts
index e4ae57c6fe3..4bcb1a44716 100644
--- a/src/constant/download.data.ts
+++ b/src/constant/download.data.ts
@@ -394,6 +394,80 @@ export type AllVersionOption = {
};
export const ALL_VERSIONS: AllVersionOption[] = [
+ {
+ label: '4.1',
+ value: '4.1',
+ children: [
+ {
+ label: '4.1.1',
+ value: '4.1.1',
+ majorVersion: '4.1',
+ items: [
+ {
+ label: CPUEnum.X64,
+ value: CPUEnum.X64,
+ gz: `${ORIGIN}apache-doris-4.1.1-bin-x64.tar.gz`,
+ asc: `${ORIGIN}apache-doris-4.1.1-bin-x64.tar.gz.asc`,
+ sha512:
`${ORIGIN}apache-doris-4.1.1-bin-x64.tar.gz.sha512`,
+ source:
'https://dist.apache.org/repos/dist/release/doris/4.1/4.1.1/',
+ version: '4.1.1',
+ },
+ {
+ label: CPUEnum.X64NoAvx2,
+ value: CPUEnum.X64NoAvx2,
+ gz:
`${ORIGIN}apache-doris-4.1.1-bin-x64-noavx2.tar.gz`,
+ asc:
`${ORIGIN}apache-doris-4.1.1-bin-x64-noavx2.tar.gz.asc`,
+ sha512:
`${ORIGIN}apache-doris-4.1.1-bin-x64-noavx2.tar.gz.sha512`,
+ source:
'https://dist.apache.org/repos/dist/release/doris/4.1/4.1.1/',
+ version: '4.1.1',
+ },
+ {
+ label: CPUEnum.ARM64,
+ value: CPUEnum.ARM64,
+ gz: `${ORIGIN}apache-doris-4.1.1-bin-arm64.tar.gz`,
+ asc:
`${ORIGIN}apache-doris-4.1.1-bin-arm64.tar.gz.asc`,
+ sha512:
`${ORIGIN}apache-doris-4.1.1-bin-arm64.tar.gz.sha512`,
+ source:
'https://dist.apache.org/repos/dist/release/doris/4.1/4.1.1/',
+ version: '4.1.1',
+ },
+ ],
+ },
+ {
+ label: '4.1.0',
+ value: '4.1.0',
+ majorVersion: '4.1',
+ items: [
+ {
+ label: CPUEnum.X64,
+ value: CPUEnum.X64,
+ gz: `${ORIGIN}apache-doris-4.1.0-bin-x64.tar.gz`,
+ asc: `${ORIGIN}apache-doris-4.1.0-bin-x64.tar.gz.asc`,
+ sha512:
`${ORIGIN}apache-doris-4.1.0-bin-x64.tar.gz.sha512`,
+ source:
'https://dist.apache.org/repos/dist/release/doris/4.1/4.1.0/',
+ version: '4.1.0',
+ },
+ {
+ label: CPUEnum.X64NoAvx2,
+ value: CPUEnum.X64NoAvx2,
+ gz:
`${ORIGIN}apache-doris-4.1.0-bin-x64-noavx2.tar.gz`,
+ asc:
`${ORIGIN}apache-doris-4.1.0-bin-x64-noavx2.tar.gz.asc`,
+ sha512:
`${ORIGIN}apache-doris-4.1.0-bin-x64-noavx2.tar.gz.sha512`,
+ source:
'https://dist.apache.org/repos/dist/release/doris/4.1/4.1.0/',
+ version: '4.1.0',
+ },
+ {
+ label: CPUEnum.ARM64,
+ value: CPUEnum.ARM64,
+ gz: `${ORIGIN}apache-doris-4.1.0-bin-arm64.tar.gz`,
+ asc:
`${ORIGIN}apache-doris-4.1.0-bin-arm64.tar.gz.asc`,
+ sha512:
`${ORIGIN}apache-doris-4.1.0-bin-arm64.tar.gz.sha512`,
+ source:
'https://dist.apache.org/repos/dist/release/doris/4.1/4.1.0/',
+ version: '4.1.0',
+ },
+ ],
+ },
+ ],
+ },
{
label: '4.0',
value: '4.0',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]