This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/protoKnownIssue in repository https://gitbox.apache.org/repos/asf/beam.git
commit 04072c674f75c415f63e0be1100618d87714eb4a Author: Danny Mccormick <[email protected]> AuthorDate: Thu Mar 27 09:36:27 2025 -0400 Add known protobuf issue --- CHANGES.md | 8 ++++++++ website/www/site/content/en/blog/beam-2.63.0.md | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1dfa48091cc..2fdedf88909 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -131,6 +131,10 @@ * Fixed checkpoint recovery and streaming behavior in Spark Classic and Portable runner's Flatten transform by replacing queueStream with SingleEmitInputDStream ([#34080](https://github.com/apache/beam/pull/34080), [#18144](https://github.com/apache/beam/issues/18144), [#20426](https://github.com/apache/beam/issues/20426)) * (Java) Fixed Read caching of UnboundedReader objects to effectively cache across multiple DoFns and avoid checkpointing unstarted reader. [#34146](https://github.com/apache/beam/pull/34146) [#33901](https://github.com/apache/beam/pull/33901) +## Known Issues + +* (Java) Current version of protobuf has [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)). + # [2.63.0] - 2025-02-18 ## I/Os @@ -183,6 +187,10 @@ * Fixed the user mailing list address ([#26013](https://github.com/apache/beam/issues/26013)). * Fixed the contributing prerequisites link ([#33903](https://github.com/apache/beam/issues/33903)). +## Known Issues + +* (Java) Current version of protobuf has [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)). + # [2.62.0] - 2025-01-21 ## I/Os diff --git a/website/www/site/content/en/blog/beam-2.63.0.md b/website/www/site/content/en/blog/beam-2.63.0.md index 3b740781d06..f0f98547086 100644 --- a/website/www/site/content/en/blog/beam-2.63.0.md +++ b/website/www/site/content/en/blog/beam-2.63.0.md @@ -77,6 +77,10 @@ For more information on changes in 2.63.0, check out the [detailed release notes * Fixed the user mailing list address ([#26013](https://github.com/apache/beam/issues/26013)). * [Dataflow Streaming] Fixed an issue where Dataflow Streaming workers were reporting lineage metrics as cumulative rather than delta. ([#33691](https://github.com/apache/beam/pull/33691)) +## Known Issues + +* (Java) Current version of protobuf has [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)). + ## List of Contributors According to git shortlog, the following people contributed to the 2.62.0 release. Thank you to all contributors!
