snuyanzin commented on code in PR #840: URL: https://github.com/apache/flink-web/pull/840#discussion_r3182018010
########## docs/content/posts/2026-04-22-release-1.20.4.md: ########## @@ -0,0 +1,148 @@ +--- +title: "Apache Flink 1.20.4 Release Announcement" +date: "2026-04-22T00:00:00.000Z" +aliases: +- /news/2026/04/22/release-1.20.4.html +authors: +- snuyanzin: + name: "Sergey Nuyanzin" + +--- + +The Apache Flink Community is pleased to announce the fourth bug fix release of the Flink 1.20 series. + +This release includes 41 bug fixes, vulnerability fixes, and minor improvements for Flink 1.20. +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 see: +[JIRA](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12356275&projectId=12315522). + +We highly recommend all users upgrade to Flink 1.20.4 or higher. + +# Release Artifacts + +## Maven Dependencies + +```xml +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-java</artifactId> + <version>1.20.4</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-streaming-java</artifactId> + <version>1.20.4</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-clients</artifactId> + <version>1.20.4</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=1.20.4) (official images) +* [apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=1.20.4) (ASF repository) + +## PyPi + +* [apache-flink==1.20.4](https://pypi.org/project/apache-flink/1.20.4/) + +# Release Notes + + + Release Notes - Flink - Version 1.20.4 + +<h2> Sub-task Review Comment: thanks, moved them under improvements -- 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]
