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 88010f39c37 [update] Blog (#1481)
88010f39c37 is described below
commit 88010f39c3740e67fdae090cf02147218a1f8bcd
Author: KassieZ <[email protected]>
AuthorDate: Mon Dec 9 15:28:15 2024 +0800
[update] Blog (#1481)
## Versions
- [ ] dev
- [x] 3.0
- [ ] 2.1
- [ ] 2.0
## Languages
- [ ] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
.../release-3.0.3.md => blog/release-note-3.0.3.md | 13 ++--
common_docs_zh/releasenotes/v3.0/release-3.0.3.md | 4 +-
releasenotes/v3.0/release-3.0.3.md | 2 +-
sidebars.json | 73 +++++++++++++++------
src/constant/newsletter.data.ts | 16 ++---
static/images/3.0.3.jpg | Bin 0 -> 420345 bytes
versioned_sidebars/version-3.0-sidebars.json | 6 +-
7 files changed, 73 insertions(+), 41 deletions(-)
diff --git a/releasenotes/v3.0/release-3.0.3.md b/blog/release-note-3.0.3.md
similarity index 97%
copy from releasenotes/v3.0/release-3.0.3.md
copy to blog/release-note-3.0.3.md
index c15141832f1..df6ceceb1ca 100644
--- a/releasenotes/v3.0/release-3.0.3.md
+++ b/blog/release-note-3.0.3.md
@@ -1,7 +1,12 @@
---
{
- "title": "Release 3.0.3",
- "language": "en"
+ 'title': 'Apache Doris 3.0.3 just released',
+ 'summary': 'Dear community members, the Apache Doris 3.0.3 version was
officially released on December 02, 2024, this version further enhances the
performance and stability of the system.',
+ 'description': 'Dear community members, the Apache Doris 3.0.3 version was
officially released on December 02, 2024, this version further enhances the
performance and stability of the system.',
+ 'date': '2024-12-02',
+ 'author': 'Apache Doris',
+ 'tags': ['Release Notes'],
+ "image": '/images/3.0.3.jpg'
}
---
@@ -13,9 +18,7 @@ regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
-
http://www.apache.org/licenses/LICENSE-2.0
-
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -25,7 +28,7 @@ under the License.
-->
-Dear community members, the Apache Doris 3.0.2 version was officially released
on December 02, 2024, this version further enhances the performance and
stability of the system.
+Dear community members, the Apache Doris 3.0.3 version was officially released
on December 02, 2024, this version further enhances the performance and
stability of the system.
**Quick Download:** https://doris.apache.org/download/
diff --git a/common_docs_zh/releasenotes/v3.0/release-3.0.3.md
b/common_docs_zh/releasenotes/v3.0/release-3.0.3.md
index 2f72f702483..99a49f62071 100644
--- a/common_docs_zh/releasenotes/v3.0/release-3.0.3.md
+++ b/common_docs_zh/releasenotes/v3.0/release-3.0.3.md
@@ -71,7 +71,7 @@ under the License.
- 数组函数 `array_agg` 支持在 ARRAY 中嵌套
ARRAY/MAP/STRUCT。[#42009](https://github.com/apache/doris/pull/42009)
- 新增近似聚合统计函数 `approx_top_k` 和
`approx_top_sum`。[#44082](https://github.com/apache/doris/pull/44082)
-## 改进
+## 改进与优化
### 存储
@@ -142,7 +142,7 @@ under the License.
- FE 监控项中的连接数信息支持按用户分别显示。[#39200](https://github.com/apache/doris/pull/39200)
-## 缺陷修复
+## 问题修复
### 存储
diff --git a/releasenotes/v3.0/release-3.0.3.md
b/releasenotes/v3.0/release-3.0.3.md
index c15141832f1..b15777212b4 100644
--- a/releasenotes/v3.0/release-3.0.3.md
+++ b/releasenotes/v3.0/release-3.0.3.md
@@ -25,7 +25,7 @@ under the License.
-->
-Dear community members, the Apache Doris 3.0.2 version was officially released
on December 02, 2024, this version further enhances the performance and
stability of the system.
+Dear community members, the Apache Doris 3.0.3 version was officially released
on December 02, 2024, this version further enhances the performance and
stability of the system.
**Quick Download:** https://doris.apache.org/download/
diff --git a/sidebars.json b/sidebars.json
index 00a873d1769..d56fcb7cbb0 100644
--- a/sidebars.json
+++ b/sidebars.json
@@ -89,7 +89,10 @@
{
"type": "category",
"label": "Database Connection",
- "items": ["db-connect/database-connect",
"db-connect/arrow-flight-sql-connect"]
+ "items": [
+ "db-connect/database-connect",
+ "db-connect/arrow-flight-sql-connect"
+ ]
},
{
"type": "category",
@@ -208,7 +211,9 @@
{
"type": "category",
"label": "Job Scheduler",
- "items": ["data-operate/scheduler/job-scheduler"]
+ "items": [
+ "data-operate/scheduler/job-scheduler"
+ ]
},
"data-operate/transaction"
]
@@ -226,7 +231,10 @@
{
"type": "category",
"label": "User Defined Functions",
- "items": ["query-data/udf/alias-function",
"query-data/udf/java-user-defined-function"]
+ "items": [
+ "query-data/udf/alias-function",
+ "query-data/udf/java-user-defined-function"
+ ]
},
"query-data/complex-type",
"query-data/lateral-view",
@@ -400,7 +408,10 @@
{
"type": "category",
"label": "Cross Cluster Replication",
- "items": ["admin-manual/data-admin/ccr/overview",
"admin-manual/data-admin/ccr/feature"]
+ "items": [
+ "admin-manual/data-admin/ccr/overview",
+ "admin-manual/data-admin/ccr/feature"
+ ]
},
"admin-manual/data-admin/recyclebin",
"admin-manual/data-admin/repairing-data"
@@ -425,7 +436,10 @@
{
"type": "category",
"label": "Managing Query",
- "items": ["admin-manual/query-admin/sql-interception",
"admin-manual/query-admin/kill-query"]
+ "items": [
+ "admin-manual/query-admin/sql-interception",
+ "admin-manual/query-admin/kill-query"
+ ]
},
{
"type": "category",
@@ -474,7 +488,10 @@
{
"type": "category",
"label": "Log Management",
- "items": ["admin-manual/log-management/fe-log",
"admin-manual/log-management/be-log"]
+ "items": [
+ "admin-manual/log-management/fe-log",
+ "admin-manual/log-management/be-log"
+ ]
},
{
"type": "category",
@@ -675,7 +692,11 @@
"type": "category",
"label": "Benchmark",
"collapsed": false,
- "items": ["benchmark/ssb", "benchmark/tpch", "benchmark/tpcds"]
+ "items": [
+ "benchmark/ssb",
+ "benchmark/tpch",
+ "benchmark/tpcds"
+ ]
},
{
"type": "category",
@@ -691,7 +712,6 @@
"label": "BI",
"items": [
"ecosystem/bi/apache-superset",
-
"ecosystem/bi/finebi",
"ecosystem/bi/powerbi",
"ecosystem/bi/tableau",
@@ -701,17 +721,17 @@
]
},
{
- "type":"category",
- "label":"SQL Clients",
- "items":[
+ "type": "category",
+ "label": "SQL Clients",
+ "items": [
"ecosystem/bi/dbeaver",
"ecosystem/bi/datagrip"
]
},
{
- "type":"category",
- "label":"More",
- "items":[
+ "type": "category",
+ "label": "More",
+ "items": [
"ecosystem/cloudcanal",
"ecosystem/datax",
"ecosystem/dbt-doris-adapter",
@@ -732,7 +752,13 @@
"type": "category",
"label": "FAQ",
"collapsed": false,
- "items": ["faq/install-faq", "faq/data-faq", "faq/sql-faq",
"faq/lakehouse-faq", "faq/bi-faq"]
+ "items": [
+ "faq/install-faq",
+ "faq/data-faq",
+ "faq/sql-faq",
+ "faq/lakehouse-faq",
+ "faq/bi-faq"
+ ]
},
{
"type": "category",
@@ -801,7 +827,10 @@
{
"type": "category",
"label": "IP Data Type",
- "items": ["sql-manual/sql-data-types/ip/IPV4",
"sql-manual/sql-data-types/ip/IPV6"]
+ "items": [
+ "sql-manual/sql-data-types/ip/IPV4",
+ "sql-manual/sql-data-types/ip/IPV6"
+ ]
}
]
},
@@ -1732,7 +1761,9 @@
{
"type": "category",
"label": "Operators",
- "items": ["sql-manual/sql-statements/Operators/in"]
+ "items": [
+ "sql-manual/sql-statements/Operators/in"
+ ]
},
{
"type": "category",
@@ -1766,10 +1797,10 @@
"type": "category",
"label": "v3.0",
"items": [
- "releasenotes/v3.0/release-3.0.0",
- "releasenotes/v3.0/release-3.0.1",
+ "releasenotes/v3.0/release-3.0.3",
"releasenotes/v3.0/release-3.0.2",
- "releasenotes/v3.0/release-3.0.3"
+ "releasenotes/v3.0/release-3.0.1",
+ "releasenotes/v3.0/release-3.0.0"
]
},
{
@@ -1838,4 +1869,4 @@
]
}
]
-}
+}
\ No newline at end of file
diff --git a/src/constant/newsletter.data.ts b/src/constant/newsletter.data.ts
index a37e452d7a0..c274506093f 100644
--- a/src/constant/newsletter.data.ts
+++ b/src/constant/newsletter.data.ts
@@ -1,5 +1,11 @@
export const NEWSLETTER_DATA = [
-
+ {
+ tags: ['Release Note'],
+ title: "Apache Doris 3.0.3 just released",
+ content: `Dear community members, the Apache Doris 3.0.3 version was
officially released on December 02, 2024, this version further enhances the
performance and stability of the system.`,
+ to: '/blog/release-note-3.0.3',
+ image: '3.0.3.jpg',
+ },
{
tags: ['Best Practice'],
title: "Scaling Bitcoin data to billions of records with Apache Doris:
our journey to auto-partitioning",
@@ -14,14 +20,6 @@ export const NEWSLETTER_DATA = [
to:
'/blog/ortege-studio-2-fine-tuning-apache-doris-for-maximum-performance-and-resilience',
image: 'ortege-2.jpg',
},
-
- {
- tags: ['Release Note'],
- title: "New milestone: Apache Doris 3.0 has been released",
- content: `Starting from version 3.X, Apache Doris supports a
compute-storage decoupled mode inaddition to the compute-storage mode for
cluster deployment. `,
- to: '/blog/release-note-3.0.0',
- image: '3.0.0.jpeg',
- },
{
tags: ['Best Practice'],
title: "Real-time data warehouse in TikTok based on Apache Doris",
diff --git a/static/images/3.0.3.jpg b/static/images/3.0.3.jpg
new file mode 100644
index 00000000000..c3457bcd26c
Binary files /dev/null and b/static/images/3.0.3.jpg differ
diff --git a/versioned_sidebars/version-3.0-sidebars.json
b/versioned_sidebars/version-3.0-sidebars.json
index 6d7327ff7cc..ff8b8c7bf94 100644
--- a/versioned_sidebars/version-3.0-sidebars.json
+++ b/versioned_sidebars/version-3.0-sidebars.json
@@ -1907,10 +1907,10 @@
"collapsed": false,
"items": [
"releasenotes/all-release",
- "releasenotes/v3.0/release-3.0.0",
- "releasenotes/v3.0/release-3.0.1",
+ "releasenotes/v3.0/release-3.0.3",
"releasenotes/v3.0/release-3.0.2",
- "releasenotes/v3.0/release-3.0.3"
+ "releasenotes/v3.0/release-3.0.1",
+ "releasenotes/v3.0/release-3.0.0"
]
}
]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]