Skip to content

Commit 4be931a

Browse files
committed
Update Beam website to release 2.70.0
1 parent c65c198 commit 4be931a

File tree

4 files changed

+72
-7
lines changed

4 files changed

+72
-7
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
## Breaking Changes
7878

79-
* (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)).
79+
* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
8080

8181
## Deprecations
8282

@@ -104,6 +104,10 @@
104104
* Milvus sink I/O connector added (Python) ([#36702](https://github.com/apache/beam/issues/36702)).
105105
Now Beam has full support for Milvus integration including Milvus enrichment and sink operations.
106106

107+
## Breaking Changes
108+
109+
* (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)).
110+
107111
## Deprecations
108112

109113
* (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)).

website/www/site/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ github_project_repo = "https://github.com/apache/beam"
104104

105105
[params]
106106
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."
107-
release_latest = "2.69.0"
107+
release_latest = "2.70.0"
108108
# The repository and branch where the files live in Github or Colab. This is used
109109
# to serve and stage from your local branch, but publish to the master branch.
110110
# e.g. https://github.com/{{< param branch_repo >}}/path/to/notebook.ipynb
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: "Apache Beam 2.70.0"
3+
date: 2025-12-?? 15:00:00 -0500
4+
categories:
5+
- blog
6+
- release
7+
authors:
8+
- vterentev
9+
---
10+
<!--
11+
Licensed under the Apache License, Version 2.0 (the "License");
12+
you may not use this file except in compliance with the License.
13+
You may obtain a copy of the License at
14+
http://www.apache.org/licenses/LICENSE-2.0
15+
Unless required by applicable law or agreed to in writing, software
16+
distributed under the License is distributed on an "AS IS" BASIS,
17+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
See the License for the specific language governing permissions and
19+
limitations under the License.
20+
-->
21+
22+
We are happy to present the new 2.70.0 release of Beam.
23+
This release includes both improvements and new functionality.
24+
See the [download page](/get-started/downloads/#2700-2025-12-??) for this release.
25+
26+
<!--more-->
27+
28+
For more information on changes in 2.70.0, check out the [detailed release notes](https://github.com/apache/beam/milestone/38?closed=1).
29+
30+
## Highlights
31+
32+
* Flink 1.20 support added ([#32647](https://github.com/apache/beam/issues/32647)).
33+
34+
### New Features / Improvements
35+
36+
* Python examples added for Milvus search enrichment handler on [Beam Website](https://beam.apache.org/documentation/transforms/python/elementwise/enrichment-milvus/)
37+
including jupyter notebook example (Python) ([#36176](https://github.com/apache/beam/issues/36176)).
38+
* Milvus sink I/O connector added (Python) ([#36702](https://github.com/apache/beam/issues/36702)).
39+
Now Beam has full support for Milvus integration including Milvus enrichment and sink operations.
40+
41+
### Breaking Changes
42+
43+
* (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)).
44+
45+
### Deprecations
46+
47+
* (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)).
48+
49+
## List of Contributors
50+
51+
According to git shortlog, the following people contributed to the 2.70.0 release. Thank you to all contributors!
52+
53+
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

website/www/site/content/en/get-started/downloads.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,24 @@ versions denoted `0.x.y`.
9595

9696
### Current release
9797

98-
#### 2.69.0 (2025-10-28)
98+
#### 2.70.0 (2025-12-??)
9999

100-
Official [source code download](https://www.apache.org/dyn/closer.lua/beam/2.69.0/apache-beam-2.69.0-source-release.zip).
101-
[SHA-512](https://downloads.apache.org/beam/2.69.0/apache-beam-2.69.0-source-release.zip.sha512).
102-
[signature](https://downloads.apache.org/beam/2.69.0/apache-beam-2.69.0-source-release.zip.asc).
100+
Official [source code download](https://www.apache.org/dyn/closer.lua/beam/2.70.0/apache-beam-2.70.0-source-release.zip).
101+
[SHA-512](https://downloads.apache.org/beam/2.70.0/apache-beam-2.70.0-source-release.zip.sha512).
102+
[signature](https://downloads.apache.org/beam/2.70.0/apache-beam-2.70.0-source-release.zip.asc).
103103

104-
[Release notes](https://github.com/apache/beam/releases/tag/v2.69.0)
104+
[Release notes](https://github.com/apache/beam/releases/tag/v2.70.0)
105105

106106
### Archived releases
107107

108+
#### 2.69.0 (2025-10-28)
109+
110+
Official [source code download](https://archive.apache.org/dist/beam/2.69.0/apache-beam-2.69.0-source-release.zip).
111+
[SHA-512](https://archive.apache.org/dist/beam/2.69.0/apache-beam-2.69.0-source-release.zip.sha512).
112+
[signature](https://archive.apache.org/dist/beam/2.69.0/apache-beam-2.69.0-source-release.zip.asc).
113+
114+
[Release notes](https://github.com/apache/beam/releases/tag/v2.69.0)
115+
108116
#### 2.68.0 (2025-09-22)
109117

110118
Official [source code download](https://archive.apache.org/dist/beam/2.68.0/apache-beam-2.68.0-source-release.zip).

0 commit comments

Comments
 (0)