From 0ee7485109811a7a0b1f3b99e5056e37970acc59 Mon Sep 17 00:00:00 2001 From: TongruiLi <12992126+TongruiLi@users.noreply.github.com> Date: Fri, 29 May 2026 13:34:17 -0700 Subject: [PATCH] Rename Dataflow Runner to Dataflow Portable Runner Updated CHANGES.md to reflect the renaming of Dataflow Runner. --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 74209bb7499c..c8d180cb3b87 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -69,6 +69,7 @@ ## New Features / Improvements * X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). +* Dataflow Runner v2 has been renamed to Dataflow Portable Runner. Please refer to dataflow [pubic documentation](https://docs.cloud.google.com/dataflow/docs/runner-v2) on when to enable portable runner. ## Breaking Changes @@ -2462,4 +2463,4 @@ Schema Options, it will be removed in version `2.23.0`. ([BEAM-9704](https://iss ## Highlights -- For versions 2.19.0 and older release notes are available on [Apache Beam Blog](https://beam.apache.org/blog/). \ No newline at end of file +- For versions 2.19.0 and older release notes are available on [Apache Beam Blog](https://beam.apache.org/blog/).