|
55 | 55 | * ([#X](https://github.com/apache/beam/issues/X)). |
56 | 56 | --> |
57 | 57 |
|
58 | | -# [2.74.0] - Unreleased |
| 58 | +# [2.75.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 | | -* Spark 4 runner support for Java SDK ([#38255](https://github.com/apache/beam/issues/38255)). |
65 | 64 |
|
66 | 65 | ## I/Os |
67 | 66 |
|
68 | 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.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 | + |
69 | 102 | * 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)). |
70 | 103 | * IcebergIO: support writing with hash distribution mode, and with autosharding ([#38061](https://github.com/apache/beam/issues/38061))). |
71 | 104 |
|
|
87 | 120 | ## Breaking Changes |
88 | 121 |
|
89 | 122 | * (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)). |
91 | 123 |
|
92 | 124 | ## Deprecations |
93 | 125 |
|
94 | | -* X behavior is deprecated and will be removed in X versions ([#X](https://github.com/apache/beam/issues/X)). |
95 | 126 | * Dropped Java 8 support ([#31678](https://github.com/apache/beam/issues/31678)). |
96 | 127 | * Removed Samza Runner support ([#35448](https://github.com/apache/beam/issues/35448)). |
97 | 128 |
|
|
101 | 132 | * 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)). |
102 | 133 | * 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)). |
103 | 134 |
|
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 | | - |
113 | 135 | # [2.73.0] - 2026-04-29 |
114 | 136 |
|
115 | 137 | ## Highlights |
|
0 commit comments