1996fanrui commented on code in PR #813: URL: https://github.com/apache/flink-web/pull/813#discussion_r2451281370
########## docs/content/posts/2025-10-24-release-2.0.1.md: ########## @@ -0,0 +1,200 @@ +--- +title: "Apache Flink 2.0.1 Release Announcement" +date: "2025-10-24T00:00:00.000Z" +aliases: +- /news/2025/10/24/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 52 bug fixes, vulnerability fixes, and minor improvements for Flink 2.0. +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](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12355557). + +We highly recommend all users upgrade to Flink 2.0.1 or higher. + +# Release Artifacts + +## Maven Dependencies + +```xml +<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 + +* [library/flink](https://hub.docker.com/_/flink/tags?page=1&name=2.0.1) (official images) +* [apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=2.0.1) (ASF repository) + +## PyPi + +* [apache-flink==2.0.1](https://pypi.org/project/apache-flink/2.0.1/) + +# Release Notes + + Release Notes - Flink - Version 2.0.1 + +<h2> Sub-task +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-37333'>FLINK-37333</a>] - Use ForwardForUnspecifiedPartitioner when adaptive broadcast join takes effect +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-37490'>FLINK-37490</a>] - Updates the docs stable version Review Comment: Thanks @Zakelly for driving this release. It seems some jiras can be removed from this doc, for example: - Updates the docs stable version - Flink e2e ci failed - all test failures related jira, etc. This document is user-oriented, letting users know which bug fixes or improvements are useful to users. Some of them appear to be internal fixes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
