Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add #24599 to CHANGES.md #26020

Merged
merged 2 commits into from
Mar 29, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,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))
* Protobuf for Python SDK is updated to `protobuf>=4.21.1,<4.23.0`. Beam doesn't support protobuf 3.x anymore. ([#24599](https://github.com/apache/beam/pull/24599))
AnandInguva marked this conversation as resolved.
Show resolved Hide resolved
* Several Google client libraties are updated to major versions for Python SDK. ([#24599](https://github.com/apache/beam/pull/24599))
AnandInguva marked this conversation as resolved.
Show resolved Hide resolved

## Breaking Changes

Expand Down