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

lostluck pushed a commit to branch blog2420
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 3a6e191590833ab6e838049cb26bc0804814f950
Author: lostluck <[email protected]>
AuthorDate: Wed Sep 28 11:51:59 2022 -0700

    2.42.0 Release Blog Post draft
---
 CHANGES.md                                         |   2 +-
 website/www/site/config.toml                       |   2 +-
 website/www/site/content/en/blog/beam-2.42.0.md    | 127 +++++++++++++++++++++
 .../www/site/content/en/get-started/downloads.md   |   8 ++
 4 files changed, 137 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 8673b401005..5afcfb2198a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -82,7 +82,7 @@
 * ([#X](https://github.com/apache/beam/issues/X)).
 
 
-# [2.42.0] - Unreleased, Cut 2022-09-07
+# [2.42.0] - Cut 2022-10-04
 
 ## Highlights
 
diff --git a/website/www/site/config.toml b/website/www/site/config.toml
index 117cafd62de..01096075dce 100644
--- a/website/www/site/config.toml
+++ b/website/www/site/config.toml
@@ -104,7 +104,7 @@ github_project_repo = "https://github.com/apache/beam";
 
 [params]
 description = "Apache Beam is an open source, unified model and set of 
language-specific SDKs for defining and executing data processing workflows, 
and also data ingestion and integration flows, supporting Enterprise 
Integration Patterns (EIPs) and Domain Specific Languages (DSLs). Dataflow 
pipelines simplify the mechanics of large-scale batch and streaming data 
processing and can run on a number of runtimes like Apache Flink, Apache Spark, 
and Google Cloud Dataflow (a cloud service). Be [...]
-release_latest = "2.41.0"
+release_latest = "2.42.0"
 # The repository and branch where the files live in Github or Colab. This is 
used
 # to serve and stage from your local branch, but publish to the master branch.
 #   e.g. https://github.com/{{< param branch_repo >}}/path/to/notebook.ipynb
diff --git a/website/www/site/content/en/blog/beam-2.42.0.md 
b/website/www/site/content/en/blog/beam-2.42.0.md
new file mode 100644
index 00000000000..153fc49ea7f
--- /dev/null
+++ b/website/www/site/content/en/blog/beam-2.42.0.md
@@ -0,0 +1,127 @@
+---
+title:  "Apache Beam 2.42.0"
+date:   2022-10-04 9:00:00 -0700
+categories:
+- blog
+- release
+authors:
+- lostluck
+---
+
+<!--
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+We are happy to present the new 2.42.0 release of Beam.
+This release includes both improvements and new functionality.
+See the [download page](/get-started/downloads/#2420-2022-10-04) for this 
release.
+
+<!--more-->
+
+For more information on changes in 2.42.0, check out the [detailed release 
notes](https://github.com/apache/beam/milestone/4?closed=1).
+
+## Highlights
+
+* Added support for stateful DoFns to the Go SDK.
+
+## New Features / Improvements
+
+* Added support for Zstd compression to the Python SDK.
+* Added support for Google Cloud Profiler to the Go SDK.
+* Added support for stateful DoFns to the Go SDK.
+
+## Breaking Changes
+
+* The Go SDK's Row Coder now uses a different single-precision float encoding 
for float32 types to match Java's behavior 
([#22629](https://github.com/apache/beam/issues/22629)).
+
+## Bugfixes
+
+* Fixed Python cross-language JDBC IO Connector cannot read or write rows 
containing Timestamp type values 
[19817](https://github.com/apache/beam/issues/19817).
+
+### Known Issues
+
+* Go SDK doesn't yet support Slowly Changing Side Input pattern 
([#23106](https://github.com/apache/beam/issues/23106))
+* See a full list of open [issues that 
affect](https://github.com/apache/beam/milestone/4) this version.
+
+## List of Contributors
+
+According to git shortlog, the following people contributed to the 2.41.0 
release. Thank you to all contributors!
+
+Abirdcfly
+Ahmed Abualsaud
+Alexander Zhuravlev
+Alexey Inkin
+Alexey Romanenko
+Anand Inguva
+Andrej Galad
+Andrew Pilloud
+Andy Ye
+Balázs Németh
+Brian Hulette
+Bruno Volpato
+bulat safiullin
+bullet03
+Chamikara Jayalath
+ChangyuLi28
+Clément Guillaume
+Damon
+Danny McCormick
+Darkhan Nausharipov
+David Huntsperger
+dpcollins-google
+Evgeny Antyshev
+grufino
+Heejong Lee
+Ismaël Mejía
+Jack McCluskey
+johnjcasey
+Jonathan Shen
+Kenneth Knowles
+Ke Wu
+Kiley Sok
+Liam Miller-Cushon
+liferoad
+Lucas Nogueira
+Luke Cwik
+MakarkinSAkvelon
+Manit Gupta
+masahitojp
+Michael Hu
+Michel Davit
+Moritz Mack
+Naireen Hussain
+nancyxu123
+Nikhil Nadig
+oborysevych
+Pablo Estrada
+Pranav Bhandari
+Rajat Bhatta
+Rebecca Szper
+Reuven Lax
+Ritesh Ghorse
+Robert Bradshaw
+Robert Burke
+Ryan Thompson
+Sam Whittle
+Sergey Pronin
+Shivam
+Shunsuke Otani
+Shunya Ueta
+Steven Niemitz
+Stuart
+Svetak Sundhar
+Valentyn Tymofieiev
+Vitaly Terentyev
+Vlad
+Vladislav Chunikhin
+Yichi Zhang
+Yi Hu
+Yixiao Shen
diff --git a/website/www/site/content/en/get-started/downloads.md 
b/website/www/site/content/en/get-started/downloads.md
index 60876fb9acd..952436cbd8e 100644
--- a/website/www/site/content/en/get-started/downloads.md
+++ b/website/www/site/content/en/get-started/downloads.md
@@ -88,6 +88,14 @@ versions denoted `0.x.y`.
 
 ## Releases
 
+### 2.42.0 (2022-10-04)
+Official [source code 
download](https://www.apache.org/dyn/closer.cgi/beam/2.42.0/apache-beam-2.42.0-source-release.zip).
+[SHA-512](https://downloads.apache.org/beam/2.42.0/apache-beam-2.42.0-source-release.zip.sha512).
+[signature](https://downloads.apache.org/beam/2.42.0/apache-beam-2.42.0-source-release.zip.asc).
+
+[Release notes](https://github.com/apache/beam/releases/tag/v2.42.0)
+[Blog post](/blog/beam-2.42.0).
+
 ### 2.41.0 (2022-08-23)
 Official [source code 
download](https://www.apache.org/dyn/closer.cgi/beam/2.41.0/apache-beam-2.41.0-source-release.zip).
 
[SHA-512](https://downloads.apache.org/beam/2.41.0/apache-beam-2.41.0-source-release.zip.sha512).

Reply via email to