Skip to content

Commit 51f7763

Browse files
authored
Add 2.63 breaking incompatibility to CHANGES.md (#34931)
* Add 2.63 breaking incompatibility to CHANGES.md My change in Coder #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
1 parent ee72f5e commit 51f7763

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ N/A
253253
## Known Issues
254254

255255
* (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).
256+
* (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)).
256257

257258
# [2.62.0] - 2025-01-21
258259

0 commit comments

Comments
 (0)