From 679610a0d62844181532cb10542ea8e43f052c2a Mon Sep 17 00:00:00 2001 From: Yi Hu Date: Tue, 14 Oct 2025 14:03:11 -0400 Subject: [PATCH] Call out OutputBuilder change in CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 185804b592e0..14faeed539c8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -87,6 +87,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