This is an automated email from the ASF dual-hosted git repository.

czweng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c481e1c1ef Add release note for release 0.4
c481e1c1ef is described below

commit c481e1c1ef1f982c1c6a5f819c088a0fe43bb549
Author: tsreaper <[email protected]>
AuthorDate: Fri Aug 18 09:30:40 2023 +0800

    Add release note for release 0.4
---
 main/nav-footer.js                              |  3 ++
 pages/content/community/_index.md               |  2 +-
 pages/content/releases/0.4.md                   | 49 +++++++++++++++++++++++++
 pages/content/{community => releases}/_index.md | 48 ++++++++++++------------
 pages/content/security.md                       |  2 +-
 5 files changed, 78 insertions(+), 26 deletions(-)

diff --git a/main/nav-footer.js b/main/nav-footer.js
index 240fad5609..ebf50e1070 100644
--- a/main/nav-footer.js
+++ b/main/nav-footer.js
@@ -26,6 +26,9 @@ const navHtml = `
         <li class="nav-item active px-3">
             <a class="nav-link" 
href="https://paimon.apache.org/users.html";>Who's Using</a>
         </li>
+        <li class="nav-item active px-3">
+            <a class="nav-link" 
href="https://paimon.apache.org/releases/0.4.html";>Releases</a>
+        </li>
         <li class="nav-item active px-3">
             <a class="nav-link" 
href="https://paimon.apache.org/community/how-to-contribute.html";>Community</a>
         </li>
diff --git a/pages/content/community/_index.md 
b/pages/content/community/_index.md
index b64db9e4f3..b37875d863 100644
--- a/pages/content/community/_index.md
+++ b/pages/content/community/_index.md
@@ -2,7 +2,7 @@
 title: Community
 bold: true
 bookCollapseSection: true
-weight: 1
+weight: 2
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/pages/content/releases/0.4.md b/pages/content/releases/0.4.md
new file mode 100644
index 0000000000..07e2d930f9
--- /dev/null
+++ b/pages/content/releases/0.4.md
@@ -0,0 +1,49 @@
+---
+title: "Release 0.4"
+weight: -4
+type: docs
+aliases:
+- /releases/0.4.html
+---
+<!--
+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 Paimon 0.4 Available
+
+June 07, 2023
+
+We are happy to announce the availability of Paimon 0.4. This is the first 
release of the system inside the Apache Incubator and under the name Paimon. 
Releases up to 0.3 were under the name Flink Table Store, a sub-project of 
Flink where Paimon originates from.
+
+## What is Paimon?
+
+Apache Paimon(incubating) is a streaming data lake platform that supports 
high-speed data ingestion, change data tracking and efficient real-time 
analytics.
+
+Paimon offers the following core capabilities:
+
+- **Unified Batch & Streaming**: Paimon supports batch write and batch read, 
as well as streaming write changes and streaming read table changelogs.
+- **Data Lake**: As a data lake storage, Paimon has the following advantages: 
low cost, high reliability, and scalable metadata.
+- **Merge Engines**: Paimon supports rich Merge Engines. By default, the last 
entry of the primary key is reserved. You can also use the "partial-update" or 
"aggregation" engine.
+- **Changelog producer**: Paimon supports rich Changelog producers, such as 
"lookup" and "full-compaction". The correct changelog can simplify the 
construction of a streaming pipeline.
+- **Append Only Tables**: Paimon supports Append Only tables, automatically 
compact small files, and provides orderly stream reading. You can use this to 
replace message queues.
+
+## Release 0.4
+
+Paimon 0.4 includes many bug fixes and improvements that make the system more 
stable and robust.
+
+Download the release 
[here](https://paimon.apache.org/docs/0.4/project/download/).
diff --git a/pages/content/community/_index.md 
b/pages/content/releases/_index.md
similarity index 95%
copy from pages/content/community/_index.md
copy to pages/content/releases/_index.md
index b64db9e4f3..157ef6fff6 100644
--- a/pages/content/community/_index.md
+++ b/pages/content/releases/_index.md
@@ -1,24 +1,24 @@
----
-title: Community
-bold: true
-bookCollapseSection: true
-weight: 1
----
-<!--
-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.
--->
+---
+title: Releases
+bold: true
+bookCollapseSection: true
+weight: 1
+---
+<!--
+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.
+-->
diff --git a/pages/content/security.md b/pages/content/security.md
index 1c8593e6dc..e8809dfc50 100644
--- a/pages/content/security.md
+++ b/pages/content/security.md
@@ -1,6 +1,6 @@
 ---
 title: "Security"
-weight: 2
+weight: 3
 type: docs
 aliases:
 - /security.html

Reply via email to