Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Add release schedule on the releases page #298

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions landing-page/content/common/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ To add a dependency on Iceberg in Maven, add the following to your `pom.xml`:
...
</dependencies>
```

### 1.4.2 Release

Apache Iceberg 1.4.2 was released on November 2, 2023.
Expand All @@ -78,6 +79,16 @@ should be ignored when they are deemed invalid.
* Core
- Core: Ignore split offsets array when split offset is past file length ([\#8925](https://github.com/apache/iceberg/pull/8925))

## Schedule

| Version | Spark Versions | Flink Versions | Java Versions | ETA |
|---------|----------------|----------------|---------------|--------|
| 1.4.3 | 3.3+ | 1.16+ | 8, 11, 17 | Jan 24 |
| 1.5.0 | 3.3+ | 1.16+ | 8, 11, 17 | Jan 24 |
| 1.6.0 | | | | Apr 24 |
| 1.7.0 | | | | Aug 24 |
| 1.8.0 | | | | Dec 24 |

## Past releases

### 1.4.1 Release
Expand Down