This is an automated email from the ASF dual-hosted git repository.
yhu 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 331b08eb940 Add new features to changes.md (#37308)
331b08eb940 is described below
commit 331b08eb9405ddde8cdc17d3dbbf81c5f207d4ab
Author: Tarun Annapareddy <[email protected]>
AuthorDate: Wed Jan 14 22:21:22 2026 +0530
Add new features to changes.md (#37308)
---
CHANGES.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index aea2693d1fa..1dd3908bf33 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -103,6 +103,8 @@
* Support configuring Firestore database on ReadFn transforms (Java)
([#36904](https://github.com/apache/beam/issues/36904)).
* (Python) Inference args are now allowed in most model handlers, except where
they are explicitly/intentionally disallowed
([#37093](https://github.com/apache/beam/issues/37093)).
+* (Python) Add support for EnvoyRateLimiter, to allow rate limiting in DoFns
([#37135](https://github.com/apache/beam/pull/37135)).
+* (Python) Add support for RateLimiting in Remote Model Handler
([#37218](https://github.com/apache/beam/pull/37218)).
## Bugfixes