You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2022/03/28 16:28:41 UTC

[beam] branch asf-site updated: Publishing website 2022/03/28 16:27:45 at commit 70c9faf

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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 27531d4  Publishing website 2022/03/28 16:27:45 at commit 70c9faf
27531d4 is described below

commit 27531d43816f1380f46fe11158674397f1f1381c
Author: jenkins <bu...@apache.org>
AuthorDate: Mon Mar 28 16:27:46 2022 +0000

    Publishing website 2022/03/28 16:27:45 at commit 70c9faf
---
 website/generated-content/blog/beam-2.36.0/index.html | 2 +-
 website/generated-content/blog/index.xml              | 1 +
 website/generated-content/categories/blog/index.xml   | 1 +
 website/generated-content/feed.xml                    | 1 +
 website/generated-content/sitemap.xml                 | 2 +-
 5 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/website/generated-content/blog/beam-2.36.0/index.html b/website/generated-content/blog/beam-2.36.0/index.html
index ef77642..3e4b779 100644
--- a/website/generated-content/blog/beam-2.36.0/index.html
+++ b/website/generated-content/blog/beam-2.36.0/index.html
@@ -22,7 +22,7 @@ function openMenu(){addPlaceholder();blockScroll();}</script><div class="body__c
 This release includes both improvements and new functionality.
 See the <a href=/get-started/downloads/#2360-2022-02-07>download page</a> for this release.</p><p>For more information on changes in 2.36.0, check out the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12350407">detailed release
 notes</a>.</p><h2 id=ios>I/Os</h2><ul><li>Support for stopReadTime on KafkaIO SDF (Java).(<a href=https://issues.apache.org/jira/browse/BEAM-13171>BEAM-13171</a>).</li></ul><h2 id=new-features--improvements>New Features / Improvements</h2><ul><li>💻 Support for ARM64 / Mac M1 out of the box. (<a href=https://issues.apache.org/jira/browse/BEAM-11703>BEAM-11703</a>).</li><li>Added support for cloudpickle as a pickling library for Python SDK (<a href=https://issues.apache.org/jira/browse/BEA [...]
-(<a href=https://issues.apache.org/jira/browse/BEAM-13421%5D>BEAM-13421</a>).</li></ul><h2 id=known-issues>Known Issues</h2><ul><li>Users may encounter an unexpected java.lang.ArithmeticException when outputting a timestamp
+(<a href=https://issues.apache.org/jira/browse/BEAM-13421%5D>BEAM-13421</a>).</li><li>Beam Python now requires <code>google-cloud-pubsub>=2.1.0</code>. The API surface for <code>apache_beam.io.gcp.pubsub</code> has not changed, but code that uses the PubSub client directly may need to be updated.</li></ul><h2 id=known-issues>Known Issues</h2><ul><li>Users may encounter an unexpected java.lang.ArithmeticException when outputting a timestamp
 for an element further than allowedSkew from an allowed DoFN skew set to a value more than
 Integer.MAX_VALUE.</li><li>S3 object metadata retrieval broken in Python SDK (<a href=https://issues.apache.org/jira/browse/BEAM-13980>BEAM-13980</a>)</li><li>See a full list of open <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20affectedVersion%20%3D%202.36.0%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC">issues that affect</a> this version.</li></ul><h2 id=list-of-contributors>List of Contributors</h2><p>According to git shortlog, the following pe [...]
 Ahmet Altay
diff --git a/website/generated-content/blog/index.xml b/website/generated-content/blog/index.xml
index 27d8b9b..1331c9d 100644
--- a/website/generated-content/blog/index.xml
+++ b/website/generated-content/blog/index.xml
@@ -204,6 +204,7 @@ notes&lt;/a>.&lt;/p>
 &lt;li>Properly check output timestamps on elements output from DoFns, timers, and onWindowExpiration in Java &lt;a href="https://issues.apache.org/jira/browse/BEAM-12931">BEAM-12931&lt;/a>.&lt;/li>
 &lt;li>Fixed a bug with DeferredDataFrame.xs when used with a non-tuple key
 (&lt;a href="https://issues.apache.org/jira/browse/BEAM-13421%5D">BEAM-13421&lt;/a>).&lt;/li>
+&lt;li>Beam Python now requires &lt;code>google-cloud-pubsub&amp;gt;=2.1.0&lt;/code>. The API surface for &lt;code>apache_beam.io.gcp.pubsub&lt;/code> has not changed, but code that uses the PubSub client directly may need to be updated.&lt;/li>
 &lt;/ul>
 &lt;h2 id="known-issues">Known Issues&lt;/h2>
 &lt;ul>
diff --git a/website/generated-content/categories/blog/index.xml b/website/generated-content/categories/blog/index.xml
index 27cc27e..3151b9c 100644
--- a/website/generated-content/categories/blog/index.xml
+++ b/website/generated-content/categories/blog/index.xml
@@ -204,6 +204,7 @@ notes&lt;/a>.&lt;/p>
 &lt;li>Properly check output timestamps on elements output from DoFns, timers, and onWindowExpiration in Java &lt;a href="https://issues.apache.org/jira/browse/BEAM-12931">BEAM-12931&lt;/a>.&lt;/li>
 &lt;li>Fixed a bug with DeferredDataFrame.xs when used with a non-tuple key
 (&lt;a href="https://issues.apache.org/jira/browse/BEAM-13421%5D">BEAM-13421&lt;/a>).&lt;/li>
+&lt;li>Beam Python now requires &lt;code>google-cloud-pubsub&amp;gt;=2.1.0&lt;/code>. The API surface for &lt;code>apache_beam.io.gcp.pubsub&lt;/code> has not changed, but code that uses the PubSub client directly may need to be updated.&lt;/li>
 &lt;/ul>
 &lt;h2 id="known-issues">Known Issues&lt;/h2>
 &lt;ul>
diff --git a/website/generated-content/feed.xml b/website/generated-content/feed.xml
index 6cf4d55..2ed526c 100644
--- a/website/generated-content/feed.xml
+++ b/website/generated-content/feed.xml
@@ -204,6 +204,7 @@ notes&lt;/a>.&lt;/p>
 &lt;li>Properly check output timestamps on elements output from DoFns, timers, and onWindowExpiration in Java &lt;a href="https://issues.apache.org/jira/browse/BEAM-12931">BEAM-12931&lt;/a>.&lt;/li>
 &lt;li>Fixed a bug with DeferredDataFrame.xs when used with a non-tuple key
 (&lt;a href="https://issues.apache.org/jira/browse/BEAM-13421%5D">BEAM-13421&lt;/a>).&lt;/li>
+&lt;li>Beam Python now requires &lt;code>google-cloud-pubsub&amp;gt;=2.1.0&lt;/code>. The API surface for &lt;code>apache_beam.io.gcp.pubsub&lt;/code> has not changed, but code that uses the PubSub client directly may need to be updated.&lt;/li>
 &lt;/ul>
 &lt;h2 id="known-issues">Known Issues&lt;/h2>
 &lt;ul>
diff --git a/website/generated-content/sitemap.xml b/website/generated-content/sitemap.xml
index a8c0526..90dc234 100644
--- a/website/generated-content/sitemap.xml
+++ b/website/generated-content/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/blog/beam-2.37.0/</loc><lastmod>2022-03-04T10:14:02-08:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2022-03-04T10:14:02-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2022-03-04T10:14:02-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2022-03-04T10:14:02-08:00</lastmod></url><url><loc>/blog/u [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/blog/beam-2.37.0/</loc><lastmod>2022-03-04T10:14:02-08:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2022-03-28T08:41:34-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2022-03-28T08:41:34-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2022-03-28T08:41:34-07:00</lastmod></url><url><loc>/blog/u [...]
\ No newline at end of file