This is an automated email from the ASF dual-hosted git repository.

cvandermerwe 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 97da2d69121 Update changes.md (#37936)
97da2d69121 is described below

commit 97da2d691213ce61ed874cfcfe965bf49336a50e
Author: claudevdm <[email protected]>
AuthorDate: Wed Mar 25 16:26:54 2026 -0400

    Update changes.md (#37936)
    
    * Update changes.md
    
    * more
    
    * formatting
    
    ---------
    
    Co-authored-by: Claude <[email protected]>
---
 CHANGES.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 99b05ab9aaa..e98b810e5ab 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -72,6 +72,7 @@
 * Added support for large pipeline options via a file (Python) 
([#37370](https://github.com/apache/beam/issues/37370)).
 * Supported infer schema from dataclass (Python) 
([#22085](https://github.com/apache/beam/issues/22085)). Default coder for 
typehint-ed (or set with_output_type) for non-frozen dataclasses changed to 
RowCoder. To preserve the old behavior (fast primitive coder), explicitly 
register the type with FastPrimitiveCoder.
 * Updates minimum Go version to 1.26.1 
([#37897](https://github.com/apache/beam/issues/37897)).
+* (Python) Added image embedding support in `apache_beam.ml.rag` package 
([#37628](https://github.com/apache/beam/issues/37628)).
 
 ## Breaking Changes
 
@@ -107,11 +108,13 @@
 * Remove Pubsublite IO support, since service will be deprecated in March 
2026. ([#37375](https://github.com/apache/beam/issues/37375)).
 * (Java) ClickHouse - migrating from the legacy JDBC driver (v0.6.3) to 
ClickHouse Java Client v2 (v0.9.6). See the [class 
documentation](https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/clickhouse/ClickHouseIO.html)
 for migration guide   ([#37610](https://github.com/apache/beam/issues/37610)).
 * (Java) Upgraded GoogleAdsIO to use GoogleAdsIO API v23 
([#37620](https://github.com/apache/beam/issues/37620)).
+* (Java) Added support for withMinRowCountForPageSizeCheck to ParquetIO.Sink 
to avoid OOM when writing large columns 
([#37740](https://github.com/apache/beam/issues/37740)).
 
 ## New Features / Improvements
 
 * (Python) Added exception chaining to preserve error context in 
CloudSQLEnrichmentHandler, processes utilities, and core transforms 
([#37422](https://github.com/apache/beam/issues/37422)).
 * (Python) Added a pipeline option `--experiments=pip_no_build_isolation` to 
disable build isolation when installing dependencies in the runtime environment 
([#37331](https://github.com/apache/beam/issues/37331)).
+* (Python) Added support for tagged output typehints 
([#37434](https://github.com/apache/beam/issues/37434)).
 
 ## Deprecations
 

Reply via email to