Skip to content

Commit bdef23f

Browse files
authored
Update CHANGES.md after release cut (#38608)
1 parent 3f4bcb0 commit bdef23f

1 file changed

Lines changed: 35 additions & 13 deletions

File tree

CHANGES.md

Lines changed: 35 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,50 @@
5555
* ([#X](https://github.com/apache/beam/issues/X)).
5656
-->
5757

58-
# [2.74.0] - Unreleased
58+
# [2.75.0] - Unreleased
5959

6060
## Highlights
6161

6262
* New highly anticipated feature X added to Python SDK ([#X](https://github.com/apache/beam/issues/X)).
6363
* New highly anticipated feature Y added to Java SDK ([#Y](https://github.com/apache/beam/issues/Y)).
64-
* Spark 4 runner support for Java SDK ([#38255](https://github.com/apache/beam/issues/38255)).
6564

6665
## I/Os
6766

6867
* Support for X source added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
68+
69+
## New Features / Improvements
70+
71+
* X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
72+
73+
## Breaking Changes
74+
75+
* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
76+
77+
## Deprecations
78+
79+
* X behavior is deprecated and will be removed in X versions ([#X](https://github.com/apache/beam/issues/X)).
80+
81+
## Bugfixes
82+
83+
* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
84+
85+
## Security Fixes
86+
87+
* Fixed [CVE-YYYY-NNNN](https://www.cve.org/CVERecord?id=CVE-YYYY-NNNN) (Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)).
88+
89+
## Known Issues
90+
91+
[comment]: # ( When updating known issues after release, make sure also update website blog in website/www/site/content/blog.)
92+
* ([#X](https://github.com/apache/beam/issues/X)).
93+
94+
# [2.74.0] - 2026-XX-xx
95+
96+
## Highlights
97+
98+
* Spark 4 runner support for Java SDK ([#38255](https://github.com/apache/beam/issues/38255)).
99+
100+
## I/Os
101+
69102
* 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)).
70103
* IcebergIO: support writing with hash distribution mode, and with autosharding ([#38061](https://github.com/apache/beam/issues/38061))).
71104

@@ -87,11 +120,9 @@
87120
## Breaking Changes
88121

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

92124
## Deprecations
93125

94-
* X behavior is deprecated and will be removed in X versions ([#X](https://github.com/apache/beam/issues/X)).
95126
* Dropped Java 8 support ([#31678](https://github.com/apache/beam/issues/31678)).
96127
* Removed Samza Runner support ([#35448](https://github.com/apache/beam/issues/35448)).
97128

@@ -101,15 +132,6 @@
101132
* 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)).
102133
* 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)).
103134

104-
## Security Fixes
105-
106-
* Fixed [CVE-YYYY-NNNN](https://www.cve.org/CVERecord?id=CVE-YYYY-NNNN) (Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)).
107-
108-
## Known Issues
109-
110-
[comment]: # ( When updating known issues after release, make sure also update website blog in website/www/site/content/blog.)
111-
* ([#X](https://github.com/apache/beam/issues/X)).
112-
113135
# [2.73.0] - 2026-04-29
114136

115137
## Highlights

0 commit comments

Comments
 (0)