authors:

  • jingsong: null name: Jingsong Lee date: “2021-08-06T00:00:00Z” title: Apache Flink 1.12.5 Released aliases:
  • /news/2021/08/06/release-1.12.5.html

The Apache Flink community released the next bugfix version of the Apache Flink 1.12 series.

This release includes 76 fixes and minor improvements for Flink 1.12.4. The list below includes a detailed list of all fixes and improvements.

We highly recommend all users to upgrade to Flink 1.12.5.

Updated Maven dependencies:

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

You can find the binaries on the updated Downloads page.

Release Notes - Flink - Version 1.12.5