This is an automated email from the ASF dual-hosted git repository.
altay 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 98941c5 update CHANGE.md for 2.20
new 215e7cc Merge pull request #11083 from Hannah-Jiang/changes
98941c5 is described below
commit 98941c55939dea8842c8c55aeedf124edd7281fd
Author: Hannah Jiang <[email protected]>
AuthorDate: Mon Mar 9 12:45:14 2020 -0700
update CHANGE.md for 2.20
---
CHANGES.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index 8e37348..d68acfc 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -39,12 +39,18 @@
* 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))
* Added ability to write to BigQuery via Avro file loads
(Python)([BEAM-8841](https://issues.apache.org/jira/browse/BEAM-8841))
+* 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