authors:

  • name: Xingbo Huang xingbo: null date: “2022-06-22T00:00:00Z” excerpt: The Apache Flink Community is pleased to announce another bug fix release for Flink 1.14. title: Apache Flink 1.14.5 Release Announcement aliases:
  • /news/2022/06/22/release-1.14.5.html

The Apache Flink Community is pleased to announce another bug fix release for Flink 1.14.

This release includes 67 bugs, vulnerability fixes and minor improvements for Flink 1.14. 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 to upgrade to Flink 1.14.5.

Release Artifacts

Maven Dependencies

<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-java</artifactId>
  <version>1.14.5</version>
</dependency>
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-streaming-java_2.11</artifactId>
  <version>1.14.5</version>
</dependency>
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-clients_2.11</artifactId>
  <version>1.14.5</version>
</dependency>

Binaries

You can find the binaries on the updated Downloads page.

Docker Images

PyPi

Release Notes