Skip to content

Commit

Permalink
Add release for 1.14.2 and 1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtmac committed Oct 5, 2024
1 parent de8fc26 commit d63e1ef
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
41 changes: 41 additions & 0 deletions content/en/blog/parquet-mr/1.14.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: "1.14.2"
date: 2024-08-26
description: >
---
The [latest version of parquet-java is 1.14.2](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.2/apache-parquet-1.14.2.tar.gz).

To [check the validity](https://www.apache.org/info/verification.html) of this release, use its:

* [Release manager OpenPGP key](https://dist.apache.org/repos/dist/release/parquet/KEYS)
* [OpenPGP signature](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.2/apache-parquet-1.14.2.tar.gz.asc)
* [SHA-512](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.2/apache-parquet-1.14.2.tar.gz.sha512)

The [latest version of parquet-java on the previous minor branch is 1.13.1](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz).

To [check the validity](https://www.apache.org/info/verification.html) of this release, use its:

* [Release manager OpenPGP key](https://dist.apache.org/repos/dist/release/parquet/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:
```
<dependencies>
...
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-avro</artifactId>
<version>1.14.2</version> <!-- or latest version -->
</dependency>
...
</dependencies>
```

### 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/)
41 changes: 41 additions & 0 deletions content/en/blog/parquet-mr/1.14.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: "1.14.3"
date: 2024-10-05
description: >
---
The [latest version of parquet-java is 1.14.3](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.3/apache-parquet-1.14.3.tar.gz).

To [check the validity](https://www.apache.org/info/verification.html) of this release, use its:

* [Release manager OpenPGP key](https://dist.apache.org/repos/dist/release/parquet/KEYS)
* [OpenPGP signature](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.3/apache-parquet-1.14.3.tar.gz.asc)
* [SHA-512](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.3/apache-parquet-1.14.3.tar.gz.sha512)

The [latest version of parquet-java on the previous minor branch is 1.13.1](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz).

To [check the validity](https://www.apache.org/info/verification.html) of this release, use its:

* [Release manager OpenPGP key](https://dist.apache.org/repos/dist/release/parquet/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:
```
<dependencies>
...
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-avro</artifactId>
<version>1.14.3</version> <!-- or latest version -->
</dependency>
...
</dependencies>
```

### 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/)

0 comments on commit d63e1ef

Please sign in to comment.