You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by he...@apache.org on 2021/06/08 22:43:55 UTC

[beam] branch master updated: [BEAM-11205] Added libraries-bom version to CHANGES.md

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

heejong 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 c680c65  [BEAM-11205] Added libraries-bom version to CHANGES.md
     new 41ba9b2  Merge pull request #14925 from suztomo/libraries-bom_release_note
c680c65 is described below

commit c680c65ca53cd488b1d22e6f2da12c54b5a6ed32
Author: Tomo Suzuki <su...@google.com>
AuthorDate: Tue Jun 1 20:16:19 2021 -0400

    [BEAM-11205] Added libraries-bom version to CHANGES.md
---
 CHANGES.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index ce600c2..e87e289 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -105,6 +105,8 @@
 * Added support for accessing GCP PubSub Message ordering keys, message IDs and message publish timestamp (Python) ([BEAM-7819](https://issues.apache.org/jira/browse/BEAM-7819)).
 * DataFrame API: Added support for collecting DataFrame objects in interactive Beam ([BEAM-11855](https://issues.apache.org/jira/browse/BEAM-11855))
 * DataFrame API: Added [apache_beam.examples.dataframe](https://github.com/apache/beam/tree/master/sdks/python/apache_beam/examples/dataframe) module ([BEAM-12024](https://issues.apache.org/jira/browse/BEAM-12024))
+* Upgraded the GCP Libraries BOM version to 20.0.0 ([BEAM-11205](https://issues.apache.org/jira/browse/BEAM-11205)).
+  For Google Cloud client library versions set by this BOM, see [this table](https://storage.googleapis.com/cloud-opensource-java-dashboard/com.google.cloud/libraries-bom/20.0.0/artifact_details.html).
 
 ## Breaking Changes