From 4be931a5aa6bde6c3b6c40c19752409686a571d3 Mon Sep 17 00:00:00 2001 From: Vitaly Terentyev Date: Tue, 9 Dec 2025 13:55:27 +0400 Subject: [PATCH 1/2] Update Beam website to release 2.70.0 --- CHANGES.md | 6 ++- website/www/site/config.toml | 2 +- .../www/site/content/en/blog/beam-2.70.0.md | 53 +++++++++++++++++++ .../site/content/en/get-started/downloads.md | 18 +++++-- 4 files changed, 72 insertions(+), 7 deletions(-) create mode 100644 website/www/site/content/en/blog/beam-2.70.0.md diff --git a/CHANGES.md b/CHANGES.md index 09e249630447..ed37a2101fe9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -76,7 +76,7 @@ ## Breaking Changes -* (Python) Some Python dependencies have been split out into extras. To ensure all previously installed dependencies are installed, when installing Beam you can `pip install apache-beam[gcp,interactive,yaml,redis,hadoop,tfrecord]`, though most users will not need all of these extras ([#34554](https://github.com/apache/beam/issues/34554)). +* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)). ## Deprecations @@ -104,6 +104,10 @@ * Milvus sink I/O connector added (Python) ([#36702](https://github.com/apache/beam/issues/36702)). Now Beam has full support for Milvus integration including Milvus enrichment and sink operations. +## Breaking Changes + +* (Python) Some Python dependencies have been split out into extras. To ensure all previously installed dependencies are installed, when installing Beam you can `pip install apache-beam[gcp,interactive,yaml,redis,hadoop,tfrecord]`, though most users will not need all of these extras ([#34554](https://github.com/apache/beam/issues/34554)). + ## Deprecations * (Python) Python 3.9 reached EOL in October 2025 and support for the language version has been removed. ([#36665](https://github.com/apache/beam/issues/36665)). diff --git a/website/www/site/config.toml b/website/www/site/config.toml index 8e96c8196062..2b1e8fc7ffa7 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). Beam also brings DSL in different languages, allowing users to easily implement their data integration processes." -release_latest = "2.69.0" +release_latest = "2.70.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.70.0.md b/website/www/site/content/en/blog/beam-2.70.0.md new file mode 100644 index 000000000000..8084f4753ef2 --- /dev/null +++ b/website/www/site/content/en/blog/beam-2.70.0.md @@ -0,0 +1,53 @@ +--- +title: "Apache Beam 2.70.0" +date: 2025-12-?? 15:00:00 -0500 +categories: + - blog + - release +authors: + - vterentev +--- + + +We are happy to present the new 2.70.0 release of Beam. +This release includes both improvements and new functionality. +See the [download page](/get-started/downloads/#2700-2025-12-??) for this release. + + + +For more information on changes in 2.70.0, check out the [detailed release notes](https://github.com/apache/beam/milestone/38?closed=1). + +## Highlights + +* Flink 1.20 support added ([#32647](https://github.com/apache/beam/issues/32647)). + +### New Features / Improvements + +* Python examples added for Milvus search enrichment handler on [Beam Website](https://beam.apache.org/documentation/transforms/python/elementwise/enrichment-milvus/) + including jupyter notebook example (Python) ([#36176](https://github.com/apache/beam/issues/36176)). +* Milvus sink I/O connector added (Python) ([#36702](https://github.com/apache/beam/issues/36702)). + Now Beam has full support for Milvus integration including Milvus enrichment and sink operations. + +### Breaking Changes + +* (Python) Some Python dependencies have been split out into extras. To ensure all previously installed dependencies are installed, when installing Beam you can `pip install apache-beam[gcp,interactive,yaml,redis,hadoop,tfrecord]`, though most users will not need all of these extras ([#34554](https://github.com/apache/beam/issues/34554)). + +### Deprecations + +* (Python) Python 3.9 reached EOL in October 2025 and support for the language version has been removed. ([#36665](https://github.com/apache/beam/issues/36665)). + +## List of Contributors + +According to git shortlog, the following people contributed to the 2.70.0 release. Thank you to all contributors! + +Abdelrahman Ibrahim, Ahmed Abualsaud, Alex Chermenin, Andrew Crites, Arun Pandian, Celeste Zeng, Chamikara Jayalath, Chenzo, Claire McGinty, Danny McCormick, Derrick Williams, Dustin Rhodes, Enrique Calderon, Ian Liao, Jack McCluskey, Jessica Hsiao, Joey Tran, Karthik Talluri, Kenneth Knowles, Maciej Szwaja, Mehdi.D, Mohamed Awnallah, Praneet Nadella, Radek Stankiewicz, Radosław Stankiewicz, Reuven Lax, RuiLong J., S. Veyrié, Sam Whittle, Shunping Huang, Stephan Hoyer, Steven van Rossum, Tanu Sharma, Tarun Annapareddy, Tom Stepp, Valentyn Tymofieiev, Vitaly Terentyev, XQ Hu, Yi Hu, changliiu, claudevdm, fozzie15, kristynsmith, wolfchris-google diff --git a/website/www/site/content/en/get-started/downloads.md b/website/www/site/content/en/get-started/downloads.md index 97f213d15c2c..510799a3cb87 100644 --- a/website/www/site/content/en/get-started/downloads.md +++ b/website/www/site/content/en/get-started/downloads.md @@ -95,16 +95,24 @@ versions denoted `0.x.y`. ### Current release -#### 2.69.0 (2025-10-28) +#### 2.70.0 (2025-12-??) -Official [source code download](https://www.apache.org/dyn/closer.lua/beam/2.69.0/apache-beam-2.69.0-source-release.zip). -[SHA-512](https://downloads.apache.org/beam/2.69.0/apache-beam-2.69.0-source-release.zip.sha512). -[signature](https://downloads.apache.org/beam/2.69.0/apache-beam-2.69.0-source-release.zip.asc). +Official [source code download](https://www.apache.org/dyn/closer.lua/beam/2.70.0/apache-beam-2.70.0-source-release.zip). +[SHA-512](https://downloads.apache.org/beam/2.70.0/apache-beam-2.70.0-source-release.zip.sha512). +[signature](https://downloads.apache.org/beam/2.70.0/apache-beam-2.70.0-source-release.zip.asc). -[Release notes](https://github.com/apache/beam/releases/tag/v2.69.0) +[Release notes](https://github.com/apache/beam/releases/tag/v2.70.0) ### Archived releases +#### 2.69.0 (2025-10-28) + +Official [source code download](https://archive.apache.org/dist/beam/2.69.0/apache-beam-2.69.0-source-release.zip). +[SHA-512](https://archive.apache.org/dist/beam/2.69.0/apache-beam-2.69.0-source-release.zip.sha512). +[signature](https://archive.apache.org/dist/beam/2.69.0/apache-beam-2.69.0-source-release.zip.asc). + +[Release notes](https://github.com/apache/beam/releases/tag/v2.69.0) + #### 2.68.0 (2025-09-22) Official [source code download](https://archive.apache.org/dist/beam/2.68.0/apache-beam-2.68.0-source-release.zip). From 65f1ade4ce1c50e24672a55c8dd1384d4b13f449 Mon Sep 17 00:00:00 2001 From: Vitaly Terentyev Date: Tue, 16 Dec 2025 16:25:12 +0400 Subject: [PATCH 2/2] Update release date --- CHANGES.md | 2 +- website/www/site/content/en/blog/beam-2.70.0.md | 4 ++-- website/www/site/content/en/get-started/downloads.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ed37a2101fe9..c0961a6e1234 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -91,7 +91,7 @@ * ([#X](https://github.com/apache/beam/issues/X)). -# [2.70.0] - Unreleased +# [2.70.0] - 2025-12-16 ## Highlights diff --git a/website/www/site/content/en/blog/beam-2.70.0.md b/website/www/site/content/en/blog/beam-2.70.0.md index 8084f4753ef2..0ca6fd80e3f7 100644 --- a/website/www/site/content/en/blog/beam-2.70.0.md +++ b/website/www/site/content/en/blog/beam-2.70.0.md @@ -1,6 +1,6 @@ --- title: "Apache Beam 2.70.0" -date: 2025-12-?? 15:00:00 -0500 +date: 2025-12-16 15:00:00 -0500 categories: - blog - release @@ -21,7 +21,7 @@ limitations under the License. We are happy to present the new 2.70.0 release of Beam. This release includes both improvements and new functionality. -See the [download page](/get-started/downloads/#2700-2025-12-??) for this release. +See the [download page](/get-started/downloads/#2700-2025-12-16) for this release. diff --git a/website/www/site/content/en/get-started/downloads.md b/website/www/site/content/en/get-started/downloads.md index 510799a3cb87..06f5244c5ae8 100644 --- a/website/www/site/content/en/get-started/downloads.md +++ b/website/www/site/content/en/get-started/downloads.md @@ -95,7 +95,7 @@ versions denoted `0.x.y`. ### Current release -#### 2.70.0 (2025-12-??) +#### 2.70.0 (2025-12-16) Official [source code download](https://www.apache.org/dyn/closer.lua/beam/2.70.0/apache-beam-2.70.0-source-release.zip). [SHA-512](https://downloads.apache.org/beam/2.70.0/apache-beam-2.70.0-source-release.zip.sha512).