Skip to content

Commit be7acf5

Browse files
committed
Update Beam website to release 2.69.0
1 parent 942de54 commit be7acf5

File tree

4 files changed

+85
-15
lines changed

4 files changed

+85
-15
lines changed

CHANGES.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,18 +92,15 @@
9292

9393
* ([#X](https://github.com/apache/beam/issues/X)).
9494

95-
# [2.69.0] - Unreleased
95+
# [2.69.0] - 2025-10-??
9696

9797
## Highlights
9898

99-
* New highly anticipated feature X added to Python SDK ([#X](https://github.com/apache/beam/issues/X)).
100-
* New highly anticipated feature Y added to Java SDK ([#Y](https://github.com/apache/beam/issues/Y)).
10199
* (Python) Add YAML Editor and Visualization Panel ([#35772](https://github.com/apache/beam/issues/35772)).
102100
* (Java) Java 25 Support ([#35772](https://github.com/apache/beam/issues/35627)).
103101

104102
## I/Os
105103

106-
* Support for X source added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
107104
* Upgraded Iceberg dependency to 1.10.0 ([#36123](https://github.com/apache/beam/issues/36123)).
108105

109106
## New Features / Improvements
@@ -144,17 +141,12 @@
144141

145142
## Bugfixes
146143

147-
* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
148144
* Fixed passing of pipeline options to x-lang transforms when called from the Java SDK (Java) ([#36443](https://github.com/apache/beam/issues/36443)).
149145
* PulsarIO has now changed support status from incomplete to experimental. Both read and writes should now minimally
150146
function (un-partitioned topics, without schema support, timestamp ordered messages for read) (Java)
151147
([#36141](https://github.com/apache/beam/issues/36141)).
152148
* Fixed Spanner Change Stream reading stuck issue due to watermark of partition moving backwards ([#36470](https://github.com/apache/beam/issues/36470)).
153149

154-
## Known Issues
155-
156-
* ([#X](https://github.com/apache/beam/issues/X)).
157-
158150
# [2.68.0] - 2025-09-22
159151

160152
## Highlights

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.68.0"
107+
release_latest = "2.69.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: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: "Apache Beam 2.69.0"
3+
date: 2025-10-?? 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.69.0 release of Beam.
23+
This release includes both improvements and new functionality.
24+
See the [download page](/get-started/downloads/#2690-2025-10-??) for this release.
25+
26+
<!--more-->
27+
28+
For more information on changes in 2.69.0, check out the [detailed release notes](https://github.com/apache/beam/milestone/37?closed=1).
29+
30+
## Highlights
31+
32+
* (Python) Add YAML Editor and Visualization Panel ([#35772](https://github.com/apache/beam/issues/35772)).
33+
* (Java) Java 25 Support ([#35772](https://github.com/apache/beam/issues/35627)).
34+
35+
### I/Os
36+
37+
* Upgraded Iceberg dependency to 1.10.0 ([#36123](https://github.com/apache/beam/issues/36123)).
38+
39+
### New Features / Improvements
40+
41+
* Enhance JAXBCoder with XMLInputFactory support (Java) ([#36446](https://github.com/apache/beam/issues/36446)).
42+
* Python examples added for CloudSQL enrichment handler on [Beam website](https://beam.apache.org/documentation/transforms/python/elementwise/enrichment-cloudsql/) (Python) ([#35473](https://github.com/apache/beam/issues/36095)).
43+
* Support for batch mode execution in WriteToPubSub transform added (Python) ([#35990](https://github.com/apache/beam/issues/35990)).
44+
* Added official support for Python 3.13 ([#34869](https://github.com/apache/beam/issues/34869)).
45+
* Added an optional output_schema verification to all YAML transforms ([#35952](https://github.com/apache/beam/issues/35952)).
46+
* Support for encryption when using GroupByKey added, along with `--gbek` pipeline option to automatically replace all GroupByKey transforms (Java/Python) ([#36214](https://github.com/apache/beam/issues/36214)).
47+
48+
### Breaking Changes
49+
50+
* (Python) Fixed transform naming conflict when executing DataTransform on a dictionary of PColls ([#30445](https://github.com/apache/beam/issues/30445)).
51+
This may break update compatibility if you don't provide a `--transform_name_mapping`.
52+
* Removed deprecated Hadoop versions (2.10.2 and 3.2.4) that are no longer supported for [Iceberg](https://github.com/apache/iceberg/issues/10940) from IcebergIO ([#36282](https://github.com/apache/beam/issues/36282)).
53+
* (Go) Coder construction on SDK side is more faithful to the specs from runners without stripping length-prefix. This may break streaming pipeline update as the underlying coder could be changed ([#36387](https://github.com/apache/beam/issues/36387)).
54+
* Minimum Go version for Beam Go updated to 1.25.2 ([#36461](https://github.com/apache/beam/issues/36461)).
55+
* (Java) DoFn OutputReceiver now requires implementing a builder method as part of extended metadata support for elements ([#34902](https://github.com/apache/beam/issues/34902)).
56+
* (Java) Removed ProcessContext outputWindowedValue introduced in 2.68 that allowed setting offset and record Id. Use OutputReceiver's builder to set those field ([#36523]https://github.com/apache/beam/pull/36523).
57+
58+
### Bugfixes
59+
60+
* Fixed passing of pipeline options to x-lang transforms when called from the Java SDK (Java) ([#36443](https://github.com/apache/beam/issues/36443)).
61+
* PulsarIO has now changed support status from incomplete to experimental. Both read and writes should now minimally
62+
function (un-partitioned topics, without schema support, timestamp ordered messages for read) (Java)
63+
([#36141](https://github.com/apache/beam/issues/36141)).
64+
* Fixed Spanner Change Stream reading stuck issue due to watermark of partition moving backwards ([#36470](https://github.com/apache/beam/issues/36470)).
65+
66+
## List of Contributors
67+
68+
According to git shortlog, the following people contributed to the 2.69.0 release. Thank you to all contributors!
69+
70+
Abdelrahman Ibrahim, Ahmed Abualsaud, Andrew Crites, Arun Pandian, Bryan Dang, Chamikara Jayalath, Charles Nguyen, Chenzo, Clay Johnson, Danny McCormick, David A, Derrick Williams, Enrique Calderon, Hai Joey Tran, Ian Liao, Ian Mburu, Jack McCluskey, Jiang Zhu, Joey Tran, Kenneth Knowles, Kyle Stanley, Maciej Szwaja, Minbo Bae, Mohamed Awnallah, Radek Stankiewicz, Radosław Stankiewicz, Razvan Culea, Reuven Lax, Sagnik Ghosh, Sam Whittle, Shunping Huang, Steven van Rossum, Talat UYARER, Tanu Sharma, Tarun Annapareddy, Tom Stepp, Valentyn Tymofieiev, Vitaly Terentyev, XQ Hu, Yi Hu, Yilei, claudevdm, flpablo, fozzie15, johnjcasey, lim1t, parveensania, yashu

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.68.0 (2025-09-22)
98+
#### 2.69.0 (2025-10-??)
9999

100-
Official [source code download](https://www.apache.org/dyn/closer.lua/beam/2.68.0/apache-beam-2.68.0-source-release.zip).
101-
[SHA-512](https://downloads.apache.org/beam/2.68.0/apache-beam-2.68.0-source-release.zip.sha512).
102-
[signature](https://downloads.apache.org/beam/2.68.0/apache-beam-2.68.0-source-release.zip.asc).
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).
103103

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

106106
### Archived releases
107107

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

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

0 commit comments

Comments
 (0)