title: “Apache Flink 1.18.1 Release Announcement” date: “2024-01-19T00:00:00.000Z” aliases:

  • /news/2024/01/19/release-1.18.1.html authors:
  • jingge: name: “Jing Ge” twitter: “jingengineer”

The Apache Flink Community is pleased to announce the first bug fix release of the Flink 1.18 series.

This release includes 47 bug fixes, vulnerability fixes, and minor improvements for Flink 1.18. Below you will find a list of all bugfixes and improvements (excluding improvements to the build infrastructure and build stability). For a complete list of all changes see: JIRA.

We highly recommend all users upgrade to Flink 1.18.1.

Note: Users that have state compression should not migrate to 1.18.1 (nor 1.18.0) due to a critical bug that could lead to data loss. Please refer to FLINK-34063 for more information.

Release Artifacts

Maven Dependencies

<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-java</artifactId>
  <version>1.18.1</version>
</dependency>
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-streaming-java</artifactId>
  <version>1.18.1</version>
</dependency>
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-clients</artifactId>
  <version>1.18.1</version>
</dependency>

Binaries

You can find the binaries on the updated [Downloads page]({{< relref “downloads” >}}).

Docker Images

PyPi

Release Notes

    Release Notes - Flink - Version 1.18.1