From 6b1f94fa40978809ec563afd034cec3db9e68123 Mon Sep 17 00:00:00 2001 From: Jan Lukavsky Date: Wed, 17 Apr 2024 19:31:13 +0200 Subject: [PATCH] [changes] Update CHANGES.md (#29939) --- CHANGES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6963d9507cdfe..5fc2509ade8f6 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