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 b801e559dab [docs] Update 2.0.4 release note (#396) b801e559dab is described below commit b801e559dabd0232ca568b8d075cb15f883f5eca Author: KassieZ <139741991+kass...@users.noreply.github.com> AuthorDate: Fri Jan 26 15:07:59 2024 +0800 [docs] Update 2.0.4 release note (#396) --- ...al-time-data-warehouse-based-on-apache-doris.md | 2 +- ...ta-reporting-tagging-and-data-lake-analytics.md | 2 +- ...expect-from-apache-doris-as-a-data-warehouse.md | 2 +- ...s-a-next-generation-real-time-data-warehouse.md | 2 - blog/release-note-2.0.4.md | 70 +++++++++++++++++++++ src/components/recent-blogs/recent-blogs.data.ts | 11 ++-- src/constant/newsletter.data.ts | 23 ++++--- static/images/2.0.4.png | Bin 0 -> 53219 bytes 8 files changed, 94 insertions(+), 18 deletions(-) diff --git a/blog/a-fast-secure-high-available-real-time-data-warehouse-based-on-apache-doris.md b/blog/a-fast-secure-high-available-real-time-data-warehouse-based-on-apache-doris.md index bb0b035a5e0..9d1f66a63c2 100644 --- a/blog/a-fast-secure-high-available-real-time-data-warehouse-based-on-apache-doris.md +++ b/blog/a-fast-secure-high-available-real-time-data-warehouse-based-on-apache-doris.md @@ -6,7 +6,7 @@ 'author': 'Apache Doris', 'tags': ['Best Practice'], 'picked': "true", - 'order': "1", + 'order': "2", "image": '/images/apache-doris-a-fast-secure-and-highly-available-real-time-data-warehouse.png' } diff --git a/blog/apache-doris-speeds-up-data-reporting-tagging-and-data-lake-analytics.md b/blog/apache-doris-speeds-up-data-reporting-tagging-and-data-lake-analytics.md index 9fb2e466b84..7e58434d80b 100644 --- a/blog/apache-doris-speeds-up-data-reporting-tagging-and-data-lake-analytics.md +++ b/blog/apache-doris-speeds-up-data-reporting-tagging-and-data-lake-analytics.md @@ -6,7 +6,7 @@ 'author': 'Apache Doris', 'tags': ['Best Practice'], 'picked': "true", - 'order': "2", + 'order': "3", "image": '/images/apache-doris-speeds-up-data-reporting-data-lake-analytics.jpg' } diff --git a/blog/apache-doris-summit-asia-2023-what-can-you-expect-from-apache-doris-as-a-data-warehouse.md b/blog/apache-doris-summit-asia-2023-what-can-you-expect-from-apache-doris-as-a-data-warehouse.md index abaafe1aa9e..1d60c27f704 100644 --- a/blog/apache-doris-summit-asia-2023-what-can-you-expect-from-apache-doris-as-a-data-warehouse.md +++ b/blog/apache-doris-summit-asia-2023-what-can-you-expect-from-apache-doris-as-a-data-warehouse.md @@ -6,7 +6,7 @@ 'author': 'Apache Doris', 'tags': ['Top News'], 'picked': "true", - 'order': "3", + 'order': "4", "image": '/images/doris-summit-asia.png' } diff --git a/blog/introduction-to-apache-doris-a-next-generation-real-time-data-warehouse.md b/blog/introduction-to-apache-doris-a-next-generation-real-time-data-warehouse.md index e303be90192..db39a2bb8d8 100644 --- a/blog/introduction-to-apache-doris-a-next-generation-real-time-data-warehouse.md +++ b/blog/introduction-to-apache-doris-a-next-generation-real-time-data-warehouse.md @@ -5,8 +5,6 @@ 'date': '2023-10-03', 'author': 'Apache Doris', 'tags': ['Tech Sharing'], - 'picked': "true", - 'order': "4", "image": '/images/doris-intro.png' } diff --git a/blog/release-note-2.0.4.md b/blog/release-note-2.0.4.md new file mode 100644 index 00000000000..45e060ace6c --- /dev/null +++ b/blog/release-note-2.0.4.md @@ -0,0 +1,70 @@ +--- +{ + 'title': 'Apache Doris 2.0.4 just released', + 'summary': 'Thanks to our community users and developers, 333 improvements and bug fixes have been made in Doris 2.0.4.', + 'date': '2024-01-26', + 'author': 'Apache Doris', + 'tags': ['Release Notes'], + 'picked': "true", + 'order': "1", + "image": '/images/2.0.4.png' +} +--- + +<!-- +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 333 improvements and bug fixes have been made in Doris 2.0.4 version. + +**Quick Download** : [https://doris.apache.org/download/](https://doris.apache.org/download/) + +**GitHub** : [https://github.com/apache/doris/releases](https://github.com/apache/doris/releases) + + +## Behavior change +- More reasonable and accurate precision and scale inference for decimal data type + [[improvement](decimal) use new way for decimal arithmetic precision promotion(#27787) #28034](https://github.com/apache/doris/pull/28034) + +- Support drop policy for user or role + [[fix](polixy)support drop policy for user or role #29488](https://github.com/apache/doris/pull/29488) + +## New features + +- Support datev1, datetimev1 and decimalv2 datatypes in new optimizer Nereids. +- Support ODBC table for new optimizer Nereids. +- Add `lower_case` and `ignore_above` option for inverted index +- Support `match_regexp` and `match_phrase_prefix` optimization by inverted index +- Support paimon native reader in datalake +- Support audit-log for `insert into` SQL +- Support reading parquet file in lzo compressed format + +## Three Improvement and optimizations + +- Improve storage management including balance, migration, publish and others. +- Improve storage cooldown policy to use save disk space. +- Performance optimization for substr with ascii string. +- Improve partition prune when date function is used. +- Improve auto analyze visibility and performance. + +See the complete list of improvements and bug fixes on github [dev/2.0.4-merged](https://github.com/apache/doris/issues?q=label%3Adev%2F2.0.4-merged+is%3Aclosed) + + + +## Credits +Last but not least, this release would not have been possible without the following contributors: + +airborne12, amorynan, AshinGau, BePPPower, bingquanzhao, BiteTheDDDDt, bobhan1, ByteYue, caiconghui,CalvinKirs, cambyzju, caoliang-web, catpineapple, csun5285, dataroaring, deardeng, dutyu, eldenmoon, englefly, feifeifeimoon, fornaix, Gabriel39, gnehil, HappenLee, hello-stephen, HHoflittlefish777,hubgeter, hust-hhb, ixzc, jacktengg, jackwener, Jibing-Li, kaka11chen, KassieZ, LemonLiTree,liaoxin01, LiBinfeng-01, lihuigang, liugddx, luwei16, morningman, morrySnow, mrhhsg, Mryange, nextdrea [...] \ No newline at end of file diff --git a/src/components/recent-blogs/recent-blogs.data.ts b/src/components/recent-blogs/recent-blogs.data.ts index 1ef0bbbcbe6..3300bf6d376 100644 --- a/src/components/recent-blogs/recent-blogs.data.ts +++ b/src/components/recent-blogs/recent-blogs.data.ts @@ -1,4 +1,8 @@ export const RECENT_BLOGS_POSTS = [ + { + label: `The financial sector's choice: fast, secure, and highly available real-time data warehousing based on Apache Doris`, + link: 'https://doris.apache.org/blog/a-fast-secure-high-available-real-time-data-warehouse-based-on-apache-doris', + }, { label: 'Apache Doris speeds up data reporting, tagging, and data lake analytics', link: 'https://doris.apache.org/blog/apache-doris-speeds-up-data-reporting-tagging-and-data-lake-analytics', @@ -8,11 +12,8 @@ export const RECENT_BLOGS_POSTS = [ link: 'https://doris.apache.org/blog/from-elasticsearch-to-apache-doris-upgrading-an-observability-platform', }, { - label: 'Apache Doris 2.0.3 just released', - link: 'https://doris.apache.org/blog/release-note-2.0.3', - }, - { - label: 'Empowering cyber security by enabling 7 times faster log analysis', + label: `Empowering cyber security by enabling 7 times faster log analysis`, link: 'https://doris.apache.org/blog/empowering-cyber-security-by-enabling-seven-times-faster-log-analysis', }, + ]; diff --git a/src/constant/newsletter.data.ts b/src/constant/newsletter.data.ts index 893731a2508..22abaff1be8 100644 --- a/src/constant/newsletter.data.ts +++ b/src/constant/newsletter.data.ts @@ -1,4 +1,11 @@ export const NEWSLETTER_DATA = [ + { + tags: ['Release Notes'], + title: "Apache Doris 2.0.4 just released", + content: `Thanks to our community users and developers, 333 improvements and bug fixes have been made in Doris 2.0.4.`, + to: '/blog/release-note-2.0.4', + image: '2.0.4.png', + }, { tags: ['Best Practice'], title: "The financial sector's choice: fast, secure, and highly available real-time data warehousing based on Apache Doris", @@ -21,12 +28,12 @@ export const NEWSLETTER_DATA = [ to: '/blog/apache-doris-summit-asia-2023-what-can-you-expect-from-apache-doris-as-a-data-warehouse', image: 'newsletter-1.png', }, - { - tags: ['Tech Sharing'], - title: 'Introduction to Apache Doris: a next-generation real-time data warehouse', - content: - 'This is a technical overview of Apache Doris, introducing how it enables fast query performance with its architectural design, features, and mechanisms.', - to: '/blog/introduction-to-apache-doris-a-next-generation-real-time-data-warehouse', - image: 'newsletter-2.png', - } + // { + // tags: ['Tech Sharing'], + // title: 'Introduction to Apache Doris: a next-generation real-time data warehouse', + // content: + // 'This is a technical overview of Apache Doris, introducing how it enables fast query performance with its architectural design, features, and mechanisms.', + // to: '/blog/introduction-to-apache-doris-a-next-generation-real-time-data-warehouse', + // image: 'newsletter-2.png', + // } ]; diff --git a/static/images/2.0.4.png b/static/images/2.0.4.png new file mode 100644 index 00000000000..f8c3a6b64e9 Binary files /dev/null and b/static/images/2.0.4.png differ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org