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

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

commit 45c15c402fa594f5eb617473cb7d0cab21bd1344
Author: Jingsong <[email protected]>
AuthorDate: Tue Jun 11 18:52:12 2024 +0800

    release 0.8.1
---
 pages/content/downloads.md              | 12 +++----
 pages/content/releases/release-0.8.1.md | 55 +++++++++++++++++++++++++++++++++
 pages/content/releases/release-0.8.md   |  2 +-
 3 files changed, 62 insertions(+), 7 deletions(-)

diff --git a/pages/content/downloads.md b/pages/content/downloads.md
index 0f46cde2e..88bcee6b8 100644
--- a/pages/content/downloads.md
+++ b/pages/content/downloads.md
@@ -30,10 +30,10 @@ Paimon is released as a source artifact, and also through 
Maven.
 
 ## Source Releases
 
-| RELEASE                        | DATE       | DOWNLOAD                       
                                                                                
                                                                                
                                                                                
                                                                                
                 |
-|--------------------------------|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| 0.8.0                          | 2024-05-10 | 
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-0.8.0/apache-paimon-0.8.0-src.tgz)
               
([digest](https://downloads.apache.org/paimon/paimon-0.8.0/apache-paimon-0.8.0-src.tgz.sha512),
                
[pgp](https://downloads.apache.org/paimon/paimon-0.8.0/apache-paimon-0.8.0-src.tgz.asc))
                                                              |                 
                                                           [...]
-| 0.7.0-incubating               | 2024-02-06 | 
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz)
             
([digest](https://downloads.apache.org/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz.sha512),
             
[pgp](https://downloads.apache.org/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz.asc))
 |                                                                            
[...]
+| RELEASE          | DATE       | DOWNLOAD                                     
                                                                                
                                                                                
                                                                                
                                                                                
   |
+|------------------|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| 0.8.1            | 2024-05-10 | 
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-0.8.1/apache-paimon-0.8.1-src.tgz)
               
([digest](https://downloads.apache.org/paimon/paimon-0.8.1/apache-paimon-0.8.1-src.tgz.sha512),
                
[pgp](https://downloads.apache.org/paimon/paimon-0.8.1/apache-paimon-0.8.1-src.tgz.asc))
                                                              |                 
                                                                         [...]
+| 0.7.0-incubating | 2024-02-06 | 
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz)
             
([digest](https://downloads.apache.org/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz.sha512),
             
[pgp](https://downloads.apache.org/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz.asc))
 |                                                                              
            [...]
 
 To download a source distribution for a particular release, click on the *tar* 
link.
 
@@ -99,7 +99,7 @@ Please replace `${flink.version}` in the following xml file 
to the version of Fl
     <dependency>
         <groupId>org.apache.paimon</groupId>
         <artifactId>paimon-flink-${flink.version}</artifactId>
-        <version>0.8.0</version>
+        <version>0.8.1</version>
     </dependency>
 </dependencies>
 ```
@@ -117,7 +117,7 @@ Please replace `${spark.version}` in the following xml file 
to the version of Fl
     <dependency>
         <groupId>org.apache.paimon</groupId>
         <artifactId>paimon-spark-${spark.version}</artifactId>
-        <version>0.8.0</version>
+        <version>0.8.1</version>
     </dependency>
 </dependencies>
 ```
diff --git a/pages/content/releases/release-0.8.1.md 
b/pages/content/releases/release-0.8.1.md
new file mode 100644
index 000000000..9f92218dc
--- /dev/null
+++ b/pages/content/releases/release-0.8.1.md
@@ -0,0 +1,55 @@
+---
+title: "Release 0.8.1"
+weight: 996
+type: docs
+aliases:
+- /release-0.8.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.8.1 Available
+
+June 11, 2024 - Jingsong Lee ([email protected])
+
+Apache Paimon PMC has officially released Apache Paimon 0.8.1 version. This is 
the bug fix version of release 0.8.
+
+Thank you to all contributors for their support!
+
+## Version Overview
+
+This release includes 58 commits. Including:
+1. 30+ bugfix commits.
+2. 20+ document improvements.
+
+The notable bugs include:
+1. Paimon [#3476](https://github.com/apache/paimon/pull/3476): Make Flink Sink 
be compatible with Paimon 0.7.
+2. Paimon [#3454](https://github.com/apache/paimon/pull/3454): Fix files 
system table performance issue by scanning all files during plan.
+3. Paimon [#3484](https://github.com/apache/paimon/pull/3484): Fix infinite 
loops caused by nested types.
+4. Paimon [#3467](https://github.com/apache/paimon/pull/3467): Fix that cannot 
read UPDATE_BEFORE of ignore-delete table.
+5. Paimon [#3438](https://github.com/apache/paimon/pull/3438): Fix raw convert 
fail for old version storage read-optimized table.
+6. Paimon [#3435](https://github.com/apache/paimon/pull/3435): Fix parquet 
conf cannot pass to parquet writer, for example, you cannot specify zstd level 
for parquet.
+7. Paimon [#3338](https://github.com/apache/paimon/pull/3338): 
Incremental-between tags should deduplicate records, for a long time, its 
outcome has been more.
+8. Paimon [#3314](https://github.com/apache/paimon/pull/3314): Paimon CDC: Fix 
when the order of the same field differs, it is considered a schema change, the 
bottleneck will be on the schema change.
+9. Paimon [#3499](https://github.com/apache/paimon/pull/3499): Avoid commit 
conflicts caused by prolonged backpressure (Don't panic).
+10. Paimon [#3452](https://github.com/apache/paimon/pull/3452): Fix FIRST_ROW 
merge engine for changelog-producer is none.
+
+## Documentation
+
+https://paimon.apache.org/docs/0.8/
\ No newline at end of file
diff --git a/pages/content/releases/release-0.8.md 
b/pages/content/releases/release-0.8.md
index cf4cc1a5a..1649cea8a 100644
--- a/pages/content/releases/release-0.8.md
+++ b/pages/content/releases/release-0.8.md
@@ -1,6 +1,6 @@
 ---
 title: "Release 0.8"
-weight: 996
+weight: 995
 type: docs
 aliases:
 - /release-0.8.html

Reply via email to