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 44958c4060c Publishing website 2022/11/18 10:18:04 at commit cf56af2
44958c4060c is described below

commit 44958c4060c063eada6374c4b57b12d0f2961690
Author: jenkins <bui...@apache.org>
AuthorDate: Fri Nov 18 10:18:05 2022 +0000

    Publishing website 2022/11/18 10:18:04 at commit cf56af2
---
 website/generated-content/blog/beam-2.43.0/index.html      |  8 ++++----
 website/generated-content/categories/release/index.xml     | 13 ++++++-------
 website/generated-content/get-started/downloads/index.html |  4 ++--
 website/generated-content/get-started/index.xml            |  4 ++--
 website/generated-content/sitemap.xml                      |  2 +-
 5 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/website/generated-content/blog/beam-2.43.0/index.html 
b/website/generated-content/blog/beam-2.43.0/index.html
index c2dc46f3819..1032f2cff2a 100644
--- a/website/generated-content/blog/beam-2.43.0/index.html
+++ b/website/generated-content/blog/beam-2.43.0/index.html
@@ -22,11 +22,11 @@ function 
blockScroll(){$("body").toggleClass("fixedPosition");}
 function openMenu(){addPlaceholder();blockScroll();}</script><div 
class="body__contained center no__padding content-up"><article class=post 
itemscope itemtype=http://schema.org/BlogPosting><div class=post-content><div 
class=post-info><p>blog & release
        </p><p>0001/01/01</p></div><header class=post-header><h2 itemprop="name 
headline">Apache Beam 2.43.0</h1><div class=post-info><span>Chamikara 
Jayalath</span></div></header><div class="arrow-list header-top-margin" 
itemprop=articleBody><p>We are happy to present the new 2.43.0 release of Beam.
 This release includes both improvements and new functionality.
