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

jrmccluskey 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 51f77637c9c Add 2.63 breaking incompatibility to CHANGES.md (#34931)
51f77637c9c is described below

commit 51f77637c9c158dd627d9ae7c2138ac624eed2d0
Author: RadosÅ‚aw Stankiewicz <[email protected]>
AuthorDate: Wed May 14 16:36:24 2025 +0200

    Add 2.63 breaking incompatibility to CHANGES.md (#34931)
    
    * Add 2.63 breaking incompatibility to CHANGES.md
    
    My change in Coder https://github.com/apache/beam/pull/33626 has introduced 
breaking change leading to Coder serial version to change. This mostly affects 
Coders extending CustomCoder and Coder.
    
    * Update CHANGES.md
    
    * Update CHANGES.md
---
 CHANGES.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGES.md b/CHANGES.md
index 1cefcd93632..8fcb0e1ba7e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -253,6 +253,7 @@ N/A
 ## Known Issues
 
 * (Java) Current version of protobuf has a 
[bug](https://github.com/protocolbuffers/protobuf/issues/20599) leading to 
incompatibilities with clients using older versions of Protobuf ([example 
issue](https://github.com/GoogleCloudPlatform/DataflowTemplates/issues/2191)). 
This issue has been seen in SpannerIO in particular. Tracked in 
[#34452](https://github.com/GoogleCloudPlatform/DataflowTemplates/issues/34452).
+* (Java) Coders that extend CustomCoder (excluding SchemaCoder and RowCoder) 
are update incompatible with previous versions of the same transform (Java) on 
some runners. This includes PubSubIO's read 
([#34933](https://github.com/apache/beam/issues/34933)).
 
 # [2.62.0] - 2025-01-21
 

Reply via email to