This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon-website.git
The following commit(s) were added to refs/heads/master by this push:
new 1192e9ea Update website for Apache Paimon 2.0.0
1192e9ea is described below
commit 1192e9eaf514a9bff26ebcd7d505b18152aa84dc
Author: JingsongLi <[email protected]>
AuthorDate: Fri Aug 7 12:50:07 2026 +0800
Update website for Apache Paimon 2.0.0
---
.github/workflows/build.yml | 4 ++--
community/docs/downloads.md | 8 ++++---
community/docs/releases/release-2.0.md | 42 ++++++++++++++++++++++++++++++++++
3 files changed, 49 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 638a2b9c..b824a010 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,8 +16,8 @@
name: "Build website and document"
env:
- versions: ("master" "1.4") # defines what versions of document should be
updated
- latest_version: "1.4" # defines what version docs/latest links to
+ versions: ("master" "2.0" "1.4") # defines what versions of document should
be updated
+ latest_version: "2.0" # defines what version docs/latest links to
base_href: "https://paimon.apache.org/" # website base href
on:
diff --git a/community/docs/downloads.md b/community/docs/downloads.md
index dea6097b..a200cf92 100644
--- a/community/docs/downloads.md
+++ b/community/docs/downloads.md
@@ -12,6 +12,7 @@ Paimon is released as a source artifact, and also through
Maven.
| RELEASE | DATE | DOWNLOAD
|
|---------|------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| 2.0.0 | 2026-08-07 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-2.0.0/apache-paimon-2.0.0-src.tgz)
([digest](https://downloads.apache.org/paimon/paimon-2.0.0/apache-paimon-2.0.0-src.tgz.sha512),
[pgp](https://downloads.apache.org/paimon/paimon-2.0.0/apache-paimon-2.0.0-src.tgz.asc))
|
| 1.4.2 | 2026-06-23 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-1.4.2/apache-paimon-1.4.2-src.tgz)
([digest](https://downloads.apache.org/paimon/paimon-1.4.2/apache-paimon-1.4.2-src.tgz.sha512),
[pgp](https://downloads.apache.org/paimon/paimon-1.4.2/apache-paimon-1.4.2-src.tgz.asc))
|
| 1.4.1 | 2026-04-27 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-1.4.1/apache-paimon-1.4.1-src.tgz)
([digest](https://downloads.apache.org/paimon/paimon-1.4.1/apache-paimon-1.4.1-src.tgz.sha512),
[pgp](https://downloads.apache.org/paimon/paimon-1.4.1/apache-paimon-1.4.1-src.tgz.asc))
|
[...]
| 1.3.2 | 2026-05-14 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-1.3.2/apache-paimon-1.3.2-src.tgz)
([digest](https://downloads.apache.org/paimon/paimon-1.3.2/apache-paimon-1.3.2-src.tgz.sha512),
[pgp](https://downloads.apache.org/paimon/paimon-1.3.2/apache-paimon-1.3.2-src.tgz.asc))
|
[...]
@@ -28,13 +29,14 @@ All Paimon releases are available via
https://archive.apache.org/dist/paimon/ in
PyPaimon is released through PyPI:
```bash
-pip install pypaimon==1.4.2
+pip install pypaimon==2.0.0
```
The Apache source distribution is also available:
| RELEASE | DATE | DOWNLOAD
|
|---------|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| 2.0.0 | 2026-08-07 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/pypaimon-2.0.0/pypaimon-2.0.0.tar.gz)
([digest](https://downloads.apache.org/paimon/pypaimon-2.0.0/pypaimon-2.0.0.tar.gz.sha512),
[pgp](https://downloads.apache.org/paimon/pypaimon-2.0.0/pypaimon-2.0.0.tar.gz.asc))
|
| 1.4.2 | 2026-06-23 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/pypaimon-1.4.2/pypaimon-1.4.2.tar.gz)
([digest](https://downloads.apache.org/paimon/pypaimon-1.4.2/pypaimon-1.4.2.tar.gz.sha512),
[pgp](https://downloads.apache.org/paimon/pypaimon-1.4.2/pypaimon-1.4.2.tar.gz.asc))
|
## Verify the Integrity of the Files
@@ -93,7 +95,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>1.4.2</version>
+ <version>2.0.0</version>
</dependency>
</dependencies>
```
@@ -109,7 +111,7 @@ Please replace `${spark.version}` in the following xml file
to the version of Sp
<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-spark-${spark.version}</artifactId>
- <version>1.4.2</version>
+ <version>2.0.0</version>
</dependency>
</dependencies>
```
diff --git a/community/docs/releases/release-2.0.md
b/community/docs/releases/release-2.0.md
new file mode 100644
index 00000000..ca4ec701
--- /dev/null
+++ b/community/docs/releases/release-2.0.md
@@ -0,0 +1,42 @@
+---
+title: "Release 2.0"
+type: release
+version: 2.0.0
+weight: 97
+---
+
+# Apache Paimon 2.0 Available
+
+The Apache Paimon community is pleased to announce Apache Paimon 2.0.0 and
+PyPaimon 2.0.0. This major release advances Paimon as a unified multimodal
+lakehouse for streaming, batch, and AI workloads, with matching Java and Python
+release versions.
+
+## Highlights
+
+- Expanded multimodal data support, including BLOB, VECTOR, VARIANT shredding,
+ full-text search, vector search, and hybrid global indexes.
+- Continued data-evolution and row-tracking improvements for efficient partial
+ updates without rewriting complete rows.
+- Broader engine coverage, including Flink 2.0, 2.1, and 2.2, Spark 4.0 and
+ 4.1, and the existing Flink, Spark, and Hive integrations.
+- A substantially expanded PyPaimon SDK for native Python reads and writes,
+ catalog operations, distributed processing, and AI ecosystem integrations.
+- Lookup and compaction improvements, including LocalKvDb-backed lookup state,
+ safer failure handling, and reduced memory use.
+- Improved Iceberg compatibility, REST catalog behavior, object-store support,
+ and release packaging across JDK 8, 11, and 17.
+
+## Downloads and packages
+
+- [Apache Paimon 2.0.0 source
release](https://downloads.apache.org/paimon/paimon-2.0.0/)
+- [PyPaimon 2.0.0 source
release](https://downloads.apache.org/paimon/pypaimon-2.0.0/)
+- [Apache Paimon artifacts on Maven
Central](https://central.sonatype.com/search?q=g%3Aorg.apache.paimon%20v%3A2.0.0)
+- [PyPaimon 2.0.0 on PyPI](https://pypi.org/project/pypaimon/2.0.0/)
+- [Apache Paimon 2.0 documentation](https://paimon.apache.org/docs/2.0/)
+
+For the complete list of changes, see the
+[full
changelog](https://github.com/apache/paimon/compare/release-1.4.2...release-2.0.0).
+
+Thank you to every contributor and community member who made this release
+possible.