-See the <a href=/get-started/downloads/#2430-2022-11-17>download page</a> for 
this release.</p><p>For more information on changes in {$RELEASE_VERSION}, 
check out the <a 
href="https://github.com/apache/beam/milestone/5?closed=1";>detailed release 
notes</a>.</p><h2 id=highlights>Highlights</h2><ul><li>Python 3.10 support in 
Apache Beam (<a 
href=https://github.com/apache/beam/issues/21458>#21458</a>).</li><li>An 
initial implementation of a runner that allows us to run Beam pipelines on Dask 
[...]
-(<a href=https://github.com/apache/beam/issues/23564>#23564</a> and <a 
href=https://github.com/apache/beam/issues/23559>#23559</a>).</li><li>Bumped 
google-cloud-spanner dependency version to 3.x for Python SDK (<a 
href=https://github.com/apache/beam/issues/21198>#21198</a>).</li></ul><h3 
id=new-features--improvements>New Features / Improvements</h3><ul><li>Dataframe 
wrapper added in Go SDK via Cross-Language (with automatic expansion service). 
(Go) (<a href=https://github.com/apache/beam [...]
-For example, this feature makes it possible to access Google Drive backed 
tables in BigQuery (<a 
href=https://github.com/apache/beam/issues/23290>#23290</a>).</li><li>An 
example for using Python RunInference from Java (<a 
href=https://github.com/apache/beam/pull/23619>#23290</a>).</li></ul><h3 
id=breaking-changes>Breaking Changes</h3><ul><li>CoGroupByKey transform in 
Python SDK has changed the output typehint. The typehint component representing 
grouped values changed from List to Iterable,
+See the <a href=/get-started/downloads/#2430-2022-11-17>download page</a> for 
this release.</p><p>For more information on changes in 2.43.0, check out the <a 
href="https://github.com/apache/beam/milestone/5?closed=1";>detailed release 
notes</a>.</p><h2 id=highlights>Highlights</h2><ul><li>Python 3.10 support in 
Apache Beam (<a 
href=https://github.com/apache/beam/issues/21458>#21458</a>).</li><li>An 
initial implementation of a runner that allows us to run Beam pipelines on 
Dask. Try it out [...]
+(<a href=https://github.com/apache/beam/issues/23564>#23564</a> and <a 
href=https://github.com/apache/beam/issues/23559>#23559</a>).</li><li>Bumped 
google-cloud-spanner dependency version to 3.x for Python SDK (<a 
href=https://github.com/apache/beam/issues/21198>#21198</a>).</li></ul><h2 
id=new-features--improvements>New Features / Improvements</h2><ul><li>Dataframe 
wrapper added in Go SDK via Cross-Language (with automatic expansion service). 
(Go) (<a href=https://github.com/apache/beam [...]
+For example, this feature makes it possible to access Google Drive backed 
tables in BigQuery (<a 
href=https://github.com/apache/beam/issues/23290>#23290</a>).</li><li>An 
example for using Python RunInference from Java (<a 
href=https://github.com/apache/beam/pull/23619>#23290</a>).</li></ul><h2 
id=breaking-changes>Breaking Changes</h2><ul><li>CoGroupByKey transform in 
Python SDK has changed the output typehint. The typehint component representing 
grouped values changed from List to Iterable,
 which more accurately reflects the nature of the arbitrarily large output 
collection. <a href=https://github.com/apache/beam/issues/21556>#21556</a> Beam 
users may see an error on transforms downstream from CoGroupByKey. Users must 
change methods expecting a List to expect an Iterable going forward. See <a 
href=https://docs.google.com/document/d/1RIzm8-g-0CyVsPb6yasjwokJQFoKHG4NjRUcKHKINu0>document</a>
 for information and fixes.</li><li>The PortableRunner for Spark assumes Spark 
3 as def [...]
-Spark 2 support is deprecated and will be removed soon (<a 
href=https://github.com/apache/beam/issues/23728>#23728</a>).</li></ul><h3 
id=bugfixes>Bugfixes</h3><ul><li>Fixed Python cross-language JDBC IO Connector 
cannot read or write rows containing Numeric/Decimal type values (<a 
href=https://github.com/apache/beam/issues/19817>#19817</a>).</li></ul><h2 
id=list-of-contributors>List of Contributors</h2><p>According to git shortlog, 
the following people contributed to the {$RELEASE_VERSIO [...]
+Spark 2 support is deprecated and will be removed soon (<a 
href=https://github.com/apache/beam/issues/23728>#23728</a>).</li></ul><h2 
id=bugfixes>Bugfixes</h2><ul><li>Fixed Python cross-language JDBC IO Connector 
cannot read or write rows containing Numeric/Decimal type values (<a 
href=https://github.com/apache/beam/issues/19817>#19817</a>).</li></ul><h2 
id=list-of-contributors>List of Contributors</h2><p>According to git shortlog, 
the following people contributed to the 2.43.0 release.  [...]
 AlexZMLyu
 Alexey Romanenko
 Anand Inguva
diff --git a/website/generated-content/categories/release/index.xml 
b/website/generated-content/categories/release/index.xml
index 47609aa5811..3288f78cf64 100644
--- a/website/generated-content/categories/release/index.xml
+++ b/website/generated-content/categories/release/index.xml
@@ -3475,14 +3475,13 @@ limitations under the License.
 &lt;p>We are happy to present the new 2.43.0 release of Beam.
 This release includes both improvements and new functionality.
 See the &lt;a href="/get-started/downloads/#2430-2022-11-17">download 
page&lt;/a> for this release.&lt;/p>
-&lt;p>For more information on changes in {$RELEASE_VERSION}, check out the 
&lt;a href="https://github.com/apache/beam/milestone/5?closed=1";>detailed 
release notes&lt;/a>.&lt;/p>
+&lt;p>For more information on changes in 2.43.0, check out the &lt;a 
href="https://github.com/apache/beam/milestone/5?closed=1";>detailed release 
notes&lt;/a>.&lt;/p>
 &lt;h2 id="highlights">Highlights&lt;/h2>
 &lt;ul>
 &lt;li>Python 3.10 support in Apache Beam (&lt;a 
href="https://github.com/apache/beam/issues/21458";>#21458&lt;/a>).&lt;/li>
 &lt;li>An initial implementation of a runner that allows us to run Beam 
pipelines on Dask. Try it out and give us feedback! (Python) (&lt;a 
href="https://github.com/apache/beam/issues/18962";>#18962&lt;/a>).&lt;/li>
 &lt;/ul>
-&lt;p>{$TOPICS e.g.:}&lt;/p>
-&lt;h3 id="ios">I/Os&lt;/h3>
+&lt;h2 id="ios">I/Os&lt;/h2>
 &lt;ul>
 &lt;li>Decreased TextSource CPU utilization by 2.3x (Java) (&lt;a 
href="https://github.com/apache/beam/issues/23193";>#23193&lt;/a>).&lt;/li>
 &lt;li>Fixed bug when using SpannerIO with RuntimeValueProvider options (Java) 
(&lt;a 
href="https://github.com/apache/beam/issues/22146";>#22146&lt;/a>).&lt;/li>
@@ -3491,7 +3490,7 @@ See the &lt;a 
href="/get-started/downloads/#2430-2022-11-17">download page&lt;/a
 (&lt;a href="https://github.com/apache/beam/issues/23564";>#23564&lt;/a> and 
&lt;a href="https://github.com/apache/beam/issues/23559";>#23559&lt;/a>).&lt;/li>
 &lt;li>Bumped google-cloud-spanner dependency version to 3.x for Python SDK 
(&lt;a 
href="https://github.com/apache/beam/issues/21198";>#21198&lt;/a>).&lt;/li>
 &lt;/ul>
-&lt;h3 id="new-features--improvements">New Features / Improvements&lt;/h3>
+&lt;h2 id="new-features--improvements">New Features / Improvements&lt;/h2>
 &lt;ul>
 &lt;li>Dataframe wrapper added in Go SDK via Cross-Language (with automatic 
expansion service). (Go) (&lt;a 
href="https://github.com/apache/beam/issues/23384";>#23384&lt;/a>).&lt;/li>
 &lt;li>Name all Java threads to aid in debugging (&lt;a 
href="https://github.com/apache/beam/issues/23049";>#23049&lt;/a>).&lt;/li>
@@ -3500,19 +3499,19 @@ See the &lt;a 
href="/get-started/downloads/#2430-2022-11-17">download page&lt;/a
 For example, this feature makes it possible to access Google Drive backed 
tables in BigQuery (&lt;a 
href="https://github.com/apache/beam/issues/23290";>#23290&lt;/a>).&lt;/li>
 &lt;li>An example for using Python RunInference from Java (&lt;a 
href="https://github.com/apache/beam/pull/23619";>#23290&lt;/a>).&lt;/li>
 &lt;/ul>
-&lt;h3 id="breaking-changes">Breaking Changes&lt;/h3>
+&lt;h2 id="breaking-changes">Breaking Changes&lt;/h2>
 &lt;ul>
 &lt;li>CoGroupByKey transform in Python SDK has changed the output typehint. 
The typehint component representing grouped values changed from List to 
Iterable,
 which more accurately reflects the nature of the arbitrarily large output 
collection. &lt;a 
href="https://github.com/apache/beam/issues/21556";>#21556&lt;/a> Beam users may 
see an error on transforms downstream from CoGroupByKey. Users must change 
methods expecting a List to expect an Iterable going forward. See &lt;a 
href="https://docs.google.com/document/d/1RIzm8-g-0CyVsPb6yasjwokJQFoKHG4NjRUcKHKINu0";>document&lt;/a>
 for information and fixes.&lt;/li>
 &lt;li>The PortableRunner for Spark assumes Spark 3 as default Spark major 
version unless configured otherwise using &lt;code>--spark_version&lt;/code>.
 Spark 2 support is deprecated and will be removed soon (&lt;a 
href="https://github.com/apache/beam/issues/23728";>#23728&lt;/a>).&lt;/li>
 &lt;/ul>
-&lt;h3 id="bugfixes">Bugfixes&lt;/h3>
+&lt;h2 id="bugfixes">Bugfixes&lt;/h2>
 &lt;ul>
 &lt;li>Fixed Python cross-language JDBC IO Connector cannot read or write rows 
containing Numeric/Decimal type values (&lt;a 
href="https://github.com/apache/beam/issues/19817";>#19817&lt;/a>).&lt;/li>
 &lt;/ul>
 &lt;h2 id="list-of-contributors">List of Contributors&lt;/h2>
-&lt;p>According to git shortlog, the following people contributed to the 
{$RELEASE_VERSION} release. Thank you to all contributors!&lt;/p>
+&lt;p>According to git shortlog, the following people contributed to the 
2.43.0 release. Thank you to all contributors!&lt;/p>
 &lt;p>Ahmed Abualsaud
 AlexZMLyu
 Alexey Romanenko
diff --git a/website/generated-content/get-started/downloads/index.html 
b/website/generated-content/get-started/downloads/index.html
index ac7d0e21b43..823ba56a3da 100644
--- a/website/generated-content/get-started/downloads/index.html
+++ b/website/generated-content/get-started/downloads/index.html
@@ -20,7 +20,7 @@ function 
addPlaceholder(){$('input:text').attr('placeholder',"What are you looki
 function endSearch(){var 
search=document.querySelector(".searchBar");search.classList.add("disappear");var
 icons=document.querySelector("#iconsBar");icons.classList.remove("disappear");}
 function blockScroll(){$("body").toggleClass("fixedPosition");}
 function openMenu(){addPlaceholder();blockScroll();}</script><div 
class="clearfix container-main-content"><div class="section-nav closed" 
data-offset-top=90 data-offset-bottom=500><span class="section-nav-back 
glyphicon glyphicon-menu-left"></span><nav><ul class=section-nav-list 
data-section-nav><li><span class=section-nav-list-main-title>Get 
started</span></li><li><a href=/get-started/beam-overview/>Beam 
Overview</a></li><li><a href=/get-started/tour-of-beam/>Tour of 
Beam</a></li><li><s [...]
-Java</a></li></ul></li><li><a href=/get-started/downloads>Install the 
SDK</a></li><li><span class=section-nav-list-title>Tutorials</span><ul 
class=section-nav-list><li><a 
href=/get-started/wordcount-example/>WordCount</a></li><li><a 
href=/get-started/mobile-gaming-example/>Mobile Gaming</a></li></ul></li><li 
class=section-nav-item--collapsible><span class=section-nav-list-title>Learning 
resources</span><ul class=section-nav-list><li><a 
href=/get-started/resources/learning-resources/#gett [...]
+Java</a></li></ul></li><li><a href=/get-started/downloads>Install the 
SDK</a></li><li><span class=section-nav-list-title>Tutorials</span><ul 
class=section-nav-list><li><a 
href=/get-started/wordcount-example/>WordCount</a></li><li><a 
href=/get-started/mobile-gaming-example/>Mobile Gaming</a></li></ul></li><li 
class=section-nav-item--collapsible><span class=section-nav-list-title>Learning 
resources</span><ul class=section-nav-list><li><a 
href=/get-started/resources/learning-resources/#gett [...]
 central repository. The Java SDK is available on <a 
href=https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.beam%22>Maven
 Central Repository</a>,
 and the Python SDK is available on <a 
href=https://pypi.python.org/pypi/apache-beam>PyPI</a>.</p><p>For example, if 
you are developing using Maven and want to use the SDK for Java
 with the <code>DirectRunner</code>, add the following dependencies to your 
<code>pom.xml</code> file:</p><pre><code>&lt;dependency&gt;
@@ -52,7 +52,7 @@ sure it is the same as ours.</p><h2 id=api-stability>API 
stability</h2><p>Apache
 <a href=https://semver.org/>semantic versioning</a> with exceptions. Version 
numbers use
 the form <code>major.minor.patch</code> and are incremented as 
follows:</p><ul><li>major version for incompatible API changes</li><li>minor 
version for new functionality added in a backward-compatible manner, infrequent 
incompatible API changes</li><li>patch version for forward-compatible bug 
fixes</li></ul><p>Please note that APIs marked <a 
href=https://beam.apache.org/releases/javadoc/2.43.0/org/apache/beam/sdk/annotations/Experimental.html><code>@Experimental</code></a>
 may change at any point and are not guaranteed to remain compatible across 
versions.</p><p>Additionally, any API may change before the first stable 
release, i.e., between
-versions denoted <code>0.x.y</code>.</p><h2 id=releases>Releases</h2><h3 
id=2430-2022-11-08>2.43.0 (2022-11-08)</h3><p>Official <a 
href=https://archive.apache.org/dist/beam/2.43.0/apache-beam-2.43.0-source-release.zip>source
 code download</a>.
+versions denoted <code>0.x.y</code>.</p><h2 id=releases>Releases</h2><h3 
id=2430-2022-11-17>2.43.0 (2022-11-17)</h3><p>Official <a 
href=https://downloads.apache.org/beam/2.43.0/apache-beam-2.43.0-source-release.zip>source
 code download</a>.
 <a 
href=https://downloads.apache.org/beam/2.43.0/apache-beam-2.43.0-source-release.zip.sha512>SHA-512</a>.
 <a 
href=https://downloads.apache.org/beam/2.43.0/apache-beam-2.43.0-source-release.zip.asc>signature</a>.</p><p><a
 href=https://github.com/apache/beam/releases/tag/v2.43.0>Release notes</a>
 <a href=/blog/beam-2.43.0>Blog post</a>.</p><h3 id=2420-2022-10-17>2.42.0 
(2022-10-17)</h3><p>Official <a 
href=https://archive.apache.org/dist/beam/2.42.0/apache-beam-2.42.0-source-release.zip>source
 code download</a>.
diff --git a/website/generated-content/get-started/index.xml 
b/website/generated-content/get-started/index.xml
index 08227bd991c..e07ea265a83 100644
--- a/website/generated-content/get-started/index.xml
+++ b/website/generated-content/get-started/index.xml
@@ -1608,8 +1608,8 @@ may change at any point and are not guaranteed to remain 
compatible across versi
 &lt;p>Additionally, any API may change before the first stable release, i.e., 
between
 versions denoted &lt;code>0.x.y&lt;/code>.&lt;/p>
 &lt;h2 id="releases">Releases&lt;/h2>
-&lt;h3 id="2430-2022-11-08">2.43.0 (2022-11-08)&lt;/h3>
-&lt;p>Official &lt;a 
href="https://archive.apache.org/dist/beam/2.43.0/apache-beam-2.43.0-source-release.zip";>source
 code download&lt;/a>.
+&lt;h3 id="2430-2022-11-17">2.43.0 (2022-11-17)&lt;/h3>
+&lt;p>Official &lt;a 
href="https://downloads.apache.org/beam/2.43.0/apache-beam-2.43.0-source-release.zip";>source
 code download&lt;/a>.
 &lt;a 
href="https://downloads.apache.org/beam/2.43.0/apache-beam-2.43.0-source-release.zip.sha512";>SHA-512&lt;/a>.
 &lt;a 
href="https://downloads.apache.org/beam/2.43.0/apache-beam-2.43.0-source-release.zip.asc";>signature&lt;/a>.&lt;/p>
 &lt;p>&lt;a href="https://github.com/apache/beam/releases/tag/v2.43.0";>Release 
notes&lt;/a>
diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index 7177b1e799c..9e7e016dbc2 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>/categories/blog/</loc><lastmod>2022-11-17T14:42:50-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2022-11-17T14:42:50-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2022-11-17T14:42:50-08:00</lastmod></url><url><loc>/blog/ml-resources/</loc><lastmod>2022-11-10T17:26:15-05:00</lastmod></url><url><loc>/categ
 [...]
\ 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>/categories/blog/</loc><lastmod>2022-11-17T21:45:31-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2022-11-17T21:45:31-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2022-11-17T21:45:31-08:00</lastmod></url><url><loc>/blog/ml-resources/</loc><lastmod>2022-11-10T17:26:15-05:00</lastmod></url><url><loc>/categ
 [...]
\ No newline at end of file

Reply via email to