layout: post title: “Apache Flink 1.1.5 Released” date: 2017-03-23 18:00:00 categories: news

The Apache Flink community released the next bugfix version of the Apache Flink 1.1 series.

This release includes critical fixes for HA recovery robustness, fault tolerance guarantees of the Flink Kafka Connector, as well as classloading issues with the Kryo serializer. We highly recommend all users to upgrade to Flink 1.1.5.

<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-java</artifactId>
  <version>1.1.5</version>
</dependency>
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-streaming-java_2.10</artifactId>
  <version>1.1.5</version>
</dependency>
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-clients_2.10</artifactId>
  <version>1.1.5</version>
</dependency>

You can find the binaries on the updated Downloads page.

Release Notes - Flink - Version 1.1.5

Bug

Improvement