This is an automated email from the ASF dual-hosted git repository. yunfengzhou-hub pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit 34f6ebafd0296caa0a56ec82de8db3f0ea6130ac Author: 云岩 <[email protected]> AuthorDate: Sat Jun 6 17:23:21 2026 +0800 Add Flink 2.1.3 Release --- docs/content/posts/2026-06-14-release-2.1.3.md | 73 ++++++++++++++++++++++++++ docs/data/flink.yml | 14 ++--- docs/data/release_archive.yml | 4 ++ 3 files changed, 84 insertions(+), 7 deletions(-) diff --git a/docs/content/posts/2026-06-14-release-2.1.3.md b/docs/content/posts/2026-06-14-release-2.1.3.md new file mode 100644 index 0000000000..74e863fafd --- /dev/null +++ b/docs/content/posts/2026-06-14-release-2.1.3.md @@ -0,0 +1,73 @@ +--- +title: "Apache Flink 2.1.3 Release Announcement" +date: "2026-06-14T00:00:00.000Z" +aliases: +- /news/2026/06/14/release-2.1.3.html +authors: +- yunfengzhou: + name: "Yunfeng Zhou" + +--- + +The Apache Flink Community is pleased to announce the third bug fix release of the Flink 2.1 series. + +This release includes 5 bug fixes, vulnerability fixes, and minor improvements for Flink 2.1. +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?projectId=12315522&version=12356862). + +We highly recommend all users upgrade to Flink 2.1.3 or higher. + +# Release Artifacts + +## Maven Dependencies + +```xml +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-java</artifactId> + <version>2.1.3</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-streaming-java</artifactId> + <version>2.1.3</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-clients</artifactId> + <version>2.1.3</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.1.3) (official images) +* [apache/flink](https://hub.docker.com/r/apache/flink/tags?page=1&name=2.1.3) (ASF repository) + +## PyPi + +* [apache-flink==2.1.3](https://pypi.org/project/apache-flink/2.1.3/) + +# Release Notes + + + Release Notes - Flink - Version 2.1.3 + +<h2> Bug +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-35661'>FLINK-35661</a>] - MiniBatchGroupAggFunction can silently drop records under certain conditions +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-39136'>FLINK-39136</a>] - GS file system fails to retry on certain 503's due to old GCS lib dependency +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-39534'>FLINK-39534</a>] - Upgrade pemja to 0.5.7 +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-39761'>FLINK-39761</a>] - Missing 'Connection: close' header on '304 Not Modified' responses causes proxy connection pool poisoning +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-39897'>FLINK-39897</a>] - limit() without an order produces invalid SQL +</li> +</ul> diff --git a/docs/data/flink.yml b/docs/data/flink.yml index 0d3d1fe85d..ad41aa9da6 100644 --- a/docs/data/flink.yml +++ b/docs/data/flink.yml @@ -25,13 +25,13 @@ source_release_sha512_url: "https://downloads.apache.org/flink/flink-2.2.1/flink-2.2.1-src.tgz.sha512" 2.1: - name: "Apache Flink 2.1.2" - binary_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-2.1.2/flink-2.1.2-bin-scala_2.12.tgz" - binary_release_asc_url: "https://downloads.apache.org/flink/flink-2.1.2/flink-2.1.2-bin-scala_2.12.tgz.asc" - binary_release_sha512_url: "https://downloads.apache.org/flink/flink-2.1.2/flink-2.1.2-bin-scala_2.12.tgz.sha512" - source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-2.1.2/flink-2.1.2-src.tgz" - source_release_asc_url: "https://downloads.apache.org/flink/flink-2.1.2/flink-2.1.2-src.tgz.asc" - source_release_sha512_url: "https://downloads.apache.org/flink/flink-2.1.2/flink-2.1.2-src.tgz.sha512" + name: "Apache Flink 2.1.3" + binary_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-2.1.3/flink-2.1.3-bin-scala_2.12.tgz" + binary_release_asc_url: "https://downloads.apache.org/flink/flink-2.1.3/flink-2.1.3-bin-scala_2.12.tgz.asc" + binary_release_sha512_url: "https://downloads.apache.org/flink/flink-2.1.3/flink-2.1.3-bin-scala_2.12.tgz.sha512" + source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-2.1.3/flink-2.1.3-src.tgz" + source_release_asc_url: "https://downloads.apache.org/flink/flink-2.1.3/flink-2.1.3-src.tgz.asc" + source_release_sha512_url: "https://downloads.apache.org/flink/flink-2.1.3/flink-2.1.3-src.tgz.sha512" 2.0: name: "Apache Flink 2.0.2" diff --git a/docs/data/release_archive.yml b/docs/data/release_archive.yml index 718add0731..d1bf07af35 100644 --- a/docs/data/release_archive.yml +++ b/docs/data/release_archive.yml @@ -1,5 +1,9 @@ release_archive: flink: + - + version_short: "2.1" + version_long: 2.1.3 + release_date: 2026-06-14 - version_short: "1.20" version_long: 1.20.5
