This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new d8451e1a814 [doc] Add release note 2.0.12 (#799) d8451e1a814 is described below commit d8451e1a8147314c0dbceb3aa2969a570b1e2a22 Author: lishiqi_amy <amylee9...@163.com> AuthorDate: Fri Jun 28 10:14:44 2024 +0800 [doc] Add release note 2.0.12 (#799) --- docs/releasenotes/release-2.0.12.md | 58 ++++++++++++++++++++++ .../current/releasenotes/release-2.0.12.md | 52 +++++++++++++++++++ .../version-2.0/releasenotes/release-2.0.12.md | 52 +++++++++++++++++++ sidebars.json | 1 + .../version-2.0/releasenotes/release-2.0.12.md | 58 ++++++++++++++++++++++ versioned_sidebars/version-2.0-sidebars.json | 1 + 6 files changed, 222 insertions(+) diff --git a/docs/releasenotes/release-2.0.12.md b/docs/releasenotes/release-2.0.12.md new file mode 100644 index 00000000000..0bc289c91a8 --- /dev/null +++ b/docs/releasenotes/release-2.0.12.md @@ -0,0 +1,58 @@ +--- +{ + "title": "Release 2.0.12", + "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 developers and users for their contributions. Doris version 2.0.12 will bring 99 improvements and bug fixes. + +**Quick Download:** https://doris.apache.org/download/ + +**GitHub Release:** https://github.com/apache/doris/releases + +## Behavior changes + +- No longer set the default table comment to the table type. Instead, set it to be empty by default, for example, change COMMENT 'OLAP' to COMMENT ' '. This new behavior is more friendly for BI software that relies on table comments. [#35855](https://github.com/apache/doris/pull/35855) + +- Change the type of the `@@autocommit` variable from `BOOLEAN` to `BIGINT` to prevent errors from certain MySQL clients (such as .NET MySQL.Data). [#33282](https://github.com/apache/doris/pull/33282) + + +## Improvements + +- Remove the `disable_nested_complex_type` parameter and allow the creation of nested `ARRAY`, `MAP`, and `STRUCT` types by default. [#36255](https://github.com/apache/doris/pull/36255) + +- The HMS catalog supports the `SHOW CREATE DATABASE` command. [#28145](https://github.com/apache/doris/pull/28145) + +- Add more inverted index metrics to the query profile. [#36545](https://github.com/apache/doris/pull/36545) + +- Cross-Cluster Replication (CCR) supports inverted indices. [#31743](https://github.com/apache/doris/pull/31743) + +You can access the full list through the GitHub [link](https://github.com/apache/doris/compare/2.0.11...2.0.12) , with the key features and improvements highlighted below. + + + +## Credits + +Thanks all who contribute to this release: + +@airborne12, D14@amorynan, D14@BiteTheDDDDt, D14@cambyzju, D14@caoliang-web, D14@dataroaring, D14@eldenmoon, D14@feiniaofeiafei, D14@felixwluo, D14@gavinchou, D14@HappenLee, D14@hello-stephen, D14@jacktengg, D14@Jibing-Li, D14@Johnnyssc, D14@liaoxin01, D14@LiBinfeng-01, D14@luwei16, D14@mongo360, D14@morningman, D14@morrySnow, D14@mrhhsg, D14@Mryange, D14@mymeiyi, D14@qidaye, D14@qzsee, D14@starocean999, D14@w41ter, D14@wangbo, D14@wsjz, D14@wuwenchi, D14@xiaokang, D14@XuPengfei-1020, D1 [...] \ No newline at end of file diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.0.12.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.0.12.md new file mode 100644 index 00000000000..68ad100f1f1 --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-2.0.12.md @@ -0,0 +1,52 @@ +--- +{ + "title": "Release 2.0.12", + "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.12](https://doris.apache.org/download/) 版本已于 2024 年 6 月 27 日正式与大家见面,该版本提交了 99 个改进项以及问题修复,欢迎大家下载体验。 + +**官网下载:** https://doris.apache.org/download/ + +**GitHub 下载:** https://github.com/apache/doris/releases + +## 行为变更 + +- 不再将建表的默认注释设置为表的类型,而是改成默认为空,比如 COMMENT 'OLAP' 变成 COMMENT '',这样对于依赖注释的 BI 软件更加友好。 [#35855](https://github.com/apache/doris/pull/35855) + +- 将 `@@autocommit` 变量的类型从 `BOOLEAN` 改成 `BIGINT`,以免有些 MySQL 客户端(比如.NET MySQL.Data)报错。 [#33282](https://github.com/apache/doris/pull/33282) + + +## 改进优化 + +- 删除 `disable_nested_complex_type` 参数,默认允许创建嵌套的 `ARRAY` `MAP` `STRUCT` 类型。[#36255](https://github.com/apache/doris/pull/36255) + +- HMS Catalog 支持 `SHOW CREATE DATABASE` 命令。[ #28145](https://github.com/apache/doris/pull/28145) + +- 在 Query Profile 中增加更多倒排索引的指标。[#36545](https://github.com/apache/doris/pull/36545) + +- 跨集群数据复制(CCR)支持倒排索引 [#31743](https://github.com/apache/doris/pull/31743) + +## 致谢 + +@amorynan、@BiteTheDDDDt、@cambyzju、@caoliang-web、@dataroaring、@eldenmoon、@feiniaofeiafei、@felixwluo、@gavinchou、@HappenLee、@hello-stephen、@jacktengg、@Jibing-Li、@Johnnyssc、@liaoxin01、@LiBinfeng-01、@luwei16、@mongo360、@morningman、@morrySnow、@mrhhsg、@Mryange、@mymeiyi、@qidaye、@qzsee、@starocean999、@w41ter、@wangbo、@wsjz、@wuwenchi、@xiaokang、@XuPengfei-1020、@xy720、@yongjinhou、@yujun777、@Yukang-Lian、@Yulei-Yang、@zclllyybb、@zddr、@zhannngchen、@zhiqiang-hhhh、@zy-kkk、@zzzxl1993 \ No newline at end of file diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/release-2.0.12.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/release-2.0.12.md new file mode 100644 index 00000000000..68ad100f1f1 --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/release-2.0.12.md @@ -0,0 +1,52 @@ +--- +{ + "title": "Release 2.0.12", + "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.12](https://doris.apache.org/download/) 版本已于 2024 年 6 月 27 日正式与大家见面,该版本提交了 99 个改进项以及问题修复,欢迎大家下载体验。 + +**官网下载:** https://doris.apache.org/download/ + +**GitHub 下载:** https://github.com/apache/doris/releases + +## 行为变更 + +- 不再将建表的默认注释设置为表的类型,而是改成默认为空,比如 COMMENT 'OLAP' 变成 COMMENT '',这样对于依赖注释的 BI 软件更加友好。 [#35855](https://github.com/apache/doris/pull/35855) + +- 将 `@@autocommit` 变量的类型从 `BOOLEAN` 改成 `BIGINT`,以免有些 MySQL 客户端(比如.NET MySQL.Data)报错。 [#33282](https://github.com/apache/doris/pull/33282) + + +## 改进优化 + +- 删除 `disable_nested_complex_type` 参数,默认允许创建嵌套的 `ARRAY` `MAP` `STRUCT` 类型。[#36255](https://github.com/apache/doris/pull/36255) + +- HMS Catalog 支持 `SHOW CREATE DATABASE` 命令。[ #28145](https://github.com/apache/doris/pull/28145) + +- 在 Query Profile 中增加更多倒排索引的指标。[#36545](https://github.com/apache/doris/pull/36545) + +- 跨集群数据复制(CCR)支持倒排索引 [#31743](https://github.com/apache/doris/pull/31743) + +## 致谢 + +@amorynan、@BiteTheDDDDt、@cambyzju、@caoliang-web、@dataroaring、@eldenmoon、@feiniaofeiafei、@felixwluo、@gavinchou、@HappenLee、@hello-stephen、@jacktengg、@Jibing-Li、@Johnnyssc、@liaoxin01、@LiBinfeng-01、@luwei16、@mongo360、@morningman、@morrySnow、@mrhhsg、@Mryange、@mymeiyi、@qidaye、@qzsee、@starocean999、@w41ter、@wangbo、@wsjz、@wuwenchi、@xiaokang、@XuPengfei-1020、@xy720、@yongjinhou、@yujun777、@Yukang-Lian、@Yulei-Yang、@zclllyybb、@zddr、@zhannngchen、@zhiqiang-hhhh、@zy-kkk、@zzzxl1993 \ No newline at end of file diff --git a/sidebars.json b/sidebars.json index ab8c2c03f4e..6cc02caaca0 100644 --- a/sidebars.json +++ b/sidebars.json @@ -1523,6 +1523,7 @@ "releasenotes/release-2.1.2", "releasenotes/release-2.1.1", "releasenotes/release-2.1.0", + "releasenotes/release-2.0.12", "releasenotes/release-2.0.11", "releasenotes/release-2.0.10", "releasenotes/release-2.0.9", diff --git a/versioned_docs/version-2.0/releasenotes/release-2.0.12.md b/versioned_docs/version-2.0/releasenotes/release-2.0.12.md new file mode 100644 index 00000000000..0bc289c91a8 --- /dev/null +++ b/versioned_docs/version-2.0/releasenotes/release-2.0.12.md @@ -0,0 +1,58 @@ +--- +{ + "title": "Release 2.0.12", + "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 developers and users for their contributions. Doris version 2.0.12 will bring 99 improvements and bug fixes. + +**Quick Download:** https://doris.apache.org/download/ + +**GitHub Release:** https://github.com/apache/doris/releases + +## Behavior changes + +- No longer set the default table comment to the table type. Instead, set it to be empty by default, for example, change COMMENT 'OLAP' to COMMENT ' '. This new behavior is more friendly for BI software that relies on table comments. [#35855](https://github.com/apache/doris/pull/35855) + +- Change the type of the `@@autocommit` variable from `BOOLEAN` to `BIGINT` to prevent errors from certain MySQL clients (such as .NET MySQL.Data). [#33282](https://github.com/apache/doris/pull/33282) + + +## Improvements + +- Remove the `disable_nested_complex_type` parameter and allow the creation of nested `ARRAY`, `MAP`, and `STRUCT` types by default. [#36255](https://github.com/apache/doris/pull/36255) + +- The HMS catalog supports the `SHOW CREATE DATABASE` command. [#28145](https://github.com/apache/doris/pull/28145) + +- Add more inverted index metrics to the query profile. [#36545](https://github.com/apache/doris/pull/36545) + +- Cross-Cluster Replication (CCR) supports inverted indices. [#31743](https://github.com/apache/doris/pull/31743) + +You can access the full list through the GitHub [link](https://github.com/apache/doris/compare/2.0.11...2.0.12) , with the key features and improvements highlighted below. + + + +## Credits + +Thanks all who contribute to this release: + +@airborne12, D14@amorynan, D14@BiteTheDDDDt, D14@cambyzju, D14@caoliang-web, D14@dataroaring, D14@eldenmoon, D14@feiniaofeiafei, D14@felixwluo, D14@gavinchou, D14@HappenLee, D14@hello-stephen, D14@jacktengg, D14@Jibing-Li, D14@Johnnyssc, D14@liaoxin01, D14@LiBinfeng-01, D14@luwei16, D14@mongo360, D14@morningman, D14@morrySnow, D14@mrhhsg, D14@Mryange, D14@mymeiyi, D14@qidaye, D14@qzsee, D14@starocean999, D14@w41ter, D14@wangbo, D14@wsjz, D14@wuwenchi, D14@xiaokang, D14@XuPengfei-1020, D1 [...] \ 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 721f547d1e5..f0dccf793ef 100644 --- a/versioned_sidebars/version-2.0-sidebars.json +++ b/versioned_sidebars/version-2.0-sidebars.json @@ -1398,6 +1398,7 @@ "type": "category", "label": "Release notes", "items": [ + "releasenotes/release-2.0.12", "releasenotes/release-2.0.11", "releasenotes/release-2.0.10", "releasenotes/release-2.0.9", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org