|
55 | 55 | * ([#X](https://github.com/apache/beam/issues/X)). |
56 | 56 | --> |
57 | 57 |
|
58 | | -# [2.73.0] - Unreleased |
| 58 | +# [2.74.0] - Unreleased |
59 | 59 |
|
60 | 60 | ## Highlights |
61 | 61 |
|
|
65 | 65 | ## I/Os |
66 | 66 |
|
67 | 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 | +## 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.73.0] - 2026-04-?? |
| 95 | + |
| 96 | +## Highlights |
| 97 | + |
| 98 | +## I/Os |
| 99 | + |
68 | 100 | * DebeziumIO (Java): added `OffsetRetainer` interface and `FileSystemOffsetRetainer` implementation to persist and restore CDC offsets across pipeline restarts, and exposed `withStartOffset` / `withOffsetRetainer` on `DebeziumIO.Read` and the cross-language `ReadBuilder` ([#28248](https://github.com/apache/beam/issues/28248)). |
69 | 101 |
|
70 | 102 | ## New Features / Improvements |
|
74 | 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)). |
75 | 107 | * (Go) Added OrderedListState support to the Go SDK stateful DoFn API ([#37629](https://github.com/apache/beam/issues/37629)). |
76 | 108 | * Added support for large pipeline options via a file (Python) ([#37370](https://github.com/apache/beam/issues/37370)). |
77 | | -* X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). |
78 | 109 | * Supported infer schema from dataclass (Python) ([#22085](https://github.com/apache/beam/issues/22085)). Default coder for typehint-ed (or set with_output_type) for non-frozen dataclasses changed to RowCoder. To preserve the old behavior (fast primitive coder), explicitly register the type with FastPrimitiveCoder. |
79 | 110 | * Updates minimum Go version to 1.26.1 ([#37897](https://github.com/apache/beam/issues/37897)). |
80 | 111 | * (Python) Added image embedding support in `apache_beam.ml.rag` package ([#37628](https://github.com/apache/beam/issues/37628)). |
|
84 | 115 |
|
85 | 116 | * The Python SDK container's `boot.go` now passes pipeline options through a file instead of the `PIPELINE_OPTIONS` environment variable. If a user pairs a new Python SDK container with an older SDK version (which does not support the file-based approach), the pipeline options will not be recognized and the pipeline will fail. Users must ensure their SDK and container versions are synchronized ([#37370](https://github.com/apache/beam/issues/37370)). |
86 | 117 |
|
87 | | -## Deprecations |
88 | | - |
89 | | -* X behavior is deprecated and will be removed in X versions ([#X](https://github.com/apache/beam/issues/X)). |
90 | | - |
91 | 118 | ## Bugfixes |
92 | 119 |
|
93 | | -* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). |
94 | 120 | * Fixed ProcessManager not reaping child processes, causing zombie process accumulation on long-running Flink deployments (Java) ([#37930](https://github.com/apache/beam/issues/37930)). |
95 | 121 |
|
96 | 122 | ## Security Fixes |
97 | 123 |
|
98 | 124 | * Fixed [CVE-2023-46604](https://www.cve.org/CVERecord?id=CVE-2023-46604) (CVSS 10.0) and [CVE-2022-41678](https://www.cve.org/CVERecord?id=CVE-2022-41678) by upgrading ActiveMQ from 5.14.5 to 5.19.2 (Java) ([#37943](https://github.com/apache/beam/issues/37943)). |
99 | 125 | * Fixed [CVE-2024-1597](https://www.cve.org/CVERecord?id=CVE-2024-1597), [CVE-2022-31197](https://www.cve.org/CVERecord?id=CVE-2022-31197), and [CVE-2022-21724](https://www.cve.org/CVERecord?id=CVE-2022-21724) by upgrading PostgreSQL JDBC Driver from 42.2.16 to 42.6.2 (Java) ([#37942](https://github.com/apache/beam/issues/37942)). |
100 | 126 |
|
101 | | -## Known Issues |
102 | | - |
103 | | -[comment]: # ( When updating known issues after release, make sure also update website blog in website/www/site/content/blog.) |
104 | | -* ([#X](https://github.com/apache/beam/issues/X)). |
105 | | - |
106 | 127 | # [2.72.0] - 2026-03-30 |
107 | 128 |
|
108 | 129 | ## Highlights |
@@ -2397,4 +2418,4 @@ Schema Options, it will be removed in version `2.23.0`. ([BEAM-9704](https://iss |
2397 | 2418 |
|
2398 | 2419 | ## Highlights |
2399 | 2420 |
|
2400 | | -- For versions 2.19.0 and older release notes are available on [Apache Beam Blog](https://beam.apache.org/blog/). |
| 2421 | +- For versions 2.19.0 and older release notes are available on [Apache Beam Blog](https://beam.apache.org/blog/). |
0 commit comments