Skip to content

Commit f725e85

Browse files
authored
Update CHANGES.md (#36033)
Fix: Correctly assign feature to release. #35453
1 parent 523d833 commit f725e85

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@
8585
* Added a pipeline option to specify the processing timeout for a single element by any PTransform (Java/Python/Go) ([#35174](https://github.com/apache/beam/issues/35174)).
8686
- When specified, the SDK harness automatically restarts if an element takes too long to process. Beam runner may then retry processing of the same work item.
8787
- Use the `--element_processing_timeout_minutes` option to reduce the chance of having stalled pipelines due to unexpected cases of slow processing, where slowness might not happen again if processing of the same element is retried.
88+
* (Python) Adding GCP Spanner Change Stream support for Python (apache_beam.io.gcp.spanner) ([#24103](https://github.com/apache/beam/issues/24103)).
89+
8890

8991
## Breaking Changes
9092

@@ -189,7 +191,6 @@
189191
* (Python) Prism runner now auto-enabled for some Python pipelines using the direct runner ([#34921](https://github.com/apache/beam/pull/34921)).
190192
* (YAML) WriteToTFRecord and ReadFromTFRecord Beam YAML support
191193
* Python: Added JupyterLab 4.x extension compatibility for enhanced notebook integration ([#34495](https://github.com/apache/beam/pull/34495)).
192-
* (Python) Adding GCP Spanner Change Stream support for Python (apache_beam.io.gcp.spanner). ([#24103] https://github.com/apache/beam/issues/24103).
193194

194195
## Breaking Changes
195196

@@ -2219,4 +2220,4 @@ Schema Options, it will be removed in version `2.23.0`. ([BEAM-9704](https://iss
22192220

22202221
## Highlights
22212222

2222-
- For versions 2.19.0 and older release notes are available on [Apache Beam Blog](https://beam.apache.org/blog/).
2223+
- For versions 2.19.0 and older release notes are available on [Apache Beam Blog](https://beam.apache.org/blog/).

0 commit comments

Comments
 (0)