This is an automated email from the ASF dual-hosted git repository. XiaoHongbo-Hope pushed a commit to branch update-paimon-1.4.2-release-docs in repository https://gitbox.apache.org/repos/asf/paimon-website.git
commit 6c9486206cdf51e17c10de2a31ae311052348228 Author: Hongbo Xiao <[email protected]> AuthorDate: Thu Jun 25 07:55:34 2026 -0700 Update website for Apache Paimon 1.4.2 --- community/docs/downloads.md | 19 +++++++++++++++++-- community/docs/releases/release-1.4.md | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/community/docs/downloads.md b/community/docs/downloads.md index 844042e9..dea6097b 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 | |---------|------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 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)) | [...] | 1.2.0 | 2025-07-16 | [tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-1.2.0/apache-paimon-1.2.0-src.tgz) ([digest](https://downloads.apache.org/paimon/paimon-1.2.0/apache-paimon-1.2.0-src.tgz.sha512), [pgp](https://downloads.apache.org/paimon/paimon-1.2.0/apache-paimon-1.2.0-src.tgz.asc)) | [...] @@ -22,6 +23,20 @@ For security, hash and signature files are always hosted at [Apache](https://dow All Paimon releases are available via https://archive.apache.org/dist/paimon/ including checksums and signatures. +## PyPaimon + +PyPaimon is released through PyPI: + +```bash +pip install pypaimon==1.4.2 +``` + +The Apache source distribution is also available: + +| RELEASE | DATE | DOWNLOAD | +|---------|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 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 You must verify the integrity of the downloaded file using the PGP signature (.asc file) or a hash (.sha256; .md5 for older releases). For more information why this must be done, please read [Verifying Apache Software Foundation Releases](https://www.apache.org/info/verification.html). @@ -78,7 +93,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.1</version> + <version>1.4.2</version> </dependency> </dependencies> ``` @@ -94,7 +109,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.1</version> + <version>1.4.2</version> </dependency> </dependencies> ``` diff --git a/community/docs/releases/release-1.4.md b/community/docs/releases/release-1.4.md index c65b44fa..ddafbc6a 100644 --- a/community/docs/releases/release-1.4.md +++ b/community/docs/releases/release-1.4.md @@ -1,7 +1,7 @@ --- title: "Release 1.4" type: release -version: 1.4.1 +version: 1.4.2 weight: 96 ---
