|
58 | 58 | * ([#X](https://github.com/apache/beam/issues/X)). |
59 | 59 | --> |
60 | 60 |
|
61 | | -# [2.65.0] - Unreleased |
| 61 | +# [2.66.0] - Unreleased |
| 62 | + |
| 63 | +## Beam 3.0.0 Development Highlights |
| 64 | + |
| 65 | +* New highly anticipated feature ([X](https://github.com/apache/beam/issues/X)) to address Milestone Y ([#Y](https://github.com/apache/beam/issues/Y)). |
62 | 66 |
|
63 | 67 | ## Highlights |
64 | 68 |
|
|
68 | 72 | ## I/Os |
69 | 73 |
|
70 | 74 | * Support for X source added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). |
71 | | -* Upgraded GoogleAdsAPI to v19 for GoogleAdsIO (Java) ([#34497](https://github.com/apache/beam/pull/34497)). Changed PTransform method from version-specified (`v17()`) to `current()` for better backward compatibility in the future. |
72 | | -* Added support for writing to Pubsub with ordering keys (Java) ([#21162](https://github.com/apache/beam/issues/21162)) |
73 | 75 |
|
74 | 76 | ## New Features / Improvements |
75 | 77 |
|
|
78 | 80 | ## Breaking Changes |
79 | 81 |
|
80 | 82 | * X behavior was changed ([#X](https://github.com/apache/beam/issues/X)). |
| 83 | + |
| 84 | +## Deprecations |
| 85 | + |
| 86 | +* X behavior is deprecated and will be removed in X versions ([#X](https://github.com/apache/beam/issues/X)). |
| 87 | + |
| 88 | +## Bugfixes |
| 89 | + |
| 90 | +* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). |
| 91 | + |
| 92 | +## Security Fixes |
| 93 | +* Fixed [CVE-YYYY-NNNN](https://www.cve.org/CVERecord?id=CVE-YYYY-NNNN) (Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)). |
| 94 | + |
| 95 | +## Known Issues |
| 96 | + |
| 97 | +[comment]: # ( When updating known issues after release, make sure also update website blog in website/www/site/content/blog.) |
| 98 | +* ([#X](https://github.com/apache/beam/issues/X)). |
| 99 | + |
| 100 | +# [2.65.0] - Unreleased |
| 101 | + |
| 102 | +## I/Os |
| 103 | + |
| 104 | +* Upgraded GoogleAdsAPI to v19 for GoogleAdsIO (Java) ([#34497](https://github.com/apache/beam/pull/34497)). Changed PTransform method from version-specified (`v17()`) to `current()` for better backward compatibility in the future. |
| 105 | +* Added support for writing to Pubsub with ordering keys (Java) ([#21162](https://github.com/apache/beam/issues/21162)) |
| 106 | + |
| 107 | +## New Features / Improvements |
| 108 | + |
| 109 | +* Added support for streaming side-inputs in the Spark Classic runner ([#18136](https://github.com/apache/beam/issues/18136)). |
| 110 | + |
| 111 | +## Breaking Changes |
| 112 | + |
81 | 113 | * [Python] Reshuffle now preserves PaneInfo, where previously PaneInfo was lost |
82 | 114 | after reshuffle. To opt out of this change, set the |
83 | 115 | update_compatibility_version to a previous Beam version e.g. "2.64.0". |
|
93 | 125 |
|
94 | 126 | ## Deprecations |
95 | 127 |
|
96 | | -* X behavior is deprecated and will be removed in X versions ([#X](https://github.com/apache/beam/issues/X)). |
97 | | -* Added support for streaming side-inputs in the Spark Classic runner ([#18136](https://github.com/apache/beam/issues/18136)). |
98 | 128 | * Beam ZetaSQL is deprecated and will be removed no earlier than Beam 2.68.0 ([#34423](https://github.com/apache/beam/issues/34423)). |
99 | 129 | Users are recommended to switch to [Calcite SQL](https://beam.apache.org/documentation/dsls/sql/calcite/overview/) dialect. |
100 | 130 |
|
101 | 131 | ## Bugfixes |
102 | 132 |
|
103 | | -* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). |
104 | 133 | * Fixed read Beam rows from cross-lang transform (for example, ReadFromJdbc) involving negative 32-bit integers incorrectly decoded to large integers ([#34089](https://github.com/apache/beam/issues/34089)) |
105 | 134 | * (Java) Fixed SDF-based KafkaIO (ReadFromKafkaViaSDF) to properly handle custom deserializers that extend Deserializer<Row> interface([#34505](https://github.com/apache/beam/pull/34505)) |
106 | 135 | * [Python] `TypedDict` typehints are now compatible with `Mapping` and `Dict` type annotations. |
107 | 136 |
|
108 | 137 | ## Security Fixes |
109 | | -* Fixed [CVE-YYYY-NNNN](https://www.cve.org/CVERecord?id=CVE-YYYY-NNNN) (Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)). |
| 138 | + |
110 | 139 | * Fixed [CVE-2025-30065](https://www.cve.org/CVERecord?id=CVE-2025-30065) (Java) ([#34573](https://github.com/apache/beam/pull/34573)) |
111 | 140 |
|
112 | 141 | ## Known Issues |
113 | 142 |
|
114 | | -[comment]: # ( When updating known issues after release, make sure also update website blog in website/www/site/content/blog.) |
115 | | -* ([#X](https://github.com/apache/beam/issues/X)). |
| 143 | +N/A |
116 | 144 |
|
117 | 145 | # [2.64.0] - 2025-03-31 |
118 | 146 |
|
|
0 commit comments