This is an automated email from the ASF dual-hosted git repository.
trohrmann pushed a commit to branch release-1.6
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.6 by this push:
new defa2b0 [FLINK-9867] Extend release notes for Flink 1.6
defa2b0 is described below
commit defa2b0d22048df2c5feeb98203d0bdec243f55b
Author: Till Rohrmann <[email protected]>
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 %}