This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit 2530eb5c56b819ae5d51ed2d23c30bb3d22543ba Author: zentol <[email protected]> AuthorDate: Thu Aug 16 12:44:00 2018 +0200 Add 1.5.3 release --- _posts/2018-08-21-release-1.5.3.md | 114 +++++++++++++++++++++++++++++++++++++ downloads.md | 1 + 2 files changed, 115 insertions(+) diff --git a/_posts/2018-08-21-release-1.5.3.md b/_posts/2018-08-21-release-1.5.3.md new file mode 100644 index 0000000..15372bc --- /dev/null +++ b/_posts/2018-08-21-release-1.5.3.md @@ -0,0 +1,114 @@ +--- +layout: post +title: "Apache Flink 1.5.3 Released" +date: 2018-08-21 12:00:00 +categories: news +--- + +The Apache Flink community released the third bugfix version of the Apache Flink 1.5 series. + +This release includes more than 20 fixes and minor improvements for Flink 1.5.3. The list below includes a detailed list of all fixes. + +We highly recommend all users to upgrade to Flink 1.5.3. + +Updated Maven dependencies: + +```xml +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-java</artifactId> + <version>1.5.3</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-streaming-java_2.11</artifactId> + <version>1.5.3</version> +</dependency> +<dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-clients_2.11</artifactId> + <version>1.5.3</version> +</dependency> +``` + +You can find the binaries on the updated [Downloads page](http://flink.apache.org/downloads.html). + +List of resolved issues: + +<h2> Sub-task +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9951'>FLINK-9951</a>] - Update scm developerConnection +</li> +</ul> + +<h2> Bug +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-5750'>FLINK-5750</a>] - Incorrect translation of n-ary Union +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9289'>FLINK-9289</a>] - Parallelism of generated operators should have max parallism of input +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9546'>FLINK-9546</a>] - The heartbeatTimeoutIntervalMs of HeartbeatMonitor should be larger than 0 +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9655'>FLINK-9655</a>] - Externalized checkpoint E2E test fails on travis +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9693'>FLINK-9693</a>] - Possible memory leak in jobmanager retaining archived checkpoints +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9694'>FLINK-9694</a>] - Potentially NPE in CompositeTypeSerializerConfigSnapshot constructor +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9923'>FLINK-9923</a>] - OneInputStreamTaskTest.testWatermarkMetrics fails on Travis +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9935'>FLINK-9935</a>] - Batch Table API: grouping by window and attribute causes java.lang.ClassCastException: +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9936'>FLINK-9936</a>] - Mesos resource manager unable to connect to master after failover +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9946'>FLINK-9946</a>] - Quickstart E2E test archetype version is hard-coded +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9969'>FLINK-9969</a>] - Unreasonable memory requirements to complete examples/batch/WordCount +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9972'>FLINK-9972</a>] - Debug memory logging not working +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9978'>FLINK-9978</a>] - Source release sha contains absolute file path +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9985'>FLINK-9985</a>] - Incorrect parameter order in document +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9988'>FLINK-9988</a>] - job manager does not respect property jobmanager.web.address +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-10013'>FLINK-10013</a>] - Fix Kerberos integration for FLIP-6 YarnTaskExecutorRunner +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-10033'>FLINK-10033</a>] - Let Task release reference to Invokable on shutdown +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-10070'>FLINK-10070</a>] - Flink cannot be compiled with maven 3.0.x +</li> +</ul> + +<h2> New Feature +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-10022'>FLINK-10022</a>] - Add metrics for input/output buffers +</li> +</ul> + +<h2> Improvement +</h2> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9446'>FLINK-9446</a>] - Compatibility table not up-to-date +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9765'>FLINK-9765</a>] - Improve CLI responsiveness when cluster is not reachable +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9806'>FLINK-9806</a>] - Add a canonical link element to documentation HTML +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9859'>FLINK-9859</a>] - More Akka config options +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9942'>FLINK-9942</a>] - Guard handlers against null fields in requests +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9986'>FLINK-9986</a>] - Remove unnecessary information from .version.properties file +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-9987'>FLINK-9987</a>] - Rework ClassLoader E2E test to not rely on .version.properties file +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-10006'>FLINK-10006</a>] - Improve logging in BarrierBuffer +</li> +<li>[<a href='https://issues.apache.org/jira/browse/FLINK-10016'>FLINK-10016</a>] - Make YARN/Kerberos end-to-end test stricter +</li> +</ul> diff --git a/downloads.md b/downloads.md index d3096eb..3df2af8 100644 --- a/downloads.md +++ b/downloads.md @@ -105,6 +105,7 @@ Note that the community is always open to discussing bugfix releases for even ol All Flink releases are available via [https://archive.apache.org/dist/flink/](https://archive.apache.org/dist/flink/) including checksums and cryptographic signatures. At the time of writing, this includes the following versions: - Flink 1.6.0 - 2018-08-08 ([Source](https://archive.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-src.tgz), [Binaries](https://archive.apache.org/dist/flink/flink-1.6.0/), [Docs]({{site.DOCS_BASE_URL}}flink-docs-release-1.6/), [Javadocs]({{site.DOCS_BASE_URL}}flink-docs-release-1.6/api/java), [ScalaDocs]({{site.DOCS_BASE_URL}}flink-docs-release-1.6/api/scala/index.html)) +- Flink 1.5.3 - 2018-08-21 ([Source](https://archive.apache.org/dist/flink/flink-1.5.3/flink-1.5.3-src.tgz), [Binaries](https://archive.apache.org/dist/flink/flink-1.5.3/), [Docs]({{site.DOCS_BASE_URL}}flink-docs-release-1.5/), [Javadocs]({{site.DOCS_BASE_URL}}flink-docs-release-1.5/api/java), [ScalaDocs]({{site.DOCS_BASE_URL}}flink-docs-release-1.5/api/scala/index.html)) - Flink 1.5.2 - 2018-07-31 ([Source](https://archive.apache.org/dist/flink/flink-1.5.2/flink-1.5.2-src.tgz), [Binaries](https://archive.apache.org/dist/flink/flink-1.5.2/), [Docs]({{site.DOCS_BASE_URL}}flink-docs-release-1.5/), [Javadocs]({{site.DOCS_BASE_URL}}flink-docs-release-1.5/api/java), [ScalaDocs]({{site.DOCS_BASE_URL}}flink-docs-release-1.5/api/scala/index.html)) - Flink 1.5.1 - 2018-07-12 ([Source](https://archive.apache.org/dist/flink/flink-1.5.1/flink-1.5.1-src.tgz), [Binaries](https://archive.apache.org/dist/flink/flink-1.5.1/), [Docs]({{site.DOCS_BASE_URL}}flink-docs-release-1.5/), [Javadocs]({{site.DOCS_BASE_URL}}flink-docs-release-1.5/api/java), [ScalaDocs]({{site.DOCS_BASE_URL}}flink-docs-release-1.5/api/scala/index.html)) - Flink 1.5.0 - 2018-05-25 ([Source](https://archive.apache.org/dist/flink/flink-1.5.0/flink-1.5.0-src.tgz), [Binaries](https://archive.apache.org/dist/flink/flink-1.5.0/), [Docs]({{site.DOCS_BASE_URL}}flink-docs-release-1.5/), [Javadocs]({{site.DOCS_BASE_URL}}flink-docs-release-1.5/api/java), [ScalaDocs]({{site.DOCS_BASE_URL}}flink-docs-release-1.5/api/scala/index.html))
