You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by li...@apache.org on 2020/05/13 17:54:31 UTC

[flink-web] 02/03: Add special notice for incompatible changes

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

liyu pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit e94acc80cc9253d3783c98a353cbc40c243811c7
Author: Yu Li <li...@apache.org>
AuthorDate: Thu May 14 00:55:22 2020 +0800

    Add special notice for incompatible changes
---
 _posts/2020-05-12-release-1.10.1.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/_posts/2020-05-12-release-1.10.1.md b/_posts/2020-05-12-release-1.10.1.md
index bcfe4be..13435d3 100644
--- a/_posts/2020-05-12-release-1.10.1.md
+++ b/_posts/2020-05-12-release-1.10.1.md
@@ -15,6 +15,16 @@ This release includes 158 fixes and minor improvements for Flink 1.10.0. The lis
 
 We highly recommend all users to upgrade to Flink 1.10.1.
 
+<div class="alert alert-info" markdown="1">
+<span class="label label-info" style="display: inline-block"><span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span> Note</span>
+FLINK-16684 changed the builders of the StreamingFileSink to make them compilable in Scala. This change is source compatible but binary incompatible. If using the StreamingFileSink, please recompile your user code against 1.10.1 before upgrading.
+</div>
+
+<div class="alert alert-info" markdown="1">
+<span class="label label-info" style="display: inline-block"><span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span> Note</span>
+FLINK-16683 Flink no longer supports starting clusters with .bat scripts. Users should instead use environments like WSL or Cygwin and work with the .sh scripts.
+</div>
+
 Updated Maven dependencies:
 
 ```xml