1996fanrui commented on code in PR #844: URL: https://github.com/apache/flink-web/pull/844#discussion_r3209473405
########## docs/content/posts/2026-05-08-release-2.0.2.md: ########## @@ -0,0 +1,121 @@ +--- +title: "Apache Flink 2.0.2 Release Announcement" +date: "2026-05-08T00:00:00.000Z" +aliases: +- /news/2026/05/08/release-2.0.2.html +authors: + - snuyanzin: + name: "Sergey Nuyanzin" + +--- + +The Apache Flink Community is pleased to announce the second bug fix release of the Flink 2.0 series. + +This release includes 34 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](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12356332). + +We highly recommend all users upgrade to Flink 2.0.2 or higher. + +# Release Artifacts + +## Maven Dependencies + +```xml +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-java</artifactId> + <version>2.0.2</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-streaming-java</artifactId> + <version>2.0.2</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-clients</artifactId> + <version>2.0.2</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.2) (official images) +* [apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=2.0.2) (ASF repository) + +## PyPi + +* [apache-flink==2.0.2](https://pypi.org/project/apache-flink/2.0.2/) + +# Release Notes + + + Release Notes - Flink - Version 2.0.2 + +<h2> Bug +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-35556'>FLINK-35556</a>] - Wrong constant in RocksDBSharedResourcesFactory.SLOT_SHARED_MANAGED +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-36059'>FLINK-36059</a>] - SqlClientITCase failed due to could not create/start container +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-37266'>FLINK-37266</a>] - Python CLI arguments doesn't work in session mode +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-38486'>FLINK-38486</a>] - Harden shutdown of DefaultExpressionEvaluator +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-38567'>FLINK-38567</a>] - ForSt state backend error with GROUP BY and async state execution +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-38574'>FLINK-38574</a>] - Avoid reusing re-uploaded sst files when checkpoint notification is delayed +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-38588'>FLINK-38588</a>] - StreamExecutionEnvironmentTests::test_set_requirements_with_cached_directory is failing Review Comment: This can be removed -- 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]
