From 0d1cd69501034e038977760fa0675525f5dc5634 Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Fri, 14 Jun 2024 19:48:09 -0700 Subject: [PATCH] Update changes.md with a recent improvement. (#31609) --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index f970a4087887..0d4de2e3d58a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -116,6 +116,7 @@ * Pre-built Prism binaries are now part of the release and are available via the Github release page. ([#29697](https://github.com/apache/beam/issues/29697)). * ProcessingTime is now handled synthetically with TestStream pipelines and Non-TestStream pipelines, for fast test pipeline execution by default. ([#30083](https://github.com/apache/beam/issues/30083)). * Prism does NOT yet support "real time" execution for this release. +* Improve processing for large elements to reduce the chances for exceeding 2GB protobuf limits (Python)([https://github.com/apache/beam/issues/31607]). ## Breaking Changes