You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/10/18 10:00:02 UTC

[GitHub] [flink-web] leonardBang commented on a change in pull request #473: Add Flink 1.13.3 release

leonardBang commented on a change in pull request #473:
URL: https://github.com/apache/flink-web/pull/473#discussion_r730757790



##########
File path: _posts/2021-10-16-release-1.13.3.md
##########
@@ -0,0 +1,68 @@
+---
+layout: post
+title:  "Apache Flink 1.13.3 Released"
+date:   2021-10-16 00:00:00
+categories: news
+authors:
+- chesnay:
+  name: "Chesnay Schepler"
+
+---
+
+The Apache Flink community released the third bugfix version of the Apache Flink 1.13 series.
+
+This release includes 136 fixes and minor improvements for Flink 1.13.3. The list below includes bugfixes and improvements. For a complete list of all changes see:

Review comment:
       ```suggestion
   This release includes 136 fixes and minor improvements for Flink 1.13.2. The list below includes bugfixes and improvements. For a complete list of all changes see:
   ```

##########
File path: _posts/2021-10-16-release-1.13.3.md
##########
@@ -0,0 +1,68 @@
+---
+layout: post
+title:  "Apache Flink 1.13.3 Released"
+date:   2021-10-16 00:00:00
+categories: news
+authors:
+- chesnay:
+  name: "Chesnay Schepler"
+
+---
+
+The Apache Flink community released the third bugfix version of the Apache Flink 1.13 series.
+
+This release includes 136 fixes and minor improvements for Flink 1.13.3. The list below includes bugfixes and improvements. For a complete list of all changes see:
+[JIRA](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12350329).
+
+We highly recommend all users to upgrade to Flink 1.13.3.
+
+Updated Maven dependencies:
+
+```xml
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-java</artifactId>
+  <version>1.13.3</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-streaming-java_2.11</artifactId>
+  <version>1.13.3</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-clients_2.11</artifactId>
+  <version>1.13.3</version>
+</dependency>
+```
+
+You can find the binaries on the updated [Downloads page]({{ site.baseurl }}/downloads.html).
+
+Below you can find more information on changes that might affect the behavior of Flink:

Review comment:
       Should we list all fixes and minor 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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org