From 160ffd53ce0f5ac2b91f917abba42dda635841d9 Mon Sep 17 00:00:00 2001 From: Robert Burke Date: Mon, 2 Dec 2024 16:27:35 -0800 Subject: [PATCH] [CHANGES] Add prism note to 2.61 release blog and CHANGES.md (#33262) * add prism note to 2.61 release blog * Update CHANGES.md * Update beam-2.61.0.md - style * Update CHANGES.md - style --- CHANGES.md | 3 ++- website/www/site/content/en/blog/beam-2.61.0.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4f56b4d49e45..3bb490cc83c4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -109,9 +109,10 @@ ## New Features / Improvements * Added support for read with metadata in MqttIO (Java) ([#32195](https://github.com/apache/beam/issues/32195)) -* Added support for processing events which use a global sequence to "ordered" extension (Java) [#32540](https://github.com/apache/beam/pull/32540) +* Added support for processing events which use a global sequence to "ordered" extension (Java) ([#32540](https://github.com/apache/beam/pull/32540)) * Add new meta-transform FlattenWith and Tee that allow one to introduce branching without breaking the linear/chaining style of pipeline construction. +* Use Prism as a fallback to the Python Portable runner when running a pipeline with the Python Direct runner ([#32876](https://github.com/apache/beam/pull/32876)) ## Deprecations diff --git a/website/www/site/content/en/blog/beam-2.61.0.md b/website/www/site/content/en/blog/beam-2.61.0.md index 6f0404af7846..a4c7ac0cefbd 100644 --- a/website/www/site/content/en/blog/beam-2.61.0.md +++ b/website/www/site/content/en/blog/beam-2.61.0.md @@ -45,9 +45,10 @@ For more information on changes in 2.61.0, check out the [detailed release notes ## New Features / Improvements * Added support for read with metadata in MqttIO (Java) ([#32195](https://github.com/apache/beam/issues/32195)) -* Added support for processing events which use a global sequence to "ordered" extension (Java) [#32540](https://github.com/apache/beam/pull/32540) +* Added support for processing events which use a global sequence to "ordered" extension (Java) ([#32540](https://github.com/apache/beam/pull/32540)) * Add new meta-transform FlattenWith and Tee that allow one to introduce branching without breaking the linear/chaining style of pipeline construction. +* Use Prism as a fallback to the Python Portable runner when running a pipeline with the Python Direct runner ([#32876](https://github.com/apache/beam/pull/32876)) ## Deprecations