This is an automated email from the ASF dual-hosted git repository.
Abacn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new bdef23f826e Update CHANGES.md after release cut (#38608)
bdef23f826e is described below
commit bdef23f826e0833f04c04f1422dcdb45da9bdc95
Author: Yi Hu <[email protected]>
AuthorDate: Thu May 28 15:39:18 2026 -0400
Update CHANGES.md after release cut (#38608)
---
CHANGES.md | 48 +++++++++++++++++++++++++++++++++++-------------
1 file changed, 35 insertions(+), 13 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index c87c1271280..74209bb7499 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -55,17 +55,50 @@
* ([#X](https://github.com/apache/beam/issues/X)).
-->
-# [2.74.0] - Unreleased
+# [2.75.0] - Unreleased
## Highlights
* New highly anticipated feature X added to Python SDK
([#X](https://github.com/apache/beam/issues/X)).
* New highly anticipated feature Y added to Java SDK
([#Y](https://github.com/apache/beam/issues/Y)).
-* Spark 4 runner support for Java SDK
([#38255](https://github.com/apache/beam/issues/38255)).
## I/Os
* Support for X source added (Java/Python)
([#X](https://github.com/apache/beam/issues/X)).
+
+## New Features / Improvements
+
+* X feature added (Java/Python)
([#X](https://github.com/apache/beam/issues/X)).
+
+## Breaking Changes
+
+* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
+
+## Deprecations
+
+* X behavior is deprecated and will be removed in X versions
([#X](https://github.com/apache/beam/issues/X)).
+
+## Bugfixes
+
+* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
+
+## Security Fixes
+
+* Fixed [CVE-YYYY-NNNN](https://www.cve.org/CVERecord?id=CVE-YYYY-NNNN)
(Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)).
+
+## Known Issues
+
+[comment]: # ( When updating known issues after release, make sure also update
website blog in website/www/site/content/blog.)
+* ([#X](https://github.com/apache/beam/issues/X)).
+
+# [2.74.0] - 2026-XX-xx
+
+## Highlights
+
+* Spark 4 runner support for Java SDK
([#38255](https://github.com/apache/beam/issues/38255)).
+
+## I/Os
+
* 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)).
* IcebergIO: support writing with hash distribution mode, and with
autosharding ([#38061](https://github.com/apache/beam/issues/38061))).
@@ -87,11 +120,9 @@
## Breaking Changes
* (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))
-* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
## Deprecations
-* X behavior is deprecated and will be removed in X versions
([#X](https://github.com/apache/beam/issues/X)).
* Dropped Java 8 support
([#31678](https://github.com/apache/beam/issues/31678)).
* Removed Samza Runner support
([#35448](https://github.com/apache/beam/issues/35448)).
@@ -101,15 +132,6 @@
* 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)).
* 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)).
-## Security Fixes
-
-* Fixed [CVE-YYYY-NNNN](https://www.cve.org/CVERecord?id=CVE-YYYY-NNNN)
(Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)).
-
-## Known Issues
-
-[comment]: # ( When updating known issues after release, make sure also update
website blog in website/www/site/content/blog.)
-* ([#X](https://github.com/apache/beam/issues/X)).
-
# [2.73.0] - 2026-04-29
## Highlights