Skip to content

Commit 160ffd5

Browse files
authored
[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
1 parent abd03fe commit 160ffd5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,10 @@
109109
## New Features / Improvements
110110

111111
* Added support for read with metadata in MqttIO (Java) ([#32195](https://github.com/apache/beam/issues/32195))
112-
* Added support for processing events which use a global sequence to "ordered" extension (Java) [#32540](https://github.com/apache/beam/pull/32540)
112+
* Added support for processing events which use a global sequence to "ordered" extension (Java) ([#32540](https://github.com/apache/beam/pull/32540))
113113
* Add new meta-transform FlattenWith and Tee that allow one to introduce branching
114114
without breaking the linear/chaining style of pipeline construction.
115+
* 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))
115116

116117
## Deprecations
117118

website/www/site/content/en/blog/beam-2.61.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ For more information on changes in 2.61.0, check out the [detailed release notes
4545
## New Features / Improvements
4646

4747
* Added support for read with metadata in MqttIO (Java) ([#32195](https://github.com/apache/beam/issues/32195))
48-
* Added support for processing events which use a global sequence to "ordered" extension (Java) [#32540](https://github.com/apache/beam/pull/32540)
48+
* Added support for processing events which use a global sequence to "ordered" extension (Java) ([#32540](https://github.com/apache/beam/pull/32540))
4949
* Add new meta-transform FlattenWith and Tee that allow one to introduce branching
5050
without breaking the linear/chaining style of pipeline construction.
51+
* 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))
5152

5253
## Deprecations
5354

0 commit comments

Comments
 (0)