You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
73
+
* (Java) Enabled state tag encoding v2 by default for new Dataflow Streaming Engine jobs. It can be disabled by passing `--experiments=disable_streaming_engine_state_tag_encoding_v2` or `--updateCompatibilityVersion=2.74.0` pipeline option. Note that the tag encoding version cannot change during a job update. Jobs using tag encoding v2 (enabled by default for new jobs on 2.75.0+) cannot be downgraded to Beam versions prior to 2.73.0, as only versions 2.73.0 and later support tag encoding v2. ([#38705](https://github.com/apache/beam/issues/38705)).
72
74
73
75
## Breaking Changes
74
76
75
77
* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
78
+
* (Python) Typehints of dataclass fields are honored during type inferences. To restore the behavior of fallback-to-any,
79
+
use pipeline option `--exclude_infer_dataclass_field_type` ([#38797](https://github.com/apache/beam/issues/38797)).
80
+
However fixing forward is recommended.
76
81
77
82
## Deprecations
78
83
@@ -81,6 +86,7 @@
81
86
## Bugfixes
82
87
83
88
* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
89
+
* 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)).
84
90
85
91
## Security Fixes
86
92
@@ -91,7 +97,7 @@
91
97
[comment]: #( When updating known issues after release, make sure also update website blog in website/www/site/content/blog.)
* 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)).
103
-
* IcebergIO: support writing with hash distribution mode, and with autosharding ([#38061](https://github.com/apache/beam/issues/38061))).
109
+
* IcebergIO: support writing with hash distribution mode, and with autosharding ([#38061](https://github.com/apache/beam/issues/38061)).
104
110
105
111
## New Features / Improvements
106
112
@@ -130,7 +136,6 @@
130
136
131
137
* Fixed BigQueryEnrichmentHandler batch mode dropping earlier requests when multiple requests share the same enrichment key (Python) ([#38035](https://github.com/apache/beam/issues/38035)).
132
138
* 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)).
133
-
* 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)).
134
139
135
140
# [2.73.0] - 2026-04-29
136
141
@@ -2462,4 +2467,4 @@ Schema Options, it will be removed in version `2.23.0`. ([BEAM-9704](https://iss
2462
2467
2463
2468
## Highlights
2464
2469
2465
-
- For versions 2.19.0 and older release notes are available on [Apache Beam Blog](https://beam.apache.org/blog/).
2470
+
- For versions 2.19.0 and older release notes are available on [Apache Beam Blog](https://beam.apache.org/blog/).
0 commit comments