From adb26a299d61e556c25e3d1f6714ab9ae8f9df38 Mon Sep 17 00:00:00 2001 From: Robert Burke Date: Mon, 2 Dec 2024 14:41:40 -0800 Subject: [PATCH 1/4] add prism note to 2.61 release blog --- website/www/site/content/en/blog/beam-2.61.0.md | 1 + 1 file changed, 1 insertion(+) 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..f3e2785de602 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 @@ -48,6 +48,7 @@ For more information on changes in 2.61.0, check out the [detailed release notes * 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 From e0e0cd1a4dbe85b5ac17a41e7af62b468f6dba97 Mon Sep 17 00:00:00 2001 From: Robert Burke Date: Mon, 2 Dec 2024 14:42:45 -0800 Subject: [PATCH 2/4] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 4f56b4d49e45..34c14a20dcc9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -112,6 +112,7 @@ * 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 From da9c99ba186f83c425cf7d76eb193c0cff707c75 Mon Sep 17 00:00:00 2001 From: Robert Burke Date: Mon, 2 Dec 2024 14:43:10 -0800 Subject: [PATCH 3/4] Update beam-2.61.0.md - style --- website/www/site/content/en/blog/beam-2.61.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 f3e2785de602..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,10 +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) +* 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 From aea54eef874ac5fbbbd9efbba613f4f650352445 Mon Sep 17 00:00:00 2001 From: Robert Burke Date: Mon, 2 Dec 2024 14:43:43 -0800 Subject: [PATCH 4/4] Update CHANGES.md - style --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 34c14a20dcc9..3bb490cc83c4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -109,7 +109,7 @@ ## 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))