You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2018/08/08 16:24:46 UTC

[flink] 01/02: [FLINK-9867] Extend release notes for Flink 1.6

This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 25e06378e22c5088b8f8430709a5bf6b73399040
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Wed Aug 8 17:12:46 2018 +0200

    [FLINK-9867] Extend release notes for Flink 1.6
    
    Extend the release notes for Flink 1.6 which can be found in /docs/release-notes/flink-1.6.md
---
 docs/release-notes/flink-1.6.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/release-notes/flink-1.6.md b/docs/release-notes/flink-1.6.md
index 31cd3ac..34cd613 100644
--- a/docs/release-notes/flink-1.6.md
+++ b/docs/release-notes/flink-1.6.md
@@ -22,5 +22,13 @@ under the License.
 
 These release notes discuss important aspects, such as configuration, behavior, or dependencies, that changed between Flink 1.5 and Flink 1.6. Please read these notes carefully if you are planning to upgrade your Flink version to 1.6.
 
+### Changed Configuration Default Values
+
+The default value of the slot idle timeout `slot.idle.timeout` is set to the default value of the heartbeat timeout (`50 s`). 
+
+### Changed ElasticSearch 5.x Sink API
+
+Previous APIs in the Flink ElasticSearch 5.x Sink's `RequestIndexer` interface have been deprecated in favor of new signatures. 
+When adding requests to the `RequestIndexer`, the requests now must be of type `IndexRequest`, `DeleteRequest`, or `UpdateRequest`, instead of the base `ActionRequest`. 
 
 {% top %}