You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2022/05/12 20:01:06 UTC

[beam] branch master updated: [BEAM-14347] Add generic registration feature to CHANGES (#17643)

This is an automated email from the ASF dual-hosted git repository.

lostluck 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 5bb50d1150c [BEAM-14347] Add generic registration feature to CHANGES (#17643)
5bb50d1150c is described below

commit 5bb50d1150c135cb28c26c47116466d0f119b89b
Author: Danny McCormick <da...@google.com>
AuthorDate: Thu May 12 16:00:55 2022 -0400

    [BEAM-14347] Add generic registration feature to CHANGES (#17643)
---
 CHANGES.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGES.md b/CHANGES.md
index ae674ead6e5..10b891d1259 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -63,6 +63,7 @@
 ## New Features / Improvements
 
 * X feature added (Java/Python) ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
+* Go SDK users can now use generic registration functions to optimize their DoFn execution. ([BEAM-14347](https://issues.apache.org/jira/browse/BEAM-14347))
 * Go SDK users may now write self-checkpointing Splittable DoFns to read from streaming sources. ([BEAM-11104](https://issues.apache.org/jira/browse/BEAM-11104))
 
 ## Breaking Changes