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 565001f Publishing website 2020/12/23 18:03:14 at commit 256dafd
565001f is described below
commit 565001fee222143a550e925e71aaf85d6fc6849e
Author: jenkins <[email protected]>
AuthorDate: Wed Dec 23 18:03:14 2020 +0000
Publishing website 2020/12/23 18:03:14 at commit 256dafd
---
.../generated-content/blog/beam-2.12.0/index.html | 3 +-
.../generated-content/blog/beam-2.13.0/index.html | 3 +-
.../generated-content/blog/beam-2.15.0/index.html | 3 +-
.../generated-content/blog/beam-2.21.0/index.html | 6 +--
.../generated-content/blog/beam-2.22.0/index.html | 3 +-
.../generated-content/blog/beam-2.23.0/index.html | 6 +--
.../generated-content/blog/beam-2.24.0/index.html | 6 +--
.../generated-content/blog/beam-2.25.0/index.html | 6 +--
.../generated-content/blog/beam-2.26.0/index.html | 3 +-
website/generated-content/blog/index.html | 26 +++++++-----
website/generated-content/blog/index.xml | 24 +++++------
.../blog/pattern-match-beam-sql/index.html | 3 +-
.../generated-content/categories/blog/index.xml | 24 +++++------
website/generated-content/contribute/index.xml | 31 +-------------
.../contribute/release-guide/index.html | 48 +---------------------
website/generated-content/feed.xml | 20 ++++-----
website/generated-content/sitemap.xml | 2 +-
17 files changed, 75 insertions(+), 142 deletions(-)
diff --git a/website/generated-content/blog/beam-2.12.0/index.html
b/website/generated-content/blog/beam-2.12.0/index.html
index 08eabdb..daa6701 100644
--- a/website/generated-content/blog/beam-2.12.0/index.html
+++ b/website/generated-content/blog/beam-2.12.0/index.html
@@ -2,7 +2,8 @@
<span class=sr-only>Toggle navigation</span>
<span class=icon-bar></span><span class=icon-bar></span><span
class=icon-bar></span></button>
<a href=/ class=navbar-brand><img alt=Brand style=height:25px
src=/images/beam_logo_navbar.png></a></div><div class="navbar-mask
closed"></div><div id=navbar class="navbar-container closed"><ul class="nav
navbar-nav"><li><a href=/get-started/beam-overview/>Get Started</a></li><li><a
href=/documentation/>Documentation</a></li><li><a
href=/documentation/sdks/java/>Languages</a></li><li><a
href=/documentation/runners/capability-matrix/>RUNNERS</a></li><li><a
href=/roadmap/>Roadmap</a></li>< [...]
-•</p></header><div class=post-content itemprop=articleBody><p>We are happy to
present the new 2.12.0 release of Beam. This release includes both improvements
and new functionality.
+•
+Andrew Pilloud</p></header><div class=post-content itemprop=articleBody><p>We
are happy to present the new 2.12.0 release of Beam. This release includes both
improvements and new functionality.
See the <a href=/get-started/downloads/#2120-2019-04-25>download page</a> for
this release.</p><p>For more information on changes in 2.12.0, check out the
<a
href="https://jira.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12344944">detailed
release notes</a>.</p><h2 id=highlights>Highlights</h2><h3
id=ios>I/Os</h3><ul><li>Add support for a BigQuery custom sink for Python
SDK.</li><li>Add support to specify a query in CassandraIO for Java
SDK.</li><li>Add experimental support for cross-language transforms,
please see <a
href=https://issues.apache.org/jira/browse/BEAM-6730>BEAM-6730</a></li><li>Add
support in the Flink Runner for exactly-once Writes with KafkaIO</li></ul><h3
id=new-features--improvements>New Features / Improvements</h3><ul><li>Enable
Bundle Finalization in Python SDK for portable runners.</li><li>Add support to
the Java SDK harness to merge windows.</li><li>Add Kafka Sink EOS support on
Flink runner.</li><li>Added a dead letter queue to Python streaming BigQuery
sink.</li>< [...]
diff --git a/website/generated-content/blog/beam-2.13.0/index.html
b/website/generated-content/blog/beam-2.13.0/index.html
index bb0e86d..f791a45 100644
--- a/website/generated-content/blog/beam-2.13.0/index.html
+++ b/website/generated-content/blog/beam-2.13.0/index.html
@@ -2,7 +2,8 @@
<span class=sr-only>Toggle navigation</span>
<span class=icon-bar></span><span class=icon-bar></span><span
class=icon-bar></span></button>
<a href=/ class=navbar-brand><img alt=Brand style=height:25px
src=/images/beam_logo_navbar.png></a></div><div class="navbar-mask
closed"></div><div id=navbar class="navbar-container closed"><ul class="nav
navbar-nav"><li><a href=/get-started/beam-overview/>Get Started</a></li><li><a
href=/documentation/>Documentation</a></li><li><a
href=/documentation/sdks/java/>Languages</a></li><li><a
href=/documentation/runners/capability-matrix/>RUNNERS</a></li><li><a
href=/roadmap/>Roadmap</a></li>< [...]
-•</p></header><div class=post-content itemprop=articleBody><p>We are happy to
present the new 2.13.0 release of Beam. This release includes both improvements
and new functionality.
+•
+Ankur Goenka</p></header><div class=post-content itemprop=articleBody><p>We
are happy to present the new 2.13.0 release of Beam. This release includes both
improvements and new functionality.
See the <a href=/get-started/downloads/#2130-2019-05-21>download page</a> for
this release.</p><p>For more information on changes in 2.13.0, check out the
<a
href="https://jira.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12345166">detailed
release notes</a>.</p><h2 id=highlights>Highlights</h2><h3
id=ios>I/Os</h3><ul><li>Support reading query results with the BigQuery storage
API.</li><li>Support KafkaIO to be configured externally for use with other
SDKs.</li><li>BigQuery IO now supports BYTES datatype on Python 3.</li><li>Avro
IO support enabled on Python 3.</li><li>For Python 3 pipelines, the default
Avro library [...]
Andrew Pilloud, Ankur Goenka, Anton Kedin, apstndb, Boyuan Zhang, Brian
Hulette,
diff --git a/website/generated-content/blog/beam-2.15.0/index.html
b/website/generated-content/blog/beam-2.15.0/index.html
index 04b0353..56253b0 100644
--- a/website/generated-content/blog/beam-2.15.0/index.html
+++ b/website/generated-content/blog/beam-2.15.0/index.html
@@ -2,7 +2,8 @@
<span class=sr-only>Toggle navigation</span>
<span class=icon-bar></span><span class=icon-bar></span><span
class=icon-bar></span></button>
<a href=/ class=navbar-brand><img alt=Brand style=height:25px
src=/images/beam_logo_navbar.png></a></div><div class="navbar-mask
closed"></div><div id=navbar class="navbar-container closed"><ul class="nav
navbar-nav"><li><a href=/get-started/beam-overview/>Get Started</a></li><li><a
href=/documentation/>Documentation</a></li><li><a
href=/documentation/sdks/java/>Languages</a></li><li><a
href=/documentation/runners/capability-matrix/>RUNNERS</a></li><li><a
href=/roadmap/>Roadmap</a></li>< [...]
-•</p></header><div class=post-content itemprop=articleBody><p>We are happy to
present the new 2.15.0 release of Beam. This release includes both improvements
and new functionality.
+•
+Yifan Zou</p></header><div class=post-content itemprop=articleBody><p>We are
happy to present the new 2.15.0 release of Beam. This release includes both
improvements and new functionality.
See the <a href=/get-started/downloads/#2150-2019-08-22>download page</a> for
this release.</p><p>For more information on changes in 2.15.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12345489">detailed
release notes</a>.</p><h2 id=highlights>Highlights</h2><ul><li>Vendored Guava
was upgraded to version 26.0.</li><li>Support multi-process execution on the
FnApiRunner for Python. (<a
href=https://issues.apache.org/jira/browse/BEAM-3645>BEAM-3645</a>)</li></ul><h3
id=ios>I/Os</h3><ul><li>Add AvroIO.sink for IndexedRecord (FileIO compatible).
(<a href=https://issues.apache.org/jira [...]
Anton Kedin, Aryan Naraghi, Bartok Jozsef, bmv126, B M VISHWAS, Boyuan Zhang,
diff --git a/website/generated-content/blog/beam-2.21.0/index.html
b/website/generated-content/blog/beam-2.21.0/index.html
index c45b7fc..2bcf5bf 100644
--- a/website/generated-content/blog/beam-2.21.0/index.html
+++ b/website/generated-content/blog/beam-2.21.0/index.html
@@ -2,9 +2,9 @@
<span class=sr-only>Toggle navigation</span>
<span class=icon-bar></span><span class=icon-bar></span><span
class=icon-bar></span></button>
<a href=/ class=navbar-brand><img alt=Brand style=height:25px
src=/images/beam_logo_navbar.png></a></div><div class="navbar-mask
closed"></div><div id=navbar class="navbar-container closed"><ul class="nav
navbar-nav"><li><a href=/get-started/beam-overview/>Get Started</a></li><li><a
href=/documentation/>Documentation</a></li><li><a
href=/documentation/sdks/java/>Languages</a></li><li><a
href=/documentation/runners/capability-matrix/>RUNNERS</a></li><li><a
href=/roadmap/>Roadmap</a></li>< [...]
-•</p></header><div class=post-content itemprop=articleBody><p>We are happy to
present the new 2.21.0 release of Beam. This release includes both improvements
and new functionality.
-See the <a href=/get-started/downloads/#2210-2020-05-27>download page</a> for
this release.
-For more information on changes in 2.21.0, check out the
+•
+Kyle Weaver</p></header><div class=post-content itemprop=articleBody><p>We are
happy to present the new 2.21.0 release of Beam. This release includes both
improvements and new functionality.
+See the <a href=/get-started/downloads/#2210-2020-05-27>download page</a> for
this release.</p><p>For more information on changes in 2.21.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12347143">detailed
release notes</a>.</p><h2 id=ios>I/Os</h2><ul><li>Python: Deprecated module
<code>apache_beam.io.gcp.datastore.v1</code> has been removed
as the client it uses is out of date and does not support Python 3
(<a href=https://issues.apache.org/jira/browse/BEAM-9529>BEAM-9529</a>).
diff --git a/website/generated-content/blog/beam-2.22.0/index.html
b/website/generated-content/blog/beam-2.22.0/index.html
index 420bda5..82d3ff7 100644
--- a/website/generated-content/blog/beam-2.22.0/index.html
+++ b/website/generated-content/blog/beam-2.22.0/index.html
@@ -4,8 +4,7 @@
<a href=/ class=navbar-brand><img alt=Brand style=height:25px
src=/images/beam_logo_navbar.png></a></div><div class="navbar-mask
closed"></div><div id=navbar class="navbar-container closed"><ul class="nav
navbar-nav"><li><a href=/get-started/beam-overview/>Get Started</a></li><li><a
href=/documentation/>Documentation</a></li><li><a
href=/documentation/sdks/java/>Languages</a></li><li><a
href=/documentation/runners/capability-matrix/>RUNNERS</a></li><li><a
href=/roadmap/>Roadmap</a></li>< [...]
•
Brian Hulette [<a
href=https://twitter.com/BrianHulette>@BrianHulette</a>]</p></header><div
class=post-content itemprop=articleBody><p>We are happy to present the new
2.22.0 release of Beam. This release includes both improvements and new
functionality.
-See the <a href=/get-started/downloads/#2220-2020-06-08>download page</a> for
this release.
-For more information on changes in 2.22.0, check out the
+See the <a href=/get-started/downloads/#2220-2020-06-08>download page</a> for
this release.</p><p>For more information on changes in 2.22.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12347144">detailed
release notes</a>.</p><h2 id=ios>I/Os</h2><ul><li>Basic Kafka read/write
support for DataflowRunner (Python) (<a
href=https://issues.apache.org/jira/browse/BEAM-8019>BEAM-8019</a>).</li><li>Sources
and sinks for Google Healthcare APIs (Java)(<a
href=https://issues.apache.org/jira/browse/BEAM-9468>BEAM-9468</a>).</li></ul><h2
id=new-features--improvements>New Features / Improvemen [...]
(<a
href=https://issues.apache.org/jira/browse/BEAM-9646>BEAM-9646</a>)</li></ul><h2
id=breaking-changes>Breaking Changes</h2><ul><li>The Python SDK now requires
<code>--job_endpoint</code> to be set when using
<code>--runner=PortableRunner</code> (<a
href=https://issues.apache.org/jira/browse/BEAM-9860>BEAM-9860</a>). Users
seeking the old default behavior should set <code>--runner=FlinkRunner</code>
instead.</li></ul><h2 id=list-of-contributors>List of
Contributors</h2><p>According to [...]
<a href=http://www.apache.org>The Apache Software Foundation</a>
diff --git a/website/generated-content/blog/beam-2.23.0/index.html
b/website/generated-content/blog/beam-2.23.0/index.html
index f8be019..84af98a 100644
--- a/website/generated-content/blog/beam-2.23.0/index.html
+++ b/website/generated-content/blog/beam-2.23.0/index.html
@@ -2,9 +2,9 @@
<span class=sr-only>Toggle navigation</span>
<span class=icon-bar></span><span class=icon-bar></span><span
class=icon-bar></span></button>
<a href=/ class=navbar-brand><img alt=Brand style=height:25px
src=/images/beam_logo_navbar.png></a></div><div class="navbar-mask
closed"></div><div id=navbar class="navbar-container closed"><ul class="nav
navbar-nav"><li><a href=/get-started/beam-overview/>Get Started</a></li><li><a
href=/documentation/>Documentation</a></li><li><a
href=/documentation/sdks/java/>Languages</a></li><li><a
href=/documentation/runners/capability-matrix/>RUNNERS</a></li><li><a
href=/roadmap/>Roadmap</a></li>< [...]
-•</p></header><div class=post-content itemprop=articleBody><p>We are happy to
present the new 2.23.0 release of Apache Beam. This release includes both
improvements and new functionality.
-See the <a href=/get-started/downloads/#2230-2020-07-29>download page</a> for
this release.
-For more information on changes in 2.23.0, check out the
+•
+Valentyn Tymofieiev</p></header><div class=post-content
itemprop=articleBody><p>We are happy to present the new 2.23.0 release of
Apache Beam. This release includes both improvements and new functionality.
+See the <a href=/get-started/downloads/#2230-2020-07-29>download page</a> for
this release.</p><p>For more information on changes in 2.23.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12347145">detailed
release notes</a>.</p><h2 id=highlights>Highlights</h2><ul><li>Twister2 Runner
(<a
href=https://issues.apache.org/jira/browse/BEAM-7304>BEAM-7304</a>).</li><li>Python
3.8 support (<a
href=https://issues.apache.org/jira/browse/BEAM-8494>BEAM-8494</a>).</li></ul><h2
id=ios>I/Os</h2><ul><li>Support for reading from Snowflake added (Java) (<a
href=https://issues.apache.org/jira/brows [...]
is experimental. It reads data from BigQuery by exporting data to Avro files,
and reading those files. It also supports
reading data by exporting to JSON files. This has small differences in
behavior for Time and Date-related fields. See
diff --git a/website/generated-content/blog/beam-2.24.0/index.html
b/website/generated-content/blog/beam-2.24.0/index.html
index 0951dc0..bee83ef 100644
--- a/website/generated-content/blog/beam-2.24.0/index.html
+++ b/website/generated-content/blog/beam-2.24.0/index.html
@@ -2,9 +2,9 @@
<span class=sr-only>Toggle navigation</span>
<span class=icon-bar></span><span class=icon-bar></span><span
class=icon-bar></span></button>
<a href=/ class=navbar-brand><img alt=Brand style=height:25px
src=/images/beam_logo_navbar.png></a></div><div class="navbar-mask
closed"></div><div id=navbar class="navbar-container closed"><ul class="nav
navbar-nav"><li><a href=/get-started/beam-overview/>Get Started</a></li><li><a
href=/documentation/>Documentation</a></li><li><a
href=/documentation/sdks/java/>Languages</a></li><li><a
href=/documentation/runners/capability-matrix/>RUNNERS</a></li><li><a
href=/roadmap/>Roadmap</a></li>< [...]
-•</p></header><div class=post-content itemprop=articleBody><p>We are happy to
present the new 2.24.0 release of Apache Beam. This release includes both
improvements and new functionality.
-See the <a href=/get-started/downloads/#2240-2020-09-18>download page</a> for
this release.
-For more information on changes in 2.24.0, check out the
+•
+Daniel Oliviera</p></header><div class=post-content itemprop=articleBody><p>We
are happy to present the new 2.24.0 release of Apache Beam. This release
includes both improvements and new functionality.
+See the <a href=/get-started/downloads/#2240-2020-09-18>download page</a> for
this release.</p><p>For more information on changes in 2.24.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12347146">detailed
release notes</a>.</p><h2 id=highlights>Highlights</h2><ul><li>Apache Beam
2.24.0 is the last release with Python 2 and Python 3.5
support.</li></ul><h2 id=ios>I/Os</h2><ul><li>New overloads for
BigtableIO.Read.withKeyRange() and BigtableIO.Read.withRowFilter()
methods that take ValueProvider as a parameter (Java) (<a
href=https://issues.apache.org/jira/browse/BEAM-10283>BEAM-10283</a>).</li><li>The
WriteToBigQuery transform (Python) in Dataflow Batch no longer relies on
BigQuerySink by default. It relies on
diff --git a/website/generated-content/blog/beam-2.25.0/index.html
b/website/generated-content/blog/beam-2.25.0/index.html
index 243de47..e7a2f00 100644
--- a/website/generated-content/blog/beam-2.25.0/index.html
+++ b/website/generated-content/blog/beam-2.25.0/index.html
@@ -2,9 +2,9 @@
<span class=sr-only>Toggle navigation</span>
<span class=icon-bar></span><span class=icon-bar></span><span
class=icon-bar></span></button>
<a href=/ class=navbar-brand><img alt=Brand style=height:25px
src=/images/beam_logo_navbar.png></a></div><div class="navbar-mask
closed"></div><div id=navbar class="navbar-container closed"><ul class="nav
navbar-nav"><li><a href=/get-started/beam-overview/>Get Started</a></li><li><a
href=/documentation/>Documentation</a></li><li><a
href=/documentation/sdks/java/>Languages</a></li><li><a
href=/documentation/runners/capability-matrix/>RUNNERS</a></li><li><a
href=/roadmap/>Roadmap</a></li>< [...]
-•</p></header><div class=post-content itemprop=articleBody><p>We are happy to
present the new 2.25.0 release of Apache Beam. This release includes both
improvements and new functionality.
-See the <a href=/get-started/downloads/#2250-2020-10-23>download page</a> for
this release.
-For more information on changes in 2.25.0, check out the
+•
+Robin Qiu</p></header><div class=post-content itemprop=articleBody><p>We are
happy to present the new 2.25.0 release of Apache Beam. This release includes
both improvements and new functionality.
+See the <a href=/get-started/downloads/#2250-2020-10-23>download page</a> for
this release.</p><p>For more information on changes in 2.25.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12347147">detailed
release notes</a>.</p><h2 id=highlights>Highlights</h2><ul><li>Splittable DoFn
is now the default for executing the Read transform for Java based runners
(Direct, Flink, Jet, Samza, Twister2). The expected output of the Read
transform is unchanged. Users can opt-out using
<code>--experiments=use_deprecated_read</code>. The Apache Beam community is
looking for feedback for this ch [...]
More details will be in an upcoming <a
href=https://beam.apache.org/blog/python-performance-runtime-type-checking/index.html>blog
post</a>.</li><li>Added support for Python 3 type annotations on PTransforms
using typed PCollections (<a
href=https://issues.apache.org/jira/browse/BEAM-10258>BEAM-10258</a>).
More details will be in an upcoming <a
href=https://beam.apache.org/blog/python-improved-annotations/index.html>blog
post</a>.</li><li>Improved the Interactive Beam API where recording streaming
jobs now start a long running background recording job. Running ib.show() or
ib.collect() samples from the recording (<a
href=https://issues.apache.org/jira/browse/BEAM-10603>BEAM-10603</a>).</li><li>In
Interactive Beam, ib.show() and ib.collect() now have “n” and
“duration&rdqu [...]
diff --git a/website/generated-content/blog/beam-2.26.0/index.html
b/website/generated-content/blog/beam-2.26.0/index.html
index 1ee0422..abdced2 100644
--- a/website/generated-content/blog/beam-2.26.0/index.html
+++ b/website/generated-content/blog/beam-2.26.0/index.html
@@ -4,8 +4,7 @@
<a href=/ class=navbar-brand><img alt=Brand style=height:25px
src=/images/beam_logo_navbar.png></a></div><div class="navbar-mask
closed"></div><div id=navbar class="navbar-container closed"><ul class="nav
navbar-nav"><li><a href=/get-started/beam-overview/>Get Started</a></li><li><a
href=/documentation/>Documentation</a></li><li><a
href=/documentation/sdks/java/>Languages</a></li><li><a
href=/documentation/runners/capability-matrix/>RUNNERS</a></li><li><a
href=/roadmap/>Roadmap</a></li>< [...]
•
Robert Burke [<a
href=https://twitter.com/lostluck>@lostluck</a>]</p></header><div
class=post-content itemprop=articleBody><p>We are happy to present the new
2.26.0 release of Apache Beam. This release includes both improvements and new
functionality.
-See the <a href=/get-started/downloads/#2260-2020-12-11>download page</a> for
this release.
-For more information on changes in 2.26.0, check out the
+See the <a href=/get-started/downloads/#2260-2020-12-11>download page</a> for
this release.</p><p>For more information on changes in 2.26.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12348833">detailed
release notes</a>.</p><h2 id=highlights>Highlights</h2><ul><li>Splittable DoFn
is now the default for executing the Read transform for Java based runners
(Spark with bounded pipelines) in addition to existing runners from the 2.25.0
release (Direct, Flink, Jet, Samza, Twister2). The expected output of the Read
transform is unchanged. Users can opt-out using <code>--experiments=us [...]
Andrew Pilloud, Ankur Goenka, Boyuan Zhang, Brian Hulette, Chad Dombrova,
Chamikara Jayalath, Curtis “Fjord” Hawthorne, Damon Douglas,
dandy10, Daniel Oliveira,
diff --git a/website/generated-content/blog/index.html
b/website/generated-content/blog/index.html
index 4b21be8..bb1585e 100644
--- a/website/generated-content/blog/index.html
+++ b/website/generated-content/blog/index.html
@@ -15,21 +15,26 @@ relational logic much more concisely than previously
possible.<p><a class="btn b
•
Boyuan Zhang</i></p>We are pleased to announce that Splittable DoFn (SDF) is
ready for use in the Beam Python, Java, and Go SDKs for versions 2.<p><a
class="btn btn-default btn-sm" href=/blog/splittable-do-fn-is-available/
role=button>Read more <span class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/beam-2.26.0/>Apache Beam 2.26.0</a></h3><p><i>Dec 11, 2020
•
-Robert Burke [<a href=https://twitter.com/lostluck>@lostluck</a>]</i></p>We
are happy to present the new 2.<p><a class="btn btn-default btn-sm"
href=/blog/beam-2.26.0/ role=button>Read more <span class="glyphicon
glyphicon-menu-right" aria-hidden=true></span></a></p><hr><h3><a
class=post-link href=/blog/beam-2.25.0/>Apache Beam 2.25.0</a></h3><p><i>Oct
23, 2020
+Robert Burke [<a href=https://twitter.com/lostluck>@lostluck</a>]</i></p><p>We
are happy to present the new 2.26.0 release of Apache Beam. This release
includes both improvements and new functionality.
+See the <a href=/get-started/downloads/#2260-2020-12-11>download page</a> for
this release.<p><a class="btn btn-default btn-sm" href=/blog/beam-2.26.0/
role=button>Read more <span class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/beam-2.25.0/>Apache Beam 2.25.0</a></h3><p><i>Oct 23, 2020
•
-Robin Qiu</i></p>We are happy to present the new 2.<p><a class="btn
btn-default btn-sm" href=/blog/beam-2.25.0/ role=button>Read more <span
class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/beam-2.24.0/>Apache Beam 2.24.0</a></h3><p><i>Sep 18, 2020
+Robin Qiu</i></p><p>We are happy to present the new 2.25.0 release of Apache
Beam. This release includes both improvements and new functionality.
+See the <a href=/get-started/downloads/#2250-2020-10-23>download page</a> for
this release.<p><a class="btn btn-default btn-sm" href=/blog/beam-2.25.0/
role=button>Read more <span class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/beam-2.24.0/>Apache Beam 2.24.0</a></h3><p><i>Sep 18, 2020
•
-Daniel Oliveira</i></p>We are happy to present the new 2.<p><a class="btn
btn-default btn-sm" href=/blog/beam-2.24.0/ role=button>Read more <span
class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/pattern-match-beam-sql/>Pattern Matching with Beam
SQL</a></h3><p><i>Aug 27, 2020
+Daniel Oliviera</i></p><p>We are happy to present the new 2.24.0 release of
Apache Beam. This release includes both improvements and new functionality.
+See the <a href=/get-started/downloads/#2240-2020-09-18>download page</a> for
this release.<p><a class="btn btn-default btn-sm" href=/blog/beam-2.24.0/
role=button>Read more <span class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/pattern-match-beam-sql/>Pattern Matching with Beam
SQL</a></h3><p><i>Aug 27, 2020
•
-Mark-Zeng</i></p>Introduction SQL is becoming increasingly powerful and useful
in the field of data analysis.<p><a class="btn btn-default btn-sm"
href=/blog/pattern-match-beam-sql/ role=button>Read more <span
class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/python-improved-annotations/>Improved Annotation Support for the
Python SDK</a></h3><p><i>Aug 21, 2020
+Mark Zeng</i></p>Introduction SQL is becoming increasingly powerful and useful
in the field of data analysis.<p><a class="btn btn-default btn-sm"
href=/blog/pattern-match-beam-sql/ role=button>Read more <span
class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/python-improved-annotations/>Improved Annotation Support for the
Python SDK</a></h3><p><i>Aug 21, 2020
•
Saavan Nanavati</i></p>The importance of static type checking in a dynamically
typed language like Python is not up for debate.<p><a class="btn btn-default
btn-sm" href=/blog/python-improved-annotations/ role=button>Read
more <span class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/python-performance-runtime-type-checking/>Performance-Driven Runtime
Type Checking for the Python SDK</a></h3><p><i>Aug 21, 2020
•
Saavan Nanavati</i></p>In this blog post, we’re announcing the upcoming
release of a new, opt-in runtime type checking system for Beam’s Python SDK
that’s optimized for performance in both development and production
environments.<p><a class="btn btn-default btn-sm"
href=/blog/python-performance-runtime-type-checking/ role=button>Read
more <span class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/beam-2.23.0/>Apache Beam 2.23.0 [...]
•
-Valentyn Tymofieiev</i></p>We are happy to present the new 2.<p><a class="btn
btn-default btn-sm" href=/blog/beam-2.23.0/ role=button>Read more <span
class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/beam-2.22.0/>Apache Beam 2.22.0</a></h3><p><i>Jun 8, 2020
+Valentyn Tymofieiev</i></p><p>We are happy to present the new 2.23.0 release
of Apache Beam. This release includes both improvements and new functionality.
+See the <a href=/get-started/downloads/#2230-2020-07-29>download page</a> for
this release.<p><a class="btn btn-default btn-sm" href=/blog/beam-2.23.0/
role=button>Read more <span class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/beam-2.22.0/>Apache Beam 2.22.0</a></h3><p><i>Jun 8, 2020
•
-Brian Hulette [<a
href=https://twitter.com/BrianHulette>@BrianHulette</a>]</i></p>We are happy to
present the new 2.<p><a class="btn btn-default btn-sm" href=/blog/beam-2.22.0/
role=button>Read more <span class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/beam-katas-kotlin-release/>Announcing Beam Katas for
Kotlin</a></h3><p><i>Jun 1, 2020
+Brian Hulette [<a
href=https://twitter.com/BrianHulette>@BrianHulette</a>]</i></p><p>We are happy
to present the new 2.22.0 release of Beam. This release includes both
improvements and new functionality.
+See the <a href=/get-started/downloads/#2220-2020-06-08>download page</a> for
this release.<p><a class="btn btn-default btn-sm" href=/blog/beam-2.22.0/
role=button>Read more <span class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/beam-katas-kotlin-release/>Announcing Beam Katas for
Kotlin</a></h3><p><i>Jun 1, 2020
•
Rion Williams [<a
href=https://twitter.com/rionmonster>@rionmonster</a>]</i></p><p>Today, we are
happy to announce a new addition to the Beam Katas family: Kotlin!<p><a
class="btn btn-default btn-sm" href=/blog/beam-katas-kotlin-release/
role=button>Read more <span class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/python-typing/>Python SDK Typing Changes</a></h3><p><i>May 28, 2020
•
@@ -39,7 +44,8 @@ Udi Meiri [<a
href=https://twitter.com/udim>@udim</a>]</i></p><p>Beam Python has
annotations for improved code clarity and type correctness checks.
Read on to find out what’s new.<p><a class="btn btn-default btn-sm"
href=/blog/python-typing/ role=button>Read more <span class="glyphicon
glyphicon-menu-right" aria-hidden=true></span></a></p><hr><h3><a
class=post-link href=/blog/beam-2.21.0/>Apache Beam 2.21.0</a></h3><p><i>May
27, 2020
•
-ibzib</i></p>We are happy to present the new 2.<p><a class="btn btn-default
btn-sm" href=/blog/beam-2.21.0/ role=button>Read more <span
class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/beam-summit-digital-2020/>Beam Summit Digital Is Coming - Register
Now!</a></h3><p><i>May 8, 2020
+Kyle Weaver</i></p><p>We are happy to present the new 2.21.0 release of Beam.
This release includes both improvements and new functionality.
+See the <a href=/get-started/downloads/#2210-2020-05-27>download page</a> for
this release.<p><a class="btn btn-default btn-sm" href=/blog/beam-2.21.0/
role=button>Read more <span class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/beam-summit-digital-2020/>Beam Summit Digital Is Coming - Register
Now!</a></h3><p><i>May 8, 2020
•
Pedro Galvan [<a href=https://twitter.com/pedrogk>@pedrogk</a>]
,
@@ -68,7 +74,7 @@ See the <a
href=/get-started/downloads/#2160-2019-10-07>download page</a> for th
Tanay Tummalapalli [<a
href=https://twitter.com/ttanay100>@ttanay100</a>]</i></p><p>Google Summer of
Code was an amazing learning experience for me.
I contributed to open source, learned about Apache Beam’s internals and worked
with the best engineers in the world.<p><a class="btn btn-default btn-sm"
href=/blog/gsoc-19/ role=button>Read more <span class="glyphicon
glyphicon-menu-right" aria-hidden=true></span></a></p><hr><h3><a
class=post-link href=/blog/beam-2.15.0/>Apache Beam 2.15.0</a></h3><p><i>Aug
22, 2019
•
-yifanzou</i></p><p>We are happy to present the new 2.15.0 release of Beam.
This release includes both improvements and new functionality.
+Yifan Zou</i></p><p>We are happy to present the new 2.15.0 release of Beam.
This release includes both improvements and new functionality.
See the <a href=/get-started/downloads/#2150-2019-08-22>download page</a> for
this release.<p><a class="btn btn-default btn-sm" href=/blog/beam-2.15.0/
role=button>Read more <span class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/beam-2.14.0/>Apache Beam 2.14.0</a></h3><p><i>Jul 31, 2019
•
Anton Kedin
@@ -86,7 +92,7 @@ explore one of those in more detail and make use of the Timer
API
(<a href=/blog/2017/08/28/timely-processing.html>blog post</a>)
using the “looping timer” pattern.<p><a class="btn btn-default
btn-sm" href=/blog/looping-timers/ role=button>Read more <span
class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/beam-2.13.0/>Apache Beam 2.13.0</a></h3><p><i>Jun 7, 2019
•
-goenka</i></p><p>We are happy to present the new 2.13.0 release of Beam. This
release includes both improvements and new functionality.
+Ankur Goenka</i></p><p>We are happy to present the new 2.13.0 release of Beam.
This release includes both improvements and new functionality.
See the <a href=/get-started/downloads/#2130-2019-05-21>download page</a> for
this release.<p><a class="btn btn-default btn-sm" href=/blog/beam-2.13.0/
role=button>Read more <span class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/adding-data-sources-to-sql/>Adding new Data Sources to Beam SQL
CLI</a></h3><p><i>Jun 4, 2019
•
Pablo Estrada [<a
href=https://twitter.com/polecitoem>@polecitoem</a>]</i></p><p>A new, exciting
feature that came to Apache Beam is the ability to use
@@ -109,7 +115,7 @@ Matthias Baetens [<a
href=https://twitter.com/matthiasbaetens>@matthiasbaetens</
•
Harshit Dwivedi [<a
href=https://twitter.com/harshithdwivedi>@harshithdwivedi</a>]</i></p><p>Apache
Beam samples are now available in Kotlin!<p><a class="btn btn-default btn-sm"
href=/blog/beam-kotlin/ role=button>Read more <span class="glyphicon
glyphicon-menu-right" aria-hidden=true></span></a></p><hr><h3><a
class=post-link href=/blog/beam-2.12.0/>Apache Beam 2.12.0</a></h3><p><i>Apr
25, 2019
•
-apilloud</i></p><p>We are happy to present the new 2.12.0 release of Beam.
This release includes both improvements and new functionality.
+Andrew Pilloud</i></p><p>We are happy to present the new 2.12.0 release of
Beam. This release includes both improvements and new functionality.
See the <a href=/get-started/downloads/#2120-2019-04-25>download page</a> for
this release.<p><a class="btn btn-default btn-sm" href=/blog/beam-2.12.0/
role=button>Read more <span class="glyphicon glyphicon-menu-right"
aria-hidden=true></span></a></p><hr><h3><a class=post-link
href=/blog/season-of-docs/>Apache Beam is applying to Season of
Docs</a></h3><p><i>Apr 19, 2019
•
Aizhamal Nurmamat kyzy [<a
href=https://twitter.com/iamaijamal>@iamaijamal</a>]</i></p><p>The Apache Beam
community is thrilled to announce its application to the first edition of
Season of Docs 2019!<p><a class="btn btn-default btn-sm"
href=/blog/season-of-docs/ role=button>Read more <span class="glyphicon
glyphicon-menu-right" aria-hidden=true></span></a></p><hr><h3><a
class=post-link href=/blog/beam-summit-site/>Announcing Beam Summit
Site</a></h3><p><i>Mar 18, 2019
diff --git a/website/generated-content/blog/index.xml
b/website/generated-content/blog/index.xml
index e3d0d77..2cbf95c 100644
--- a/website/generated-content/blog/index.xml
+++ b/website/generated-content/blog/index.xml
@@ -230,8 +230,8 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
<p>We are happy to present the new 2.26.0 release of Apache Beam. This
release includes both improvements and new functionality.
-See the <a href="/get-started/downloads/#2260-2020-12-11">download
page</a> for this release.
-For more information on changes in 2.26.0, check out the
+See the <a href="/get-started/downloads/#2260-2020-12-11">download
page</a> for this release.</p>
+<p>For more information on changes in 2.26.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&amp;version=12348833">detailed
release notes</a>.</p>
<h2 id="highlights">Highlights</h2>
<ul>
@@ -285,8 +285,8 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
<p>We are happy to present the new 2.25.0 release of Apache Beam. This
release includes both improvements and new functionality.
-See the <a href="/get-started/downloads/#2250-2020-10-23">download
page</a> for this release.
-For more information on changes in 2.25.0, check out the
+See the <a href="/get-started/downloads/#2250-2020-10-23">download
page</a> for this release.</p>
+<p>For more information on changes in 2.25.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&amp;version=12347147">detailed
release notes</a>.</p>
<h2 id="highlights">Highlights</h2>
<ul>
@@ -359,8 +359,8 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
<p>We are happy to present the new 2.24.0 release of Apache Beam. This
release includes both improvements and new functionality.
-See the <a href="/get-started/downloads/#2240-2020-09-18">download
page</a> for this release.
-For more information on changes in 2.24.0, check out the
+See the <a href="/get-started/downloads/#2240-2020-09-18">download
page</a> for this release.</p>
+<p>For more information on changes in 2.24.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&amp;version=12347146">detailed
release notes</a>.</p>
<h2 id="highlights">Highlights</h2>
<ul>
@@ -857,8 +857,8 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
<p>We are happy to present the new 2.23.0 release of Apache Beam. This
release includes both improvements and new functionality.
-See the <a href="/get-started/downloads/#2230-2020-07-29">download
page</a> for this release.
-For more information on changes in 2.23.0, check out the
+See the <a href="/get-started/downloads/#2230-2020-07-29">download
page</a> for this release.</p>
+<p>For more information on changes in 2.23.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&amp;version=12347145">detailed
release notes</a>.</p>
<h2 id="highlights">Highlights</h2>
<ul>
@@ -913,8 +913,8 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
<p>We are happy to present the new 2.22.0 release of Beam. This release
includes both improvements and new functionality.
-See the <a href="/get-started/downloads/#2220-2020-06-08">download
page</a> for this release.
-For more information on changes in 2.22.0, check out the
+See the <a href="/get-started/downloads/#2220-2020-06-08">download
page</a> for this release.</p>
+<p>For more information on changes in 2.22.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&amp;version=12347144">detailed
release notes</a>.</p>
<h2 id="ios">I/Os</h2>
<ul>
@@ -1094,8 +1094,8 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
<p>We are happy to present the new 2.21.0 release of Beam. This release
includes both improvements and new functionality.
-See the <a href="/get-started/downloads/#2210-2020-05-27">download
page</a> for this release.
-For more information on changes in 2.21.0, check out the
+See the <a href="/get-started/downloads/#2210-2020-05-27">download
page</a> for this release.</p>
+<p>For more information on changes in 2.21.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&amp;version=12347143">detailed
release notes</a>.</p>
<h2 id="ios">I/Os</h2>
<ul>
diff --git a/website/generated-content/blog/pattern-match-beam-sql/index.html
b/website/generated-content/blog/pattern-match-beam-sql/index.html
index 6e12b2f..7da0b02 100644
--- a/website/generated-content/blog/pattern-match-beam-sql/index.html
+++ b/website/generated-content/blog/pattern-match-beam-sql/index.html
@@ -2,7 +2,8 @@
<span class=sr-only>Toggle navigation</span>
<span class=icon-bar></span><span class=icon-bar></span><span
class=icon-bar></span></button>
<a href=/ class=navbar-brand><img alt=Brand style=height:25px
src=/images/beam_logo_navbar.png></a></div><div class="navbar-mask
closed"></div><div id=navbar class="navbar-container closed"><ul class="nav
navbar-nav"><li><a href=/get-started/beam-overview/>Get Started</a></li><li><a
href=/documentation/>Documentation</a></li><li><a
href=/documentation/sdks/java/>Languages</a></li><li><a
href=/documentation/runners/capability-matrix/>RUNNERS</a></li><li><a
href=/roadmap/>Roadmap</a></li>< [...]
-•</p></header><div class=post-content itemprop=articleBody><h2
id=introduction>Introduction</h2><p>SQL is becoming increasingly powerful and
useful in the field of data analysis. MATCH_RECOGNIZE,
+•
+Mark Zeng</p></header><div class=post-content itemprop=articleBody><h2
id=introduction>Introduction</h2><p>SQL is becoming increasingly powerful and
useful in the field of data analysis. MATCH_RECOGNIZE,
a new SQL component introduced in 2016, brings extra analytical functionality.
This project,
as part of Google Summer of Code, aims to support basic MATCH_RECOGNIZE
functionality. A basic MATCH_RECOGNIZE
query would be something like this:<div class=language-sql><div
class=highlight><pre class=chroma><code class=language-sql data-lang=sql><span
class=k>SELECT</span> <span class=n>T</span><span class=p>.</span><span
class=n>aid</span><span class=p>,</span> <span class=n>T</span><span
class=p>.</span><span class=n>bid</span><span class=p>,</span> <span
class=n>T</span><span class=p>.</span><span class=n>cid</span>
diff --git a/website/generated-content/categories/blog/index.xml
b/website/generated-content/categories/blog/index.xml
index 27130c1..2fac7e4 100644
--- a/website/generated-content/categories/blog/index.xml
+++ b/website/generated-content/categories/blog/index.xml
@@ -230,8 +230,8 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
<p>We are happy to present the new 2.26.0 release of Apache Beam. This
release includes both improvements and new functionality.
-See the <a href="/get-started/downloads/#2260-2020-12-11">download
page</a> for this release.
-For more information on changes in 2.26.0, check out the
+See the <a href="/get-started/downloads/#2260-2020-12-11">download
page</a> for this release.</p>
+<p>For more information on changes in 2.26.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&amp;version=12348833">detailed
release notes</a>.</p>
<h2 id="highlights">Highlights</h2>
<ul>
@@ -285,8 +285,8 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
<p>We are happy to present the new 2.25.0 release of Apache Beam. This
release includes both improvements and new functionality.
-See the <a href="/get-started/downloads/#2250-2020-10-23">download
page</a> for this release.
-For more information on changes in 2.25.0, check out the
+See the <a href="/get-started/downloads/#2250-2020-10-23">download
page</a> for this release.</p>
+<p>For more information on changes in 2.25.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&amp;version=12347147">detailed
release notes</a>.</p>
<h2 id="highlights">Highlights</h2>
<ul>
@@ -359,8 +359,8 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
<p>We are happy to present the new 2.24.0 release of Apache Beam. This
release includes both improvements and new functionality.
-See the <a href="/get-started/downloads/#2240-2020-09-18">download
page</a> for this release.
-For more information on changes in 2.24.0, check out the
+See the <a href="/get-started/downloads/#2240-2020-09-18">download
page</a> for this release.</p>
+<p>For more information on changes in 2.24.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&amp;version=12347146">detailed
release notes</a>.</p>
<h2 id="highlights">Highlights</h2>
<ul>
@@ -857,8 +857,8 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
<p>We are happy to present the new 2.23.0 release of Apache Beam. This
release includes both improvements and new functionality.
-See the <a href="/get-started/downloads/#2230-2020-07-29">download
page</a> for this release.
-For more information on changes in 2.23.0, check out the
+See the <a href="/get-started/downloads/#2230-2020-07-29">download
page</a> for this release.</p>
+<p>For more information on changes in 2.23.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&amp;version=12347145">detailed
release notes</a>.</p>
<h2 id="highlights">Highlights</h2>
<ul>
@@ -913,8 +913,8 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
<p>We are happy to present the new 2.22.0 release of Beam. This release
includes both improvements and new functionality.
-See the <a href="/get-started/downloads/#2220-2020-06-08">download
page</a> for this release.
-For more information on changes in 2.22.0, check out the
+See the <a href="/get-started/downloads/#2220-2020-06-08">download
page</a> for this release.</p>
+<p>For more information on changes in 2.22.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&amp;version=12347144">detailed
release notes</a>.</p>
<h2 id="ios">I/Os</h2>
<ul>
@@ -1094,8 +1094,8 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
<p>We are happy to present the new 2.21.0 release of Beam. This release
includes both improvements and new functionality.
-See the <a href="/get-started/downloads/#2210-2020-05-27">download
page</a> for this release.
-For more information on changes in 2.21.0, check out the
+See the <a href="/get-started/downloads/#2210-2020-05-27">download
page</a> for this release.</p>
+<p>For more information on changes in 2.21.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&amp;version=12347143">detailed
release notes</a>.</p>
<h2 id="ios">I/Os</h2>
<ul>
diff --git a/website/generated-content/contribute/index.xml
b/website/generated-content/contribute/index.xml
index fd62257..e3f4098 100644
--- a/website/generated-content/contribute/index.xml
+++ b/website/generated-content/contribute/index.xml
@@ -962,36 +962,7 @@ Make sure to clean it up, as there may be duplicate or
incorrect user names.<
<p><strong>NOTE</strong>: Make sure to include any breaking changes,
even to <code>@Experimental</code> features,
all major features and bug fixes, and all known issues.</p>
<p>Template:</p>
-<pre><code>We are happy to present the new {$RELEASE_VERSION} release of
Beam. This release includes both improvements and new functionality.
-See the [download page](/get-started/downloads/{$DOWNLOAD_ANCHOR}) for this
release.
-For more information on changes in {$RELEASE_VERSION}, check out the
-[detailed release notes]({$JIRA_RELEASE_NOTES}).
-## Highlights
-* New highly anticipated feature X added to Python SDK
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
-* New highly anticipated feature Y added to JavaSDK
([BEAM-Y](https://issues.apache.org/jira/browse/BEAM-Y)).
-{$TOPICS e.g.:}
-### I/Os
-* Support for X source added (Java)
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
-{$TOPICS}
-### New Features / Improvements
-* X feature added (Python)
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
-* Y feature added (Java)
[BEAM-Y](https://issues.apache.org/jira/browse/BEAM-Y).
-### Breaking Changes
-* X behavior was changed
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
-* Y behavior was changed
([BEAM-Y](https://issues.apache.org/jira/browse/BEAM-Y)).
-### Deprecations
-* X behavior is deprecated and will be removed in X versions
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
-### Bugfixes
-* Fixed X (Python) ([BEAM-Y](https://issues.apache.org/jira/browse/BEAM-X)).
-* Fixed Y (Java) ([BEAM-Y](https://issues.apache.org/jira/browse/BEAM-Y)).
-### Known Issues
-* {$KNOWN_ISSUE_1}
-* {$KNOWN_ISSUE_2}
-* See a full list of open [issues that
affect](https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20affectedVersion%20%3D%20{$RELEASE}%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC)
this version.
-## List of Contributors
-According to git shortlog, the following people contributed to the
{$RELEASE_VERSION} release. Thank you to all contributors!
-${CONTRIBUTORS}
-</code></pre><h4
id="checklist-to-proceed-to-the-next-step-1">Checklist to proceed to the next
step</h4>
+e><h4 id="checklist-to-proceed-to-the-next-step-1">Checklist to proceed to
the next step</h4>
<ol>
<li>Maven artifacts deployed to the staging repository of <a
href="https://repository.apache.org/content/repositories/">repository.apache.org</a></li>
<li>Source distribution deployed to the dev repository of <a
href="https://dist.apache.org/repos/dist/dev/beam/">dist.apache.org</a></li>
diff --git a/website/generated-content/contribute/release-guide/index.html
b/website/generated-content/contribute/release-guide/index.html
index 52fe32a..dfbc334 100644
--- a/website/generated-content/contribute/release-guide/index.html
+++ b/website/generated-content/contribute/release-guide/index.html
@@ -136,53 +136,7 @@ to the Beam website, usually within an
hour.</p><p><strong>PR 1: apache/beam-sit
branch (<a href=https://github.com/apache/beam-site/pull/603>example</a>).
It is created by <code>build_release_candidate.sh</code> (see
above).</p><p><strong>PR 2: apache/beam</strong></p><p>This pull request is
against the <code>apache/beam</code> repo, on the <code>master</code> branch
(<a
href=https://github.com/apache/beam/pull/11727>example</a>).</p><ul><li>Update
release version in <code>website/www/site/config.toml</code>.</li><li>Add new
release in
<code>website/www/site/content/en/get-started/downloads.md</code>.<ul><li>Download
links will not work un [...]
Make sure to clean it up, as there may be duplicate or incorrect user
names.</p><p><strong>NOTE</strong>: Make sure to include any breaking changes,
even to <code>@Experimental</code> features,
-all major features and bug fixes, and all known
issues.</p><p>Template:</p><pre><code>We are happy to present the new
{$RELEASE_VERSION} release of Beam. This release includes both improvements and
new functionality.
-See the [download page](/get-started/downloads/{$DOWNLOAD_ANCHOR}) for this
release.
-For more information on changes in {$RELEASE_VERSION}, check out the
-[detailed release notes]({$JIRA_RELEASE_NOTES}).
-
-## Highlights
-
- * New highly anticipated feature X added to Python SDK
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
- * New highly anticipated feature Y added to JavaSDK
([BEAM-Y](https://issues.apache.org/jira/browse/BEAM-Y)).
-
-{$TOPICS e.g.:}
-### I/Os
-* Support for X source added (Java)
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
-{$TOPICS}
-
-### New Features / Improvements
-
-* X feature added (Python)
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
-* Y feature added (Java)
[BEAM-Y](https://issues.apache.org/jira/browse/BEAM-Y).
-
-### Breaking Changes
-
-* X behavior was changed
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
-* Y behavior was changed
([BEAM-Y](https://issues.apache.org/jira/browse/BEAM-Y)).
-
-### Deprecations
-
-* X behavior is deprecated and will be removed in X versions
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
-
-### Bugfixes
-
-* Fixed X (Python) ([BEAM-Y](https://issues.apache.org/jira/browse/BEAM-X)).
-* Fixed Y (Java) ([BEAM-Y](https://issues.apache.org/jira/browse/BEAM-Y)).
-
-### Known Issues
-
-* {$KNOWN_ISSUE_1}
-* {$KNOWN_ISSUE_2}
-* See a full list of open [issues that
affect](https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20affectedVersion%20%3D%20{$RELEASE}%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC)
this version.
-
-
-## List of Contributors
-
-According to git shortlog, the following people contributed to the
{$RELEASE_VERSION} release. Thank you to all contributors!
-
-${CONTRIBUTORS}
-</code></pre><h4 id=checklist-to-proceed-to-the-next-step-1>Checklist to
proceed to the next step</h4><ol><li>Maven artifacts deployed to the staging
repository of <a
href=https://repository.apache.org/content/repositories/>repository.apache.org</a></li><li>Source
distribution deployed to the dev repository of <a
href=https://dist.apache.org/repos/dist/dev/beam/>dist.apache.org</a></li><li>Website
pull request proposed to list the <a href=/get-started/downloads/>release</a>,
publish the [...]
+all major features and bug fixes, and all known
issues.</p><p>Template:</p>e><h4
id=checklist-to-proceed-to-the-next-step-1>Checklist to proceed to the next
step</h4><ol><li>Maven artifacts deployed to the staging repository of <a
href=https://repository.apache.org/content/repositories/>repository.apache.org</a></li><li>Source
distribution deployed to the dev repository of <a
href=https://dist.apache.org/repos/dist/dev/beam/>dist.apache.org</a></li><li>Website
pull request proposed to li [...]
docker pull apache/beam_python3.5_sdk:2.16.0_rc1
</code></pre><hr><h2 id=9-vote-and-validate-release-candidate>9. Vote and
validate release candidate</h2><p>Once you have built and individually reviewed
the release candidate, please share it for the community-wide review. Please
review foundation-wide <a
href=http://www.apache.org/foundation/voting.html>voting guidelines</a> for
more information.</p><p>Start the review-and-vote thread on the dev@ mailing
list. Here’s an email template; please adjust as you see
fit.</p><pre><code>From: [...]
To: [email protected]
diff --git a/website/generated-content/feed.xml
b/website/generated-content/feed.xml
index 8029bfe..f34b32a 100644
--- a/website/generated-content/feed.xml
+++ b/website/generated-content/feed.xml
@@ -230,8 +230,8 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
<p>We are happy to present the new 2.26.0 release of Apache Beam. This
release includes both improvements and new functionality.
-See the <a href="/get-started/downloads/#2260-2020-12-11">download
page</a> for this release.
-For more information on changes in 2.26.0, check out the
+See the <a href="/get-started/downloads/#2260-2020-12-11">download
page</a> for this release.</p>
+<p>For more information on changes in 2.26.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&amp;version=12348833">detailed
release notes</a>.</p>
<h2 id="highlights">Highlights</h2>
<ul>
@@ -285,8 +285,8 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
<p>We are happy to present the new 2.25.0 release of Apache Beam. This
release includes both improvements and new functionality.
-See the <a href="/get-started/downloads/#2250-2020-10-23">download
page</a> for this release.
-For more information on changes in 2.25.0, check out the
+See the <a href="/get-started/downloads/#2250-2020-10-23">download
page</a> for this release.</p>
+<p>For more information on changes in 2.25.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&amp;version=12347147">detailed
release notes</a>.</p>
<h2 id="highlights">Highlights</h2>
<ul>
@@ -359,8 +359,8 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
<p>We are happy to present the new 2.24.0 release of Apache Beam. This
release includes both improvements and new functionality.
-See the <a href="/get-started/downloads/#2240-2020-09-18">download
page</a> for this release.
-For more information on changes in 2.24.0, check out the
+See the <a href="/get-started/downloads/#2240-2020-09-18">download
page</a> for this release.</p>
+<p>For more information on changes in 2.24.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&amp;version=12347146">detailed
release notes</a>.</p>
<h2 id="highlights">Highlights</h2>
<ul>
@@ -857,8 +857,8 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
<p>We are happy to present the new 2.23.0 release of Apache Beam. This
release includes both improvements and new functionality.
-See the <a href="/get-started/downloads/#2230-2020-07-29">download
page</a> for this release.
-For more information on changes in 2.23.0, check out the
+See the <a href="/get-started/downloads/#2230-2020-07-29">download
page</a> for this release.</p>
+<p>For more information on changes in 2.23.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&amp;version=12347145">detailed
release notes</a>.</p>
<h2 id="highlights">Highlights</h2>
<ul>
@@ -913,8 +913,8 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
<p>We are happy to present the new 2.22.0 release of Beam. This release
includes both improvements and new functionality.
-See the <a href="/get-started/downloads/#2220-2020-06-08">download
page</a> for this release.
-For more information on changes in 2.22.0, check out the
+See the <a href="/get-started/downloads/#2220-2020-06-08">download
page</a> for this release.</p>
+<p>For more information on changes in 2.22.0, check out the
<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&amp;version=12347144">detailed
release notes</a>.</p>
<h2 id="ios">I/Os</h2>
<ul>
diff --git a/website/generated-content/sitemap.xml
b/website/generated-content/sitemap.xml
index f905918..3b0468e 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>2020-12-17T16:58:23-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2020-12-17T16:58:23-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2020-12-17T16:58:23-08:00</lastmod></url><url><loc>/blog/dataframe-api-preview-available/</loc><lastmod>2020-12-17T16:58:23-08:00</lastmod></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>/categories/blog/</loc><lastmod>2020-12-23T09:07:16-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2020-12-23T09:07:16-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2020-12-23T09:07:16-08:00</lastmod></url><url><loc>/blog/dataframe-api-preview-available/</loc><lastmod>2020-12-17T16:58:23-08:00</lastmod></u
[...]
\ No newline at end of file