From e41c98f2de93e84f21f807366f6894527b643a4d Mon Sep 17 00:00:00 2001 From: Robert Burke Date: Mon, 2 Dec 2024 18:14:55 -0800 Subject: [PATCH] Update CHANGES.md with Python prism note. (#33263) Release branch equivalent to https://github.com/apache/beam/pull/33262 which updates the blog as well. The note has already been added to the github release blurb: https://github.com/apache/beam/releases/tag/v2.61.0 Back updating the CHANGES for something that made the 2.61 release, but wasn't noted in the CHANGES --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index bc7ec096fe33..6cffd8e0a56c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -77,9 +77,10 @@ * Added support for read with metadata in MqttIO (Java) ([#32195](https://github.com/apache/beam/issues/32195)) * X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). -* 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)) ## Breaking Changes