This is an automated email from the ASF dual-hosted git repository.
github-bot 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 ccadc719c3a Publishing website 2024/12/03 05:41:34 at commit 160ffd5
ccadc719c3a is described below
commit ccadc719c3aba038556e93cf51462a5faf530920
Author: runner <runner@main-runner-frrkx-ljmpz>
AuthorDate: Tue Dec 3 05:41:34 2024 +0000
Publishing website 2024/12/03 05:41:34 at commit 160ffd5
---
website/generated-content/blog/beam-2.61.0/index.html | 4 ++--
website/generated-content/blog/index.xml | 3 ++-
website/generated-content/categories/blog/index.xml | 3 ++-
website/generated-content/categories/release/index.xml | 3 ++-
website/generated-content/feed.xml | 3 ++-
website/generated-content/sitemap.xml | 2 +-
6 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/website/generated-content/blog/beam-2.61.0/index.html
b/website/generated-content/blog/beam-2.61.0/index.html
index d87853d32ba..1662dc18dd9 100644
--- a/website/generated-content/blog/beam-2.61.0/index.html
+++ b/website/generated-content/blog/beam-2.61.0/index.html
@@ -38,8 +38,8 @@
<script>function showSearch(){addPlaceholder();var
e,t=document.querySelector(".searchBar");t.classList.remove("disappear"),e=document.querySelector("#iconsBar"),e.classList.add("disappear")}function
addPlaceholder(){$("input:text").attr("placeholder","What are you looking
for?")}function endSearch(){var
e,t=document.querySelector(".searchBar");t.classList.add("disappear"),e=document.querySelector("#iconsBar"),e.classList.remove("disappear")}function
blockScroll(){$("body").toggleClass(" [...]
</p><p>2024/11/25</p></div><header class=post-header><h2 itemprop="name
headline">Apache Beam 2.61.0</h1><div class=post-info><span>Danny
McCormick</span></div></header><div class="arrow-list header-top-margin"
itemprop=articleBody><p>We are happy to present the new 2.61.0 release of Beam.
This release includes both improvements and new functionality.
-See the <a href=/get-started/downloads/#2610-2024-11-25>download page</a> for
this release.</p><p>For more information on changes in 2.61.0, check out the <a
href=https://github.com/apache/beam/milestone/25>detailed release
notes</a>.</p><h2 id=highlights>Highlights</h2><ul><li>[Python] Introduce
Managed Transforms API (<a
href=https://github.com/apache/beam/pull/31495>#31495</a>)</li><li>Flink 1.19
support added (<a
href=https://github.com/apache/beam/pull/32648>#32648</a>)</li></ul><h2 [...]
-without breaking the linear/chaining style of pipeline
construction.</li></ul><h2 id=deprecations>Deprecations</h2><ul><li>Removed
support for Flink 1.15 and 1.16</li><li>Removed support for Python
3.8</li></ul><h2 id=bugfixes>Bugfixes</h2><ul><li>(Java) Fixed tearDown not
invoked when DoFn throws on Portable Runners (<a
href=https://github.com/apache/beam/issues/18592>#18592</a>, <a
href=https://github.com/apache/beam/issues/31381>#31381</a>).</li><li>(Java)
Fixed protobuf error with Ma [...]
+See the <a href=/get-started/downloads/#2610-2024-11-25>download page</a> for
this release.</p><p>For more information on changes in 2.61.0, check out the <a
href=https://github.com/apache/beam/milestone/25>detailed release
notes</a>.</p><h2 id=highlights>Highlights</h2><ul><li>[Python] Introduce
Managed Transforms API (<a
href=https://github.com/apache/beam/pull/31495>#31495</a>)</li><li>Flink 1.19
support added (<a
href=https://github.com/apache/beam/pull/32648>#32648</a>)</li></ul><h2 [...]
+without breaking the linear/chaining style of pipeline
construction.</li><li>Use Prism as a fallback to the Python Portable runner
when running a pipeline with the Python Direct runner (<a
href=https://github.com/apache/beam/pull/32876>#32876</a>)</li></ul><h2
id=deprecations>Deprecations</h2><ul><li>Removed support for Flink 1.15 and
1.16</li><li>Removed support for Python 3.8</li></ul><h2
id=bugfixes>Bugfixes</h2><ul><li>(Java) Fixed tearDown not invoked when DoFn
throws on Portable Ru [...]
</p><p>2024/10/17</p></div><div class=post><p class=post-title>Apache Beam
2.60.0</p><p class=post-info>Yi Hu</p></div></a><a class=post-card
href=/blog/beam-summit-2024-overview/ data-categories="blog "><div
class="post-info post-category"><p>blog</p><p>2024/10/16</p></div><div
class=post><p class=post-title>Apache Beam Summit 2024: Unlocking the power of
ML for data processing</p><p class=post-info>XQ Hu,
Danny McCormick &
diff --git a/website/generated-content/blog/index.xml
b/website/generated-content/blog/index.xml
index 3e391392856..9d4a188532d 100644
--- a/website/generated-content/blog/index.xml
+++ b/website/generated-content/blog/index.xml
@@ -32,9 +32,10 @@ See the <a
href="/get-started/downloads/#2610-2024-11-25">download page</a
<h2 id="new-features--improvements">New Features / Improvements</h2>
<ul>
<li>Added support for read with metadata in MqttIO (Java) (<a
href="https://github.com/apache/beam/issues/32195">#32195</a>)</li>
-<li>Added support for processing events which use a global sequence to
&ldquo;ordered&rdquo; extension (Java) <a
href="https://github.com/apache/beam/pull/32540">#32540</a></li>
+<li>Added support for processing events which use a global sequence to
&ldquo;ordered&rdquo; extension (Java) (<a
href="https://github.com/apache/beam/pull/32540">#32540</a>)</li>
<li>Add new meta-transform FlattenWith and Tee that allow one to introduce
branching
without breaking the linear/chaining style of pipeline construction.</li>
+<li>Use Prism as a fallback to the Python Portable runner when running a
pipeline with the Python Direct runner (<a
href="https://github.com/apache/beam/pull/32876">#32876</a>)</li>
</ul>
<h2 id="deprecations">Deprecations</h2>
<ul>
diff --git a/website/generated-content/categories/blog/index.xml
b/website/generated-content/categories/blog/index.xml
index e151d8496fd..29a1a205ad1 100644
--- a/website/generated-content/categories/blog/index.xml
+++ b/website/generated-content/categories/blog/index.xml
@@ -32,9 +32,10 @@ See the <a
href="/get-started/downloads/#2610-2024-11-25">download page</a
<h2 id="new-features--improvements">New Features / Improvements</h2>
<ul>
<li>Added support for read with metadata in MqttIO (Java) (<a
href="https://github.com/apache/beam/issues/32195">#32195</a>)</li>
-<li>Added support for processing events which use a global sequence to
&ldquo;ordered&rdquo; extension (Java) <a
href="https://github.com/apache/beam/pull/32540">#32540</a></li>
+<li>Added support for processing events which use a global sequence to
&ldquo;ordered&rdquo; extension (Java) (<a
href="https://github.com/apache/beam/pull/32540">#32540</a>)</li>
<li>Add new meta-transform FlattenWith and Tee that allow one to introduce
branching
without breaking the linear/chaining style of pipeline construction.</li>
+<li>Use Prism as a fallback to the Python Portable runner when running a
pipeline with the Python Direct runner (<a
href="https://github.com/apache/beam/pull/32876">#32876</a>)</li>
</ul>
<h2 id="deprecations">Deprecations</h2>
<ul>
diff --git a/website/generated-content/categories/release/index.xml
b/website/generated-content/categories/release/index.xml
index cde63e30ecc..0529078c4f1 100644
--- a/website/generated-content/categories/release/index.xml
+++ b/website/generated-content/categories/release/index.xml
@@ -32,9 +32,10 @@ See the <a
href="/get-started/downloads/#2610-2024-11-25">download page</a
<h2 id="new-features--improvements">New Features / Improvements</h2>
<ul>
<li>Added support for read with metadata in MqttIO (Java) (<a
href="https://github.com/apache/beam/issues/32195">#32195</a>)</li>
-<li>Added support for processing events which use a global sequence to
&ldquo;ordered&rdquo; extension (Java) <a
href="https://github.com/apache/beam/pull/32540">#32540</a></li>
+<li>Added support for processing events which use a global sequence to
&ldquo;ordered&rdquo; extension (Java) (<a
href="https://github.com/apache/beam/pull/32540">#32540</a>)</li>
<li>Add new meta-transform FlattenWith and Tee that allow one to introduce
branching
without breaking the linear/chaining style of pipeline construction.</li>
+<li>Use Prism as a fallback to the Python Portable runner when running a
pipeline with the Python Direct runner (<a
href="https://github.com/apache/beam/pull/32876">#32876</a>)</li>
</ul>
<h2 id="deprecations">Deprecations</h2>
<ul>
diff --git a/website/generated-content/feed.xml
b/website/generated-content/feed.xml
index 989e29aad2a..2d5a11fc93b 100644
--- a/website/generated-content/feed.xml
+++ b/website/generated-content/feed.xml
@@ -32,9 +32,10 @@ See the <a
href="/get-started/downloads/#2610-2024-11-25">download page</a
<h2 id="new-features--improvements">New Features / Improvements</h2>
<ul>
<li>Added support for read with metadata in MqttIO (Java) (<a
href="https://github.com/apache/beam/issues/32195">#32195</a>)</li>
-<li>Added support for processing events which use a global sequence to
&ldquo;ordered&rdquo; extension (Java) <a
href="https://github.com/apache/beam/pull/32540">#32540</a></li>
+<li>Added support for processing events which use a global sequence to
&ldquo;ordered&rdquo; extension (Java) (<a
href="https://github.com/apache/beam/pull/32540">#32540</a>)</li>
<li>Add new meta-transform FlattenWith and Tee that allow one to introduce
branching
without breaking the linear/chaining style of pipeline construction.</li>
+<li>Use Prism as a fallback to the Python Portable runner when running a
pipeline with the Python Direct runner (<a
href="https://github.com/apache/beam/pull/32876">#32876</a>)</li>
</ul>
<h2 id="deprecations">Deprecations</h2>
<ul>
diff --git a/website/generated-content/sitemap.xml
b/website/generated-content/sitemap.xml
index b5b76b9820d..24aca70df15 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.61.0/</loc><lastmod>2024-12-02T16:22:27-05:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2024-12-02T16:22:27-05:00</lastmod></url><url><loc>/blog/</loc><lastmod>2024-12-02T16:22:27-05:00</lastmod></url><url><loc>/categories/</loc><lastmod>2024-12-02T16:22:27-05:00</lastmod></url><url><loc>/catego
[...]
\ 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.61.0/</loc><lastmod>2024-12-02T16:27:35-08:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2024-12-02T16:27:35-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2024-12-02T16:27:35-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2024-12-02T16:27:35-08:00</lastmod></url><url><loc>/catego
[...]
\ No newline at end of file