Skip to content

Commit f73bd6a

Browse files
committed
Update CHANGES.md
1 parent 9d52801 commit f73bd6a

1 file changed

Lines changed: 31 additions & 11 deletions

File tree

CHANGES.md

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

58-
# [2.72.0] - Unreleased
58+
# [2.73.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-
* Flink 2.0 support ([#36947](https://github.com/apache/beam/issues/36947)).
6564

65+
## I/Os
66+
67+
* 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+
## Known Issues
86+
87+
[comment]: # ( When updating known issues after release, make sure also update website blog in website/www/site/content/blog.)
88+
* ([#X](https://github.com/apache/beam/issues/X)).
89+
90+
# [2.72.0] - 2026-02-??
91+
92+
## Highlights
93+
94+
* Flink 2.0 support ([#36947](https://github.com/apache/beam/issues/36947)).
6695

6796
## I/Os
6897

@@ -76,10 +105,6 @@
76105
* (Python) Added exception chaining to preserve error context in CloudSQLEnrichmentHandler, processes utilities, and core transforms ([#37422](https://github.com/apache/beam/issues/37422)).
77106
* (Python) Added a pipeline option `--experiments=pip_no_build_isolation` to disable build isolation when installing dependencies in the runtime environment ([#37331](https://github.com/apache/beam/issues/37331)).
78107

79-
## Breaking Changes
80-
81-
* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
82-
83108
## Deprecations
84109

85110
* (Python) Removed previously deprecated list_prefix method for filesystem interfaces ([#37587](https://github.com/apache/beam/issues/37587)).
@@ -93,11 +118,6 @@
93118

94119
* Fixed [CVE-2024-28397](https://www.cve.org/CVERecord?id=CVE-2024-28397) by switching from js2py to pythonmonkey (Yaml) ([#37560](https://github.com/apache/beam/issues/37560)).
95120

96-
## Known Issues
97-
98-
[comment]: # ( When updating known issues after release, make sure also update website blog in website/www/site/content/blog.)
99-
* ([#X](https://github.com/apache/beam/issues/X)).
100-
101121
# [2.71.0] - 2026-01-22
102122

103123
## I/Os

0 commit comments

Comments
 (0)