This is an automated email from the ASF dual-hosted git repository.
tvalentyn 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 52531b73cec Add #24599 to CHANGES.md (#26020)
52531b73cec is described below
commit 52531b73cec44a01aaa480067f1f131b0a9d7ffc
Author: Anand Inguva <[email protected]>
AuthorDate: Wed Mar 29 18:33:04 2023 -0400
Add #24599 to CHANGES.md (#26020)
Co-authored-by: tvalentyn <[email protected]>
---
CHANGES.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index 5e6c99f4adb..c17d0bacdb6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -72,6 +72,8 @@
like `df | (Transform1 | Transform2 | ...)` to avoid excessive conversions.)
* The Go SDK adds new transforms periodic.Impulse and periodic.Sequence that
extends support
for slowly updating side input patterns.
([#23106](https://github.com/apache/beam/issues/23106))
+* Python SDK now requires `protobuf>=4.21.1,<4.23.0` and no longer supports
protobuf 3.x. ([#24599](https://github.com/apache/beam/pull/24599))
+* Several Google client libraries in Python SDK dependency chain were updated
to latest available major versions.
([#24599](https://github.com/apache/beam/pull/24599))
## Breaking Changes