This is an automated email from the ASF dual-hosted git repository.
yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 673309b328c Call out OutputBuilder change in CHANGES.md (#36511)
673309b328c is described below
commit 673309b328c46b84c558e6b4b784cf503849afe4
Author: Yi Hu <[email protected]>
AuthorDate: Tue Oct 14 15:02:51 2025 -0400
Call out OutputBuilder change in CHANGES.md (#36511)
---
CHANGES.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGES.md b/CHANGES.md
index 3825855c66a..2b675dd0b85 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -88,6 +88,7 @@
* Removed deprecated Hadoop versions (2.10.2 and 3.2.4) that are no longer
supported for [Iceberg](https://github.com/apache/iceberg/issues/10940) from
IcebergIO ([#36282](https://github.com/apache/beam/issues/36282)).
* (Go) Coder construction on SDK side is more faithful to the specs from
runners without stripping length-prefix. This may break streaming pipeline
update as the underlying coder could be changed
([#36387](https://github.com/apache/beam/issues/36387)).
* Minimum Go version for Beam Go updated to 1.25.2
([#36461](https://github.com/apache/beam/issues/36461)).
+* (Java) DoFn OutputReceiver now requires implementing a builder method as
part of extended metadata support for elements
([#34902](https://github.com/apache/beam/issues/34902)).
## Deprecations