title: “Apache Flink 2.0.1 Release Announcement” date: “2025-11-10T00:01:00.000Z” aliases:

  • /news/2025/11/10/release-2.0.1.html authors:
  • zakelly: name: “Zakelly Lan”

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

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

We highly recommend all users upgrade to Flink 2.0.1 or higher.

Release Artifacts

Maven Dependencies

<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-java</artifactId>
  <version>2.0.1</version>
</dependency>
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-streaming-java</artifactId>
  <version>2.0.1</version>
</dependency>
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-clients</artifactId>
  <version>2.0.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 2.0.1