From c906f9a8ef6c622e36f9970325ad50fcacedea6a Mon Sep 17 00:00:00 2001 From: Danny Mccormick Date: Thu, 8 Jan 2026 09:39:39 -0500 Subject: [PATCH 1/2] Update website for 2.71.0 release --- CHANGES.md | 2 +- website/www/site/config.toml | 2 +- .../www/site/content/en/blog/beam-2.71.0.md | 53 +++++++++++++++++++ .../site/content/en/get-started/downloads.md | 18 +++++-- 4 files changed, 68 insertions(+), 7 deletions(-) create mode 100644 website/www/site/content/en/blog/beam-2.71.0.md diff --git a/CHANGES.md b/CHANGES.md index aea2693d1fa5..2cb0cf2309bf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -92,7 +92,7 @@ [comment]: # ( When updating known issues after release, make sure also update website blog in website/www/site/content/blog.) * ([#X](https://github.com/apache/beam/issues/X)). -# [2.71.0] - Unreleased +# [2.71.0] - TODO ## I/Os diff --git a/website/www/site/config.toml b/website/www/site/config.toml index 2b1e8fc7ffa7..f9f6c27b2b0f 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.70.0" +release_latest = "2.71.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.71.0.md b/website/www/site/content/en/blog/beam-2.71.0.md new file mode 100644 index 000000000000..572f1af476b5 --- /dev/null +++ b/website/www/site/content/en/blog/beam-2.71.0.md @@ -0,0 +1,53 @@ +--- +title: "Apache Beam 2.71.0" +date: 2026-01-13 9:00:00 -0700 +categories: + - blog + - release +authors: + - damccorm +--- + + +We are happy to present the new 2.71.0 release of Beam. +This release includes both improvements and new functionality. +See the [download page](/get-started/downloads/{TODO - replace with $DOWNLOAD_ANCHOR}) for this release. + + + +For more information on changes in 2.71.0, check out the [detailed release notes](https://github.com/apache/beam/milestone/39). + +## I/Os + +* (Java) Elasticsearch 9 Support ([#36491](https://github.com/apache/beam/issues/36491)). +* (Java) Upgraded HCatalogIO to Hive 4.0.1 ([#32189](https://github.com/apache/beam/issues/32189)). + +## New Features / Improvements + +* Support configuring Firestore database on ReadFn transforms (Java) ([#36904](https://github.com/apache/beam/issues/36904)). +* (Python) Inference args are now allowed in most model handlers, except where they are explicitly/intentionally disallowed ([#37093](https://github.com/apache/beam/issues/37093)). + +## Bugfixes + +* Fixed FirestoreV1 Beam connectors allow configuring inconsistent project/database IDs between RPC requests and routing headers #36895 (Java) ([#36895](https://github.com/apache/beam/issues/36895)). +* Logical type and coder registry are saved for pipelines in the case of default pickler. This fixes a side effect of switching to cloudpickle as default pickler in Beam 2.65.0 (Python) ([#35738](https://github.com/apache/beam/issues/35738)). + +## Known Issues + +For the most up to date list of known issues, see https://github.com/apache/beam/blob/master/CHANGES.md + +## List of Contributors + +According to git shortlog, the following people contributed to the 2.71.0 release. Thank you to all contributors! + +Abacn, Ahmed Abualsaud, Amar3tto, Andrew Crites, apanich, Arun, Arun Pandian, assaf127, Chamikara Jayalath, CherisPatelInfocusp, Cheskel Twersky, Claire McGinty, Claude, Danny Mccormick, dependabot[bot], Derrick Williams, Egbert van der Wal, Evan Galpin, Ganesh, github-actions[bot], hekk-kaori-maeda, Jack Dingilian, Jack McCluskey, JayajP, Jiang Zhu, Kenneth Knowles, liferoad, M Junaid Shaukat, Nayan Mathur, Noah Stapp, Paco Avila, Radek Stankiewicz, Radosław Stankiewicz, Robert Stupp, Sam Whittle, Shunping Huang, Steven van Rossum, Suvrat Acharya, Tarun Annapareddy, tvalentyn, Utkarsh Parekh, Vitaly Terentyev, Xiaochu Liu, Yala Huang Feng, Yi Hu, Yu Watanabe, zhan7236 \ No newline at end of file diff --git a/website/www/site/content/en/get-started/downloads.md b/website/www/site/content/en/get-started/downloads.md index 06f5244c5ae8..385b6b5c5d32 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.70.0 (2025-12-16) +#### 2.71.0 (TODO) -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). +Official [source code download](https://www.apache.org/dyn/closer.lua/beam/2.71.0/apache-beam-2.71.0-source-release.zip). +[SHA-512](https://downloads.apache.org/beam/2.71.0/apache-beam-2.71.0-source-release.zip.sha512). +[signature](https://downloads.apache.org/beam/2.71.0/apache-beam-2.71.0-source-release.zip.asc). -[Release notes](https://github.com/apache/beam/releases/tag/v2.70.0) +[Release notes](https://github.com/apache/beam/releases/tag/v2.71.0) ### Archived releases +#### 2.70.0 (2025-12-16) + +Official [source code download](https://archive.apache.org/dist/beam/2.70.0/apache-beam-2.70.0-source-release.zip). +[SHA-512](https://archive.apache.org/dist/beam/2.70.0/apache-beam-2.70.0-source-release.zip.sha512). +[signature](https://archive.apache.org/dist/beam/2.70.0/apache-beam-2.70.0-source-release.zip.asc). + +[Release notes](https://github.com/apache/beam/releases/tag/v2.70.0) + #### 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). From 0f9b0584a1d47ea0f1b5b116cc322cd33cf3120a Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Wed, 21 Jan 2026 10:17:45 -0500 Subject: [PATCH 2/2] Update website/www/site/content/en/blog/beam-2.71.0.md Co-authored-by: tvalentyn --- website/www/site/content/en/blog/beam-2.71.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/www/site/content/en/blog/beam-2.71.0.md b/website/www/site/content/en/blog/beam-2.71.0.md index 572f1af476b5..8bf7de8541e2 100644 --- a/website/www/site/content/en/blog/beam-2.71.0.md +++ b/website/www/site/content/en/blog/beam-2.71.0.md @@ -40,7 +40,7 @@ For more information on changes in 2.71.0, check out the [detailed release notes ## Bugfixes * Fixed FirestoreV1 Beam connectors allow configuring inconsistent project/database IDs between RPC requests and routing headers #36895 (Java) ([#36895](https://github.com/apache/beam/issues/36895)). -* Logical type and coder registry are saved for pipelines in the case of default pickler. This fixes a side effect of switching to cloudpickle as default pickler in Beam 2.65.0 (Python) ([#35738](https://github.com/apache/beam/issues/35738)). +* Logical type and coder registry are saved for pipelines in the case of default pickler ([#36271](https://github.com/apache/beam/issues/36271)). This fixes a side effect of switching to cloudpickle as default pickler in Beam 2.65.0 (Python) ([#35738](https://github.com/apache/beam/issues/35738)). ## Known Issues