Skip to content

Commit 9e8e3c3

Browse files
authored
Update CHANGES.md after 2.64 release cut (#34793)
1 parent edcd5ce commit 9e8e3c3

File tree

1 file changed

+37
-9
lines changed

1 file changed

+37
-9
lines changed

CHANGES.md

Lines changed: 37 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@
5858
* ([#X](https://github.com/apache/beam/issues/X)).
5959
-->
6060

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)).
6266

6367
## Highlights
6468

@@ -68,8 +72,6 @@
6872
## I/Os
6973

7074
* 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))
7375

7476
## New Features / Improvements
7577

@@ -78,6 +80,36 @@
7880
## Breaking Changes
7981

8082
* 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+
81113
* [Python] Reshuffle now preserves PaneInfo, where previously PaneInfo was lost
82114
after reshuffle. To opt out of this change, set the
83115
update_compatibility_version to a previous Beam version e.g. "2.64.0".
@@ -93,26 +125,22 @@
93125

94126
## Deprecations
95127

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)).
98128
* Beam ZetaSQL is deprecated and will be removed no earlier than Beam 2.68.0 ([#34423](https://github.com/apache/beam/issues/34423)).
99129
Users are recommended to switch to [Calcite SQL](https://beam.apache.org/documentation/dsls/sql/calcite/overview/) dialect.
100130

101131
## Bugfixes
102132

103-
* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
104133
* 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))
105134
* (Java) Fixed SDF-based KafkaIO (ReadFromKafkaViaSDF) to properly handle custom deserializers that extend Deserializer<Row> interface([#34505](https://github.com/apache/beam/pull/34505))
106135
* [Python] `TypedDict` typehints are now compatible with `Mapping` and `Dict` type annotations.
107136

108137
## 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+
110139
* Fixed [CVE-2025-30065](https://www.cve.org/CVERecord?id=CVE-2025-30065) (Java) ([#34573](https://github.com/apache/beam/pull/34573))
111140

112141
## Known Issues
113142

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
116144

117145
# [2.64.0] - 2025-03-31
118146

0 commit comments

Comments
 (0)