From e20c5365cc9037f01334293c8fb7044b8851a0a6 Mon Sep 17 00:00:00 2001 From: Jeff Kinard <35542536+Polber@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:41:29 -0400 Subject: [PATCH] add self to java reviewers to be able to merge and review streaming worker code (#29235) (#29246) Co-authored-by: martin trieu --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 366f3236df9b..fa6e51cde2e4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -75,6 +75,7 @@ should handle this. ([#25252](https://github.com/apache/beam/issues/25252)). using the DataSet API. * `upload_graph` as one of the Experiments options for DataflowRunner is no longer required when the graph is larger than 10MB for Java SDK ([PR#28621](https://github.com/apache/beam/pull/28621). * state amd side input cache has been enabled to a default of 100 MB. Use `--max_cache_memory_usage_mb=X` to provide cache size for the user state API and side inputs. (Python) ([#28770](https://github.com/apache/beam/issues/28770)). +* Beam YAML stable release. Beam pipelines can now be written using YAML and leverage the Beam YAML framework which includes a preliminary set of IO's and turnkey transforms. More information can be found in the YAML root folder and in the [README](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/yaml/README.md). ## Breaking Changes