From 1931376450b9806a744bc203cafdc32c261ea04a Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Tue, 3 Dec 2024 02:19:29 +0100 Subject: [PATCH] Add 1.15.0 release page (#90) --- content/en/blog/parquet-java/1.14.4.md | 2 +- content/en/blog/parquet-java/1.15.0.md | 44 ++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 content/en/blog/parquet-java/1.15.0.md diff --git a/content/en/blog/parquet-java/1.14.4.md b/content/en/blog/parquet-java/1.14.4.md index da2878b..fd25d48 100644 --- a/content/en/blog/parquet-java/1.14.4.md +++ b/content/en/blog/parquet-java/1.14.4.md @@ -1,5 +1,5 @@ --- -title: "1.14.3" +title: "1.14.4" date: 2024-11-11` description: > --- diff --git a/content/en/blog/parquet-java/1.15.0.md b/content/en/blog/parquet-java/1.15.0.md new file mode 100644 index 0000000..6f4da4c --- /dev/null +++ b/content/en/blog/parquet-java/1.15.0.md @@ -0,0 +1,44 @@ +--- +title: "1.15.0" +date: 2024-12-02` +description: > +--- + +The [latest version of parquet-java is 1.15.0](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.0/apache-parquet-1.15.0.tar.gz). + +For the changes, please check out the [Release on Github](https://github.com/apache/parquet-java/releases/tag/apache-parquet-1.15.0). + +To [check the validity](https://www.apache.org/info/verification.html) of this release, use its: + +* [Release manager OpenPGP key](https://downloads.apache.org/iceberg/KEYS) +* [OpenPGP signature](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.0/apache-parquet-1.15.0.tar.gz.asc) +* [SHA-512](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.0/apache-parquet-1.15.0.tar.gz.sha512) + +The [latest version of parquet-java on the previous minor branch is 1.15.0](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.0/apache-parquet-1.15.0.tar.gz). + +To [check the validity](https://www.apache.org/info/verification.html) of this release, use its: + +* [Release manager OpenPGP key](https://downloads.apache.org/iceberg/KEYS) +* [OpenPGP signature](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.asc) +* [SHA-512](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.sha512) + +### Downloading from the Maven central repository + +The Parquet team publishes its [releases to Maven Central](https://search.maven.org/search?q=g:org.apache.parquet). + +Add the following dependency section to your pom.xml: +``` + + ... + + org.apache.parquet + parquet-avro + 1.15.0 + + ... + +``` + +### Older Releases + +Older releases can be found in the Archives of the Apache Software Foundation: [https://archive.apache.org/dist/parquet/](https://archive.apache.org/dist/parquet/)