This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/release-website in repository https://gitbox.apache.org/repos/asf/beam.git
commit 80bb1780334c67e5ad133dd32eb6704a52467f66 Author: Danny McCormick <[email protected]> AuthorDate: Thu Aug 15 20:43:17 2024 +0200 Update CHANGES.md --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index bb5e1f18db3..ef53e6941f6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -93,6 +93,17 @@ * ([#X](https://github.com/apache/beam/issues/X)). +# [2.58.1] - 2024-08-15 + +## New Features / Improvements + +* Fixed issue where KafkaIO Records read with `ReadFromKafkaViaSDF` are redistributed and may contain duplicates regardless of the configuration. This affects Java pipelines with Dataflow v2 runner and xlang pipelines reading from Kafka, ([#32196](https://github.com/apache/beam/issues/32196)) + +## Known Issues + +* Large Dataflow graphs using runner v2, or pipelines explicitly enabling the `upload_graph` experiment, will fail at construction time ([#32159](https://github.com/apache/beam/issues/32159)). +* Python pipelines that run with 2.53.0-2.58.0 SDKs and read data from GCS might be affected by a data corruption issue ([#32169](https://github.com/apache/beam/issues/32169)). The issue will be fixed in 2.59.0 ([#32135](https://github.com/apache/beam/pull/32135)). To work around this, update the google-cloud-storage package to version 2.18.2 or newer. + # [2.58.0] - 2024-08-06 ## Highlights
