|
55 | 55 | * ([#X](https://github.com/apache/beam/issues/X)). |
56 | 56 | --> |
57 | 57 |
|
58 | | -# [2.72.0] - Unreleased |
| 58 | +# [2.73.0] - Unreleased |
59 | 59 |
|
60 | 60 | ## Highlights |
61 | 61 |
|
62 | 62 | * New highly anticipated feature X added to Python SDK ([#X](https://github.com/apache/beam/issues/X)). |
63 | 63 | * 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)). |
65 | 64 |
|
| 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)). |
66 | 95 |
|
67 | 96 | ## I/Os |
68 | 97 |
|
|
76 | 105 | * (Python) Added exception chaining to preserve error context in CloudSQLEnrichmentHandler, processes utilities, and core transforms ([#37422](https://github.com/apache/beam/issues/37422)). |
77 | 106 | * (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)). |
78 | 107 |
|
79 | | -## Breaking Changes |
80 | | - |
81 | | -* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)). |
82 | | - |
83 | 108 | ## Deprecations |
84 | 109 |
|
85 | 110 | * (Python) Removed previously deprecated list_prefix method for filesystem interfaces ([#37587](https://github.com/apache/beam/issues/37587)). |
|
93 | 118 |
|
94 | 119 | * 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)). |
95 | 120 |
|
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 | | - |
101 | 121 | # [2.71.0] - 2026-01-22 |
102 | 122 |
|
103 | 123 | ## I/Os |
|
0 commit comments