From 0604edba2beccd6f17e63f72cb8e5507ed0a6f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lukavsk=C3=BD?= Date: Wed, 17 Apr 2024 21:07:14 +0200 Subject: [PATCH] [changes] Update CHANGES.md (#29939) (#31017) --- CHANGES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6963d9507cdf..5fc2509ade8f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -57,8 +57,7 @@ ## Highlights -* New highly anticipated feature X added to Python SDK ([#X](https://github.com/apache/beam/issues/X)). -* New highly anticipated feature Y added to Java SDK ([#Y](https://github.com/apache/beam/issues/Y)). +* Added FlinkRunner for Flink 1.17, removed support for Flink 1.12 and 1.13. Previous version of Pipeline running on Flink 1.16 and below can be upgraded to 1.17, if the Pipeline is first updated to Beam 2.56.0 with the same Flink version. After Pipeline runs with Beam 2.56.0, it should be possible to upgrade to FlinkRunner with Flink 1.17. ([#29939](https://github.com/apache/beam/issues/29939)) ## I/Os