You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2020/05/18 19:36:08 UTC

[beam] branch master updated: [BEAM-9964] Update CHANGES.md (#11743)

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

bhulette 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 de9177e  [BEAM-9964] Update CHANGES.md  (#11743)
de9177e is described below

commit de9177ee84a56788377a7986e807b1366634b389
Author: omarismail94 <44...@users.noreply.github.com>
AuthorDate: Mon May 18 15:35:49 2020 -0400

    [BEAM-9964] Update CHANGES.md  (#11743)
    
    Co-authored-by: Omar Ismail <om...@omarismail-macbookpro.roam.corp.google.com>
---
 CHANGES.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index f1915fb..9aff556 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -60,7 +60,8 @@
 
 ## New Features / Improvements
 
-* --direct_num_workers=0 is supported for FnApi runner. It will set the number of threads/subprocesses to number of cores of the machine executing the pipeline ([BEAM-9443](https://issues.apache.org/jira/browse/BEAM-9443)).
+* `--workerCacheMB` flag is supported in Dataflow streaming pipeline ([BEAM-9964](https://issues.apache.org/jira/browse/BEAM-9964))
+* `--direct_num_workers=0` is supported for FnApi runner. It will set the number of threads/subprocesses to number of cores of the machine executing the pipeline ([BEAM-9443](https://issues.apache.org/jira/browse/BEAM-9443)).
 * Python SDK now has experimental support for SqlTransform ([BEAM-8603](https://issues.apache.org/jira/browse/BEAM-8603)).
 
 ## Breaking Changes