Skip to content

Commit ef3d8cc

Browse files
Amar3ttoAbacn
andauthored
Update Beam website to release 2.74.0 (#38536)
* Update Beam website to release 2.74.0 * empty placeholder * Update release date * Fix typos --------- Co-authored-by: Yi Hu <yathu@google.com>
1 parent 8c93ab0 commit ef3d8cc

4 files changed

Lines changed: 89 additions & 11 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
## Bugfixes
8383

8484
* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
85+
* Fixed IcebergIO writing manifest column bounds padded with trailing `0x00` bytes, which broke equality predicate pushdown in some query engines (Java) ([#38580](https://github.com/apache/beam/issues/38580)).
8586

8687
## Security Fixes
8788

@@ -92,7 +93,7 @@
9293
[comment]: # ( When updating known issues after release, make sure also update website blog in website/www/site/content/blog.)
9394
* ([#X](https://github.com/apache/beam/issues/X)).
9495

95-
# [2.74.0] - 2026-XX-xx
96+
# [2.74.0] - 2026-06-02
9697

9798
## Highlights
9899

@@ -101,7 +102,7 @@
101102
## I/Os
102103

103104
* IcebergIO: support declaring a table's sort order on dynamic table creation via the new `sort_fields` config ([#38269](https://github.com/apache/beam/issues/38269)).
104-
* IcebergIO: support writing with hash distribution mode, and with autosharding ([#38061](https://github.com/apache/beam/issues/38061))).
105+
* IcebergIO: support writing with hash distribution mode, and with autosharding ([#38061](https://github.com/apache/beam/issues/38061)).
105106

106107
## New Features / Improvements
107108

@@ -131,7 +132,6 @@
131132

132133
* Fixed BigQueryEnrichmentHandler batch mode dropping earlier requests when multiple requests share the same enrichment key (Python) ([#38035](https://github.com/apache/beam/issues/38035)).
133134
* Added `max_batch_duration_secs` passthrough support in Python Enrichment BigQuery and CloudSQL handlers so batching duration can be forwarded to `BatchElements` ([#38243](https://github.com/apache/beam/issues/38243)).
134-
* Fixed IcebergIO writing manifest column bounds padded with trailing `0x00` bytes, which broke equality predicate pushdown in some query engines (Java) ([#38580](https://github.com/apache/beam/issues/38580)).
135135

136136
# [2.73.0] - 2026-04-29
137137

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.73.0"
107+
release_latest = "2.74.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.74.0"
3+
date: 2026-06-02 14:00:00 -0500
4+
categories:
5+
- blog
6+
- release
7+
authors:
8+
- vterentev
9+
- yhu
10+
---
11+
<!--
12+
Licensed under the Apache License, Version 2.0 (the "License");
13+
you may not use this file except in compliance with the License.
14+
You may obtain a copy of the License at
15+
http://www.apache.org/licenses/LICENSE-2.0
16+
Unless required by applicable law or agreed to in writing, software
17+
distributed under the License is distributed on an "AS IS" BASIS,
18+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
See the License for the specific language governing permissions and
20+
limitations under the License.
21+
-->
22+
23+
We are happy to present the new 2.74.0 release of Beam.
24+
This release includes both improvements and new functionality.
25+
See the [download page](/get-started/downloads/#2740-2026-06-02) for this release.
26+
27+
<!--more-->
28+
29+
For more information on changes in 2.74.0, check out the [detailed release notes](https://github.com/apache/beam/milestone/42).
30+
31+
## Highlights
32+
33+
* Spark 4 runner support for Java SDK ([#38255](https://github.com/apache/beam/issues/38255)).
34+
35+
### I/Os
36+
37+
* IcebergIO: support declaring a table's sort order on dynamic table creation via the new `sort_fields` config ([#38269](https://github.com/apache/beam/issues/38269)).
38+
* IcebergIO: support writing with hash distribution mode, and with autosharding ([#38061](https://github.com/apache/beam/issues/38061)).
39+
40+
### New Features / Improvements
41+
42+
* Capability introduces an indicator for aggregations and timers firing during a pipeline drain, allowing users and sinks to recognize and appropriately handle potentially incomplete or partial data ([#36884](https://github.com/apache/beam/issues/36884)).
43+
* Added support for setting disk provisioned IOPS and throughput in Dataflow runner via `--diskProvisionedIops` and `--diskProvisionedThroughputMibps` pipeline options (Java/Go/Python) ([#38349](https://github.com/apache/beam/issues/38349)).
44+
* TriggerStateMachineRunner changes from BitSetCoder to SentinelBitSetCoder to
45+
encode finished bitset. SentinelBitSetCoder and BitSetCoder are state
46+
compatible. Both coders can decode encoded bytes from the other coder
47+
([#38139](https://github.com/apache/beam/issues/38139)).
48+
* (Python) Added type alias for with_exception_handling to be used for typehints. ([#38173](https://github.com/apache/beam/issues/38173)).
49+
* (Java) BatchElements transform for Java SDK ([#38369](https://github.com/apache/beam/issues/38369))
50+
* Added plugin mechanism to support different Lineage implementations (Java) ([#36790](https://github.com/apache/beam/issues/36790)).
51+
* (Python) Supported Python user type in Beam SQL. For example, SQL statements like `SELECT some_field from PCOLLECTION` can now operate a PCollection of Beam Row containing pickable Python user type ([#20738](https://github.com/apache/beam/issues/20738)).
52+
* (Python) Introduced `beam.coders.registry.register_row` as preferred API to register a named tuple or dataclass with a Beam Row. At pipelne runtime, the original type associated with the registered row are preserved across the serialization boundary ([#38108](https://github.com/apache/beam/issues/38108)).
53+
54+
### Breaking Changes
55+
56+
* (Python) Made Beartype the default fallback type checking tool. This can be disabled with the `--disable_beartype` pipeline option. ([#38275](https://github.com/apache/beam/issues/38275))
57+
58+
### Deprecations
59+
60+
* Dropped Java 8 support ([#31678](https://github.com/apache/beam/issues/31678)).
61+
* Removed Samza Runner support ([#35448](https://github.com/apache/beam/issues/35448)).
62+
63+
### Bugfixes
64+
65+
* Fixed BigQueryEnrichmentHandler batch mode dropping earlier requests when multiple requests share the same enrichment key (Python) ([#38035](https://github.com/apache/beam/issues/38035)).
66+
* Added `max_batch_duration_secs` passthrough support in Python Enrichment BigQuery and CloudSQL handlers so batching duration can be forwarded to `BatchElements` ([#38243](https://github.com/apache/beam/issues/38243)).
67+
68+
According to git shortlog, the following people contributed to the 2.74.0 release. Thank you to all contributors!
69+
70+
Abdelrahman Ibrahim, Ahmed Abualsaud, Andrew Crites, Andrew Kabas, Arran Cudbard-Bell, Arun Pandian, Asish Kumar, Bentsi Leviav, Blake Jones, Bruno Volpato, Chris Jordan, Danny McCormick, Deji Ibrahim, Derrick Williams, Elia LIU, Ganesh Sivakumar, Jack McCluskey, Kenneth Knowles, Lalit Yadav, M Junaid Shaukat, Matej Aleksandrov, Prabhnoor Singh, Radek Stankiewicz, Radosław Stankiewicz, Reuven Lax, RuiLong J., Sam Whittle, Shunping Huang, Subramanya V, Tarun Annapareddy, Tobias Kaymak, TongruiLi, Valentyn Tymofieiev, Vitaly Terentyev, XQ Hu, Yi Hu, ZIHAN DAI, apanich, bambadiouf1, chenxuesdu, claudevdm, harshadkhetpal, johnjcasey, parveensania, tianz101

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

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,31 +95,39 @@ versions denoted `0.x.y`.
9595

9696
### Current release
9797

98-
#### 2.73.0 (2026-04-29)
98+
#### 2.74.0 (2026-06-02)
9999

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

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

106106
### Archived releases
107107

108+
#### 2.73.0 (2026-04-29)
109+
110+
Official [source code download](https://archive.apache.org/dist/beam/2.73.0/apache-beam-2.73.0-source-release.zip).
111+
[SHA-512](https://archive.apache.org/dist/beam/2.73.0/apache-beam-2.73.0-source-release.zip.sha512).
112+
[signature](https://archive.apache.org/dist/beam/2.73.0/apache-beam-2.73.0-source-release.zip.asc).
113+
114+
[Release notes](https://github.com/apache/beam/releases/tag/v2.73.0)
115+
108116
#### 2.72.0 (2026-03-30)
109117

110118
Official [source code download](https://archive.apache.org/dist/beam/2.72.0/apache-beam-2.72.0-source-release.zip).
111119
[SHA-512](https://archive.apache.org/dist/beam/2.72.0/apache-beam-2.72.0-source-release.zip.sha512).
112120
[signature](https://archive.apache.org/dist/beam/2.72.0/apache-beam-2.72.0-source-release.zip.asc).
113121

114-
[Release notes](https://github.com/apache/beam/releases/tag/v2.70.0)
122+
[Release notes](https://github.com/apache/beam/releases/tag/v2.72.0)
115123

116124
#### 2.71.0 (2026-01-22)
117125

118126
Official [source code download](https://archive.apache.org/dist/beam/2.71.0/apache-beam-2.71.0-source-release.zip).
119127
[SHA-512](https://archive.apache.org/dist/beam/2.71.0/apache-beam-2.71.0-source-release.zip.sha512).
120128
[signature](https://archive.apache.org/dist/beam/2.71.0/apache-beam-2.71.0-source-release.zip.asc).
121129

122-
[Release notes](https://github.com/apache/beam/releases/tag/v2.70.0)
130+
[Release notes](https://github.com/apache/beam/releases/tag/v2.71.0)
123131

124132
#### 2.70.0 (2025-12-16)
125133

0 commit comments

Comments
 (0)