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

amaliujia pushed a commit to branch release-2.20.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.20.0 by this push:
     new 7e0cee8  add changes for 2.20.0 (#11087)
7e0cee8 is described below

commit 7e0cee8acb17818842cf83f5dda1c45f55928c69
Author: Hannah Jiang <[email protected]>
AuthorDate: Mon Mar 9 21:31:09 2020 -0700

    add changes for 2.20.0 (#11087)
---
 CHANGES.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 44fda85..c9a73a3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -39,13 +39,19 @@
 * New AnnotateImage & AnnotateImageWithContext PTransform's for element-wise & 
batch image annotation using Google Cloud Vision API. (Python) 
([BEAM-9247](https://issues.apache.org/jira/browse/BEAM-9247))
 * Added a PTransform for inspection and deidentification of text using Google 
Cloud DLP. (Python) 
([BEAM-9258](https://issues.apache.org/jira/browse/BEAM-9258))
 * New AnnotateText PTransform that integrates Google Cloud Natural Language 
functionality (Python) 
([BEAM-9248](https://issues.apache.org/jira/browse/BEAM-9248))
+* Direct runner for FnApi supports further parallelism 
(Python)([BEAM-9228](https://issues.apache.org/jira/browse/BEAM-9228)) 
 
 ### Breaking Changes
 
 * ReadFromPubSub(topic=<topic>) in Python previously created a subscription 
under the same project as the topic. Now it will create the subscription under 
the project specified in pipeline_options. If the project is not specified in 
pipeline_options, then it will create the subscription under the same project 
as the topic. ([BEAM-3453](https://issues.apache.org/jira/browse/BEAM-3453)).
 * SpannerAccessor in Java is now package-private to reduce API surface. 
`SpannerConfig.connectToSpanner` has been moved to `SpannerAccessor.create`. 
([BEAM-9310](https://issues.apache.org/jira/browse/BEAM-9310)).
 * ParquetIO hadoop dependency should be now provided by the users 
([BEAM-8616](https://issues.apache.org/jira/browse/BEAM-8616)).
-
+* Docker images will be deployed to
+  [apache/beam](https://hub.docker.com/search?q=apache%2Fbeam&type=image) 
repositories from 2.20. They
+ used to be deployed to
+ [apachebeam](https://hub.docker.com/search?q=apachebeam&type=image) 
repository.
+ ([BEAM-9063](https://issues.apache.org/jira/browse/BEAM-9093))
+ 
 ### Deprecations
 
 * X behavior is deprecated and will be removed in X versions 
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).

Reply via email to