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 3bedaa0125 [release] Update 2.0.15 release (#1168) 3bedaa0125 is described below commit 3bedaa0125afce741623ff247b636f9a2872c2a2 Author: KassieZ <139741991+kass...@users.noreply.github.com> AuthorDate: Tue Oct 8 15:15:10 2024 +0900 [release] Update 2.0.15 release (#1168) # Versions - [x] dev - [x] 3.0 - [x] 2.1 - [x] 2.0 # Languages - [x] Chinese - [x] English --- blog/release-note-2.0.15.md | 61 +++++++++++++++++ .../gettingStarted/demo-block/latest.tsx | 6 +- common_docs_zh/releasenotes/all-release.md | 5 +- common_docs_zh/releasenotes/v2.0/release-2.0.15.md | 57 ++++++++++++++++ gettingStarted/demo-block/latest.tsx | 6 +- releasenotes/all-release.md | 6 +- releasenotes/v2.0/release-2.0.15.md | 57 ++++++++++++++++ sidebars.json | 1 + src/constant/download.data.ts | 76 +++++++++++++++------ src/constant/newsletter.data.ts | 15 ++-- static/images/2.0.15.jpg | Bin 0 -> 429871 bytes versioned_sidebars/version-1.2-sidebars.json | 1 + versioned_sidebars/version-2.0-sidebars.json | 1 + versioned_sidebars/version-2.1-sidebars.json | 1 + versioned_sidebars/version-3.0-sidebars.json | 1 + 15 files changed, 256 insertions(+), 38 deletions(-) diff --git a/blog/release-note-2.0.15.md b/blog/release-note-2.0.15.md new file mode 100644 index 0000000000..399e443cc8 --- /dev/null +++ b/blog/release-note-2.0.15.md @@ -0,0 +1,61 @@ +--- +{ + 'title': 'Apache Doris version 2.0.15 has been released', + 'summary': 'Thanks to our community users and developers, about 157 improvements and bug fixes have been made in Doris 2.0.15 version', + 'description': 'Thanks to our community users and developers, about 157 improvements and bug fixes have been made in Doris 2.0.15 version', + 'date': '2024-09-30', + 'author': 'Apache Doris', + 'tags': ['Release Notes'], + "image": '/images/2.0.15.jpg' +} +--- + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + + +Thanks to our community users and developers, about 157 improvements and bug fixes have been made in Doris 2.0.15 version + +- Quick Download: https://doris.apache.org/download + +## 1 New features + +- Adds a REST interface to retrieve the most recent query profile: `curl http://user:password@127.0.0.1:8030/api/profile/text`.[#38268](https://github.com/apache/doris/pull/38268) + +## 2 Improvements + +- Optimizes the primary key point query performance for MOW tables with sequence columns.[#38287](https://github.com/apache/doris/pull/38287) + +- Enhances the performance of inverted index queries with many conditions. [#35346](https://github.com/apache/doris/pull/35346) + +- Automatically enables the `support_phrase` option when creating a tokenized inverted index to accelerate `match_phrase` phrase queries.[#37949](https://github.com/apache/doris/pull/37949) + +- Supports simplified SQL hints, for example: `SELECT /*+ query_timeout(3000) */ * FROM t;`. [#37720](https://github.com/apache/doris/pull/37720) + +- Automatically retries reading from object storage when encountering a `429` error to improve stability.[#35396](https://github.com/apache/doris/pull/35396) + +- LEFT SEMI / ANTI JOIN terminates subsequent matching execution upon matching a qualifying data row to enhance performance. [#34703](https://github.com/apache/doris/pull/34703) + +- Prevents coredump when returning illegal data to MySQL results. [#28069](https://github.com/apache/doris/pull/28069) + +- Unifies the output of type names in lowercase to maintain compatibility with MySQL and be more friendly to BI tools. [38521](https://github.com/apache/doris/pull/38521) + +## Credits + +Thanks all who contribute to this release: + +@924060929, @BePPPower, @BiteTheDDDDt, @CalvinKirs, @GoGoWen, @HappenLee, @Jibing-Li, @Johnnyssc,@LiBinfeng-01,@Mryange, @SWJTU-ZhangLei,@TangSiyang2001, @Toms1999, @Vallishp, @Yukang-Lian, @airborne12, @amorynan, @bobhan1, @cambyzju, @csun5285, @dataroaring, @eldenmoon, @englefly, @feiniaofeiafei,@hello-stephen, @htyoung, @hubgeter, @justfortaste, @liaoxin01, @liugddx, @liutang123, @luwei16, @mongo360,@morrySnow, @qidaye, @smallx, @sollhui, @starocean999, @w41ter, @xiaokang, @xzj7019, @ [...] \ No newline at end of file diff --git a/common_docs_zh/gettingStarted/demo-block/latest.tsx b/common_docs_zh/gettingStarted/demo-block/latest.tsx index a8bbe5b041..21832b4735 100644 --- a/common_docs_zh/gettingStarted/demo-block/latest.tsx +++ b/common_docs_zh/gettingStarted/demo-block/latest.tsx @@ -38,7 +38,7 @@ export default function Latest() { <div style={{ fontSize: 12, marginBottom: 20 }}>在这里,你可以自由的提出和讨论技术问题、分享和收获技术经验、与 Apache Doris 社区的小伙伴进行互动和交流。</div> <div style={{ fontSize: 14, marginBottom: 10 }}>立即加入</div> </a> - <a className="latest-button" href={`/zh-CN/docs${currentVersion === '' ? '' : `/${currentVersion}`}/releasenotes/v2.1/release-2.1.6`}> + <a className="latest-button" href={`/zh-CN/docs${currentVersion === '' ? '' : `/${currentVersion}`}/releasenotes/v2.0/release-2.0.15`}> <div className="home-page-hero-button-label"><div>版本发布</div></div> <div className="latest-button-title"> {/* <div className="home-page-hero-button-icon"> @@ -47,9 +47,9 @@ export default function Latest() { <path fill="none" d="M0 0h24v24H0Z"></path> </svg> </div> */} - <div style={{ marginBottom: 10 }}>Apache Doris 2.1.6 正式发布</div> + <div style={{ marginBottom: 10 }}>Apache Doris 2.0.15 正式发布</div> </div> - <div style={{ fontSize: 12, marginBottom: 20 }}>Apache Doris 2.1.6 版本已于 2024 年 9 月 10 日正式发布,在湖仓一体、异步物化视图、半结构化数据管理持续升级改进。</div> + <div style={{ fontSize: 12, marginBottom: 20 }}>Apache Doris 2.0.15 版本提交了 157 个改进项以及问题修复,进一步提升了系统的性能及稳定性,欢迎大家下载体验。</div> <div style={{ fontSize: 14, marginBottom: 10 }}>查看详情</div> </a> diff --git a/common_docs_zh/releasenotes/all-release.md b/common_docs_zh/releasenotes/all-release.md index 7d7cf9868f..90341474c5 100644 --- a/common_docs_zh/releasenotes/all-release.md +++ b/common_docs_zh/releasenotes/all-release.md @@ -30,9 +30,9 @@ under the License. :::tip 最新发布 -🔥 Apache Doris 2.1.6 版本发布! +🔥 Apache Doris 2.0.15 版本发布! -- [了解详情](../releasenotes/v2.1/release-2.1.6.md) +- [了解详情](../releasenotes/v2.0/release-2.0.15.md) - [立即下载](https://doris.apache.org/download) @@ -40,6 +40,7 @@ under the License. <br /> +- [2024-09-30, Apache Doris 2.0.15 版本发布](../releasenotes/v2.0/release-2.0.15.md) - [2024-09-10, Apache Doris 2.1.6 版本发布](../releasenotes/v2.1/release-2.1.6.md) diff --git a/common_docs_zh/releasenotes/v2.0/release-2.0.15.md b/common_docs_zh/releasenotes/v2.0/release-2.0.15.md new file mode 100644 index 0000000000..453f00f574 --- /dev/null +++ b/common_docs_zh/releasenotes/v2.0/release-2.0.15.md @@ -0,0 +1,57 @@ +--- +{ + "title": "Release 2.0.15", + "language": "zh-CN" +} +--- + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +亲爱的社区小伙伴们,Apache Doris 2.0.15 版本已于 2024 年 9 月 19 日正式与大家见面,该版本提交了 157 个改进项以及问题修复,进一步提升了系统的性能及稳定性,欢迎大家下载体验。 + +- 立即下载:https://doris.apache.org/download + + +## 1 新功能 + +- 增加获取最近一个查询 Profile 的 REST 接口 `curl http://user:password@127.0.0.1:8030/api/profile/text`。[#38268](https://github.com/apache/doris/pull/38268) + +## 2 改进和优化 + +- 优化 MOW 表带有 Sequence 列的主键点查性能。[#38287](https://github.com/apache/doris/pull/38287) + +- 优化倒排索引在查询条件很多时的性能。[#35346](https://github.com/apache/doris/pull/35346) + +- 创建带分词的倒排索引时,自动开启 `support_phrase` 选项加速 `match_phrase` 系列短语查询。[#37949](https://github.com/apache/doris/pull/37949) + +- 支持简化的 SQL Hint, 例如 `SELECT /*+ query_timeout(3000) */ * FROM t;`。[#37720](https://github.com/apache/doris/pull/37720) + +- 读对象存储遇到 `429` 错误时自动重试提升稳定性。[#35396](https://github.com/apache/doris/pull/35396) + +- LEFT SEMI / ANTI JOIN 在匹配到符合的数据行时,终止后续的匹配执行提升性能。 [#34703](https://github.com/apache/doris/pull/34703) + +- 避免非法数据返回 MySQL 结果时出发 Coredump。[#28069](https://github.com/apache/doris/pull/28069) + +- 输出类型名字时统一使用小写,保持跟 MySQL 兼容对 BI 工具更加友好。[#38521](https://github.com/apache/doris/pull/38521) + + +## 致谢 + +@924060929, @BePPPower, @BiteTheDDDDt, @CalvinKirs, @GoGoWen, @HappenLee, @Jibing-Li, @Johnnyssc,@LiBinfeng-01,@Mryange, @SWJTU-ZhangLei,@TangSiyang2001, @Toms1999, @Vallishp, @Yukang-Lian, @airborne12, @amorynan, @bobhan1, @cambyzju, @csun5285, @dataroaring, @eldenmoon, @englefly, @feiniaofeiafei,@hello-stephen, @htyoung, @hubgeter, @justfortaste, @liaoxin01, @liugddx, @liutang123, @luwei16, @mongo360,@morrySnow, @qidaye, @smallx, @sollhui, @starocean999, @w41ter, @xiaokang, @xzj7019, @ [...] \ No newline at end of file diff --git a/gettingStarted/demo-block/latest.tsx b/gettingStarted/demo-block/latest.tsx index 4fdb1cf718..f4dabfb503 100644 --- a/gettingStarted/demo-block/latest.tsx +++ b/gettingStarted/demo-block/latest.tsx @@ -37,7 +37,7 @@ export default function Latest() { <div style={{ fontSize: 12, marginBottom: 20 }}>A platform to fostering connects within the community for addressing technical inquiries and providing support.</div> <div style={{ fontSize: 14, marginBottom: 10 }}>Learn more</div> </a> - <a className="latest-button" href={`/docs${currentVersion === '' ? '' : `/${currentVersion}`}/releasenotes/v2.1/release-2.1.6`}> + <a className="latest-button" href={`/docs${currentVersion === '' ? '' : `/${currentVersion}`}/releasenotes/v2.0/release-2.0.15`}> <div className="home-page-hero-button-label"><div>Release</div></div> <div className="latest-button-title"> {/* <div className="home-page-hero-button-icon"> @@ -46,9 +46,9 @@ export default function Latest() { <path fill="none" d="M0 0h24v24H0Z"></path> </svg> </div> */} - <div style={{ marginBottom: 10 }}>Apache Doris 2.1.6 just released</div> + <div style={{ marginBottom: 10 }}>Apache Doris 2.0.15 just released</div> </div> - <div style={{ fontSize: 12, marginBottom: 20 }}>This version brings continuous upgrades and improvements to the Lakehouse, Async Materialized Views and etc.</div> + <div style={{ fontSize: 12, marginBottom: 20 }}>Thanks to our community users and developers, about 157 improvements and bug fixes have been made in Doris 2.0.15 version.</div> <div style={{ fontSize: 14, marginBottom: 10 }}>Learn more</div> </a> </div> diff --git a/releasenotes/all-release.md b/releasenotes/all-release.md index 024c2a9010..db78f454ae 100644 --- a/releasenotes/all-release.md +++ b/releasenotes/all-release.md @@ -28,9 +28,9 @@ This document presents a summary of Apache Doris versions released within one ye :::tip Latest Release -🔥 Apache Doris 2.1.6 is released ! +🔥 Apache Doris 2.0.15 is released ! -- [Release Note](/releasenotes/v2.1/release-2.1.6.md) +- [Release Note](/releasenotes/v2.0/release-2.0.15.md) - [Quick Download](https://doris.apache.org/download) @@ -40,6 +40,8 @@ This document presents a summary of Apache Doris versions released within one ye <br /> +- [2024-09-30, Apache Doris 2.0.15 is released](../releasenotes/v2.0/release-2.0.15.md) + - [2024-09-10, Apache Doris 2.1.6 is released](../releasenotes/v2.1/release-2.1.6.md) - [2024-08-23, Apache Doris 3.0.1 is released](../releasenotes/v3.0/release-3.0.1.md) diff --git a/releasenotes/v2.0/release-2.0.15.md b/releasenotes/v2.0/release-2.0.15.md new file mode 100644 index 0000000000..e48a212ad9 --- /dev/null +++ b/releasenotes/v2.0/release-2.0.15.md @@ -0,0 +1,57 @@ +--- +{ + "title": "Release 2.0.15", + "language": "en" +} +--- + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +Thanks to our community users and developers, about 157 improvements and bug fixes have been made in Doris 2.0.15 version + +- Quick Download: https://doris.apache.org/download + +## 1 New features + +- Adds a REST interface to retrieve the most recent query profile: `curl http://user:password@127.0.0.1:8030/api/profile/text`.[#38268](https://github.com/apache/doris/pull/38268) + +## 2 Improvements + +- Optimizes the primary key point query performance for MOW tables with sequence columns.[#38287](https://github.com/apache/doris/pull/38287) + +- Enhances the performance of inverted index queries with many conditions. [#35346](https://github.com/apache/doris/pull/35346) + +- Automatically enables the `support_phrase` option when creating a tokenized inverted index to accelerate `match_phrase` phrase queries.[#37949](https://github.com/apache/doris/pull/37949) + +- Supports simplified SQL hints, for example: `SELECT /*+ query_timeout(3000) */ * FROM t;`. [#37720](https://github.com/apache/doris/pull/37720) + +- Automatically retries reading from object storage when encountering a `429` error to improve stability.[#35396](https://github.com/apache/doris/pull/35396) + +- LEFT SEMI / ANTI JOIN terminates subsequent matching execution upon matching a qualifying data row to enhance performance. [#34703](https://github.com/apache/doris/pull/34703) + +- Prevents coredump when returning illegal data to MySQL results. [#28069](https://github.com/apache/doris/pull/28069) + +- Unifies the output of type names in lowercase to maintain compatibility with MySQL and be more friendly to BI tools. [38521](https://github.com/apache/doris/pull/38521) + +## Credits + +Thanks all who contribute to this release: + +@924060929, @BePPPower, @BiteTheDDDDt, @CalvinKirs, @GoGoWen, @HappenLee, @Jibing-Li, @Johnnyssc,@LiBinfeng-01,@Mryange, @SWJTU-ZhangLei,@TangSiyang2001, @Toms1999, @Vallishp, @Yukang-Lian, @airborne12, @amorynan, @bobhan1, @cambyzju, @csun5285, @dataroaring, @eldenmoon, @englefly, @feiniaofeiafei,@hello-stephen, @htyoung, @hubgeter, @justfortaste, @liaoxin01, @liugddx, @liutang123, @luwei16, @mongo360,@morrySnow, @qidaye, @smallx, @sollhui, @starocean999, @w41ter, @xiaokang, @xzj7019, @ [...] \ No newline at end of file diff --git a/sidebars.json b/sidebars.json index fc9c9711ae..adc6b09cd5 100644 --- a/sidebars.json +++ b/sidebars.json @@ -1711,6 +1711,7 @@ "type": "category", "label": "v2.0", "items": [ + "releasenotes/v2.0/release-2.0.15", "releasenotes/v2.0/release-2.0.14", "releasenotes/v2.0/release-2.0.13", "releasenotes/v2.0/release-2.0.12", diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts index 95ed2a8946..e2533abe67 100644 --- a/src/constant/download.data.ts +++ b/src/constant/download.data.ts @@ -32,7 +32,7 @@ export const ORIGIN = 'https://apache-doris-releases.oss-accelerate.aliyuncs.com export enum VersionEnum { Latest = '3.0.1', Prev = '2.1.6', - Earlier = '2.0.14', + Earlier = '2.0.15', } export enum DownloadTypeEnum { Binary = 'Binary', @@ -108,36 +108,36 @@ export const DORIS_VERSIONS: Option[] = [ ], }, { - label: '2.0.14', - value: '2.0.14', + label: '2.0.15', + value: '2.0.15', majorVersion: '2.0', children: [ { label: CPUEnum.X64, value: CPUEnum.X64, - gz: `${ORIGIN}apache-doris-2.0.14-bin-x64.tar.gz`, - asc: `${ORIGIN}apache-doris-2.0.14-bin-x64.tar.gz.asc`, - sha512: `${ORIGIN}apache-doris-2.0.14-bin-x64.tar.gz.sha512`, - source: 'https://downloads.apache.org/doris/2.0/2.0.14/', - version: '2.0.14', + gz: `${ORIGIN}apache-doris-2.0.15-bin-x64.tar.gz`, + asc: `${ORIGIN}apache-doris-2.0.15-bin-x64.tar.gz.asc`, + sha512: `${ORIGIN}apache-doris-2.0.15-bin-x64.tar.gz.sha512`, + source: 'https://downloads.apache.org/doris/2.0/2.0.15/', + version: '2.0.15', }, { label: CPUEnum.X64NoAvx2, value: CPUEnum.X64NoAvx2, - gz: `${ORIGIN}apache-doris-2.0.14-bin-x64-noavx2.tar.gz`, - asc: `${ORIGIN}apache-doris-2.0.14-bin-x64-noavx2.tar.gz.asc`, - sha512: `${ORIGIN}apache-doris-2.0.14-bin-x64-noavx2.tar.gz.sha512`, - source: 'https://downloads.apache.org/doris/2.0/2.0.14/', - version: '2.0.14', + gz: `${ORIGIN}apache-doris-2.0.15-bin-x64-noavx2.tar.gz`, + asc: `${ORIGIN}apache-doris-2.0.15-bin-x64-noavx2.tar.gz.asc`, + sha512: `${ORIGIN}apache-doris-2.0.15-bin-x64-noavx2.tar.gz.sha512`, + source: 'https://downloads.apache.org/doris/2.0/2.0.15/', + version: '2.0.15', }, { label: CPUEnum.ARM64, value: CPUEnum.ARM64, - gz: `${ORIGIN}apache-doris-2.0.14-bin-arm64.tar.gz`, - asc: `${ORIGIN}apache-doris-2.0.14-bin-arm64.tar.gz.asc`, - sha512: `${ORIGIN}apache-doris-2.0.14-bin-arm64.tar.gz.sha512`, - source: 'https://downloads.apache.org/doris/2.0/2.0.14/', - version: '2.0.14', + gz: `${ORIGIN}apache-doris-2.0.15-bin-arm64.tar.gz`, + asc: `${ORIGIN}apache-doris-2.0.15-bin-arm64.tar.gz.asc`, + sha512: `${ORIGIN}apache-doris-2.0.15-bin-arm64.tar.gz.sha512`, + source: 'https://downloads.apache.org/doris/2.0/2.0.15/', + version: '2.0.15', }, ], }, @@ -443,6 +443,40 @@ export const ALL_VERSIONS: AllVersionOption[] = [ label: '2.0', value: '2.0', children: [ + { + label: '2.0.15', + value: '2.0.15', + majorVersion: '2.0', + items: [ + { + label: CPUEnum.X64, + value: CPUEnum.X64, + gz: `${ORIGIN}apache-doris-2.0.15-bin-x64.tar.gz`, + asc: `${ORIGIN}apache-doris-2.0.15-bin-x64.tar.gz.asc`, + sha512: `${ORIGIN}apache-doris-2.0.15-bin-x64.tar.gz.sha512`, + source: 'https://downloads.apache.org/doris/2.0/2.0.15/', + version: '2.0.15', + }, + { + label: CPUEnum.X64NoAvx2, + value: CPUEnum.X64NoAvx2, + gz: `${ORIGIN}apache-doris-2.0.15-bin-x64-noavx2.tar.gz`, + asc: `${ORIGIN}apache-doris-2.0.15-bin-x64-noavx2.tar.gz.asc`, + sha512: `${ORIGIN}apache-doris-2.0.15-bin-x64-noavx2.tar.gz.sha512`, + source: 'https://downloads.apache.org/doris/2.0/2.0.15/', + version: '2.0.15', + }, + { + label: CPUEnum.ARM64, + value: CPUEnum.ARM64, + gz: `${ORIGIN}apache-doris-2.0.15-bin-arm64.tar.gz`, + asc: `${ORIGIN}apache-doris-2.0.15-bin-arm64.tar.gz.asc`, + sha512: `${ORIGIN}apache-doris-2.0.15-bin-arm64.tar.gz.sha512`, + source: 'https://downloads.apache.org/doris/2.0/2.0.15/', + version: '2.0.15', + }, + ], + }, { label: '2.0.14', value: '2.0.14', @@ -1444,14 +1478,14 @@ export const RUN_ANYWHERE = [ export const DOWNLOAD_PDFS = [{ version: '3.0', - filename: 'Apache Doris 中文手册 (v3.0).pdf', + filename: 'Apache Doris 中文手册(v3.0).pdf', link: 'https://cdn.selectdb.com/static/Apache_Doris_v3_0_4412376f6e.pdf' }, { version: '2.1', - filename: 'Apache Doris 中文手册 (v2.1).pdf', + filename: 'Apache Doris 中文手册(v2.1).pdf', link: 'https://cdn.selectdb.com/static/Apache_Doris_v2_1_c8bc030188.pdf' }, { version: '2.0', - filename: 'Apache Doris 中文手册 (v2.0).pdf', + filename: 'Apache Doris 中文手册(v2.0).pdf', link: 'https://cdn.selectdb.com/static/Apache_Doris_v2_0_0b89998444.pdf' }]; \ No newline at end of file diff --git a/src/constant/newsletter.data.ts b/src/constant/newsletter.data.ts index 9627fd7b89..3048dae3c7 100644 --- a/src/constant/newsletter.data.ts +++ b/src/constant/newsletter.data.ts @@ -1,4 +1,11 @@ export const NEWSLETTER_DATA = [ + { + tags: ['Release Note'], + title: "Apache Doris version 2.0.15 just released", + content: `Thanks to our community users and developers, about 157 improvements and bug fixes have been made in Doris 2.0.15 version`, + to: '/blog/release-note-2.1.5', + image: '2.1.5.jpg', + }, { tags: ['Best Practice'], title: "Real-time data warehouse in TikTok based on Apache Doris", @@ -6,13 +13,7 @@ export const NEWSLETTER_DATA = [ to: '/blog/real-time-data-warehouse-in-TikTok-based-on-doris', image: 'real-time-data-warehouse-in-tiktok-based-on-apache-doris.png', }, - { - tags: ['Release Note'], - title: "Apache Doris version 2.1.6 just released", - content: `This version brings continuous upgrades and improvements to the Lakehouse, Async Materialized Views, and Semi-Structured Data Management.`, - to: '/blog/release-note-2.1.6', - image: '2.1.6.jpg', - }, + { tags: ['Top News'], title: "How AI unicorn MiniMax migrated from Loki and built a PB-scale logging system with Apache Doris", diff --git a/static/images/2.0.15.jpg b/static/images/2.0.15.jpg new file mode 100644 index 0000000000..3210cb792b Binary files /dev/null and b/static/images/2.0.15.jpg differ diff --git a/versioned_sidebars/version-1.2-sidebars.json b/versioned_sidebars/version-1.2-sidebars.json index e8160e13a5..3d6d6b67e4 100644 --- a/versioned_sidebars/version-1.2-sidebars.json +++ b/versioned_sidebars/version-1.2-sidebars.json @@ -1264,6 +1264,7 @@ "type": "category", "label": "v2.0", "items": [ + "releasenotes/v2.0/release-2.0.15", "releasenotes/v2.0/release-2.0.14", "releasenotes/v2.0/release-2.0.13", "releasenotes/v2.0/release-2.0.12", diff --git a/versioned_sidebars/version-2.0-sidebars.json b/versioned_sidebars/version-2.0-sidebars.json index ac7c55c83b..a260fa7252 100644 --- a/versioned_sidebars/version-2.0-sidebars.json +++ b/versioned_sidebars/version-2.0-sidebars.json @@ -1475,6 +1475,7 @@ "type": "category", "label": "v2.0", "items": [ + "releasenotes/v2.0/release-2.0.15", "releasenotes/v2.0/release-2.0.14", "releasenotes/v2.0/release-2.0.13", "releasenotes/v2.0/release-2.0.12", diff --git a/versioned_sidebars/version-2.1-sidebars.json b/versioned_sidebars/version-2.1-sidebars.json index 7572a6b544..1f8f0a8981 100644 --- a/versioned_sidebars/version-2.1-sidebars.json +++ b/versioned_sidebars/version-2.1-sidebars.json @@ -1637,6 +1637,7 @@ "type": "category", "label": "v2.0", "items": [ + "releasenotes/v2.0/release-2.0.15", "releasenotes/v2.0/release-2.0.14", "releasenotes/v2.0/release-2.0.13", "releasenotes/v2.0/release-2.0.12", diff --git a/versioned_sidebars/version-3.0-sidebars.json b/versioned_sidebars/version-3.0-sidebars.json index d7a7efcfca..61d14fe45b 100644 --- a/versioned_sidebars/version-3.0-sidebars.json +++ b/versioned_sidebars/version-3.0-sidebars.json @@ -1691,6 +1691,7 @@ "type": "category", "label": "v2.0", "items": [ + "releasenotes/v2.0/release-2.0.15", "releasenotes/v2.0/release-2.0.14", "releasenotes/v2.0/release-2.0.13", "releasenotes/v2.0/release-2.0.12", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org