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

derrickaw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new f61d0b5eeff Release Note: Rename Dataflow Runner to Dataflow Portable 
Runner (#38747)
f61d0b5eeff is described below

commit f61d0b5eeff9da8fd868d0a1fcd0b1aaedaaf6ea
Author: TongruiLi <[email protected]>
AuthorDate: Tue Jun 23 12:08:09 2026 -0700

    Release Note: Rename Dataflow Runner to Dataflow Portable Runner (#38747)
    
    * Rename Dataflow Runner to Dataflow Portable Runner
    
    Updated CHANGES.md to reflect the renaming of Dataflow Runner.
    
    * Update CHANGES.md
    
    Co-authored-by: gemini-code-assist[bot] 
<176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * added issue
    
    ---------
    
    Co-authored-by: gemini-code-assist[bot] 
<176961590+gemini-code-assist[bot]@users.noreply.github.com>
---
 CHANGES.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGES.md b/CHANGES.md
index bd9c6ea246a..ac571c2f55a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -71,6 +71,7 @@
 
 ## New Features / Improvements
 
+* Dataflow Runner v2 has been renamed to Dataflow Portable Runner. Please 
refer to Dataflow [public 
documentation](https://docs.cloud.google.com/dataflow/docs/runner-v2) on when 
to enable Portable 
Runner.([#39000](https://github.com/apache/beam/issues/39000)).
 * (Java) Enabled state tag encoding v2 by default for new Dataflow Streaming 
Engine jobs. It can be disabled by passing 
`--experiments=disable_streaming_engine_state_tag_encoding_v2` or 
`--updateCompatibilityVersion=2.74.0` pipeline option. Note that the tag 
encoding version cannot change during a job update. Jobs using tag encoding v2 
(enabled by default for new jobs on 2.75.0+) cannot be downgraded to Beam 
versions prior to 2.73.0, as only versions 2.73.0 and later support tag 
encoding [...]
 * (Python) Added instrumentation to support off-the-shelf profiling agents 
when launching Python SDK Harness 
([#38853](https://github.com/apache/beam/issues/38853)).
 * (Java) Added support to the FnApi Data stream protocol allowing runners to 
isolate bundles slowly processing input from other bundles. 
([#39001](https://github.com/apache/beam/issues/39001)).

Reply via email to