Skip to content

Commit fe6b7aa

Browse files
authored
Merge pull request #33423: Add 2.63.0 section to CHANGES.md
2 parents ca8a35a + 55b0ce9 commit fe6b7aa

File tree

1 file changed

+31
-14
lines changed

1 file changed

+31
-14
lines changed

CHANGES.md

Lines changed: 31 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
3232
## New Features / Improvements
3333
34-
* The datetime module is now available for use in jinja templatization for yaml.
3534
* X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
3635
3736
## Breaking Changes
@@ -54,7 +53,7 @@
5453
* ([#X](https://github.com/apache/beam/issues/X)).
5554
-->
5655

57-
# [2.62.0] - Unreleased
56+
# [2.63.0] - Unreleased
5857

5958
## Highlights
6059

@@ -63,24 +62,14 @@
6362

6463
## I/Os
6564

66-
* gcs-connector config options can be set via GcsOptions (Java) ([#32769](https://github.com/apache/beam/pull/32769)).
6765
* Support for X source added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
68-
* [Managed Iceberg] Support partitioning by time (year, month, day, hour) for types `date`, `time`, `timestamp`, and `timestamp(tz)` ([#32939](https://github.com/apache/beam/pull/32939))
69-
* Upgraded the default version of Hadoop dependencies to 3.4.1. Hadoop 2.10.2 is still supported (Java) ([#33011](https://github.com/apache/beam/issues/33011)).
70-
* [BigQueryIO] Create managed BigLake tables dynamically ([#33125](https://github.com/apache/beam/pull/33125))
7166

7267
## New Features / Improvements
7368

74-
* Added support for stateful processing in Spark Runner for streaming pipelines. Timer functionality is not yet supported and will be implemented in a future release ([#33237](https://github.com/apache/beam/issues/33237)).
75-
* Improved batch performance of SparkRunner's GroupByKey ([#20943](https://github.com/apache/beam/pull/20943)).
76-
* Support OnWindowExpiration in Prism ([#32211](https://github.com/apache/beam/issues/32211)).
77-
* This enables initial Java GroupIntoBatches support.
78-
* Support OrderedListState in Prism ([#32929](https://github.com/apache/beam/issues/32929)).
7969
* X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
8070

8171
## Breaking Changes
8272

83-
* Upgraded ZetaSQL to 2024.11.1 ([#32902](https://github.com/apache/beam/pull/32902)). Java11+ is now needed if Beam's ZetaSQL component is used.
8473
* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
8574

8675
## Deprecations
@@ -90,16 +79,44 @@
9079
## Bugfixes
9180

9281
* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
93-
* Fixed EventTimeTimer ordering in Prism. ([#32222](https://github.com/apache/beam/issues/32222)).
9482

9583
## Security Fixes
9684
* Fixed (CVE-YYYY-NNNN)[https://www.cve.org/CVERecord?id=CVE-YYYY-NNNN] (Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)).
97-
* Fixed (CVE-2024-47561)[https://www.cve.org/CVERecord?id=CVE-2024-47561] (Java) by upgrading Avro version to 1.11.4
9885

9986
## Known Issues
10087

10188
* ([#X](https://github.com/apache/beam/issues/X)).
10289

90+
# [2.62.0] - Unreleased
91+
92+
## I/Os
93+
94+
* gcs-connector config options can be set via GcsOptions (Java) ([#32769](https://github.com/apache/beam/pull/32769)).
95+
* [Managed Iceberg] Support partitioning by time (year, month, day, hour) for types `date`, `time`, `timestamp`, and `timestamp(tz)` ([#32939](https://github.com/apache/beam/pull/32939))
96+
* Upgraded the default version of Hadoop dependencies to 3.4.1. Hadoop 2.10.2 is still supported (Java) ([#33011](https://github.com/apache/beam/issues/33011)).
97+
* [BigQueryIO] Create managed BigLake tables dynamically ([#33125](https://github.com/apache/beam/pull/33125))
98+
99+
## New Features / Improvements
100+
101+
* Added support for stateful processing in Spark Runner for streaming pipelines. Timer functionality is not yet supported and will be implemented in a future release ([#33237](https://github.com/apache/beam/issues/33237)).
102+
* The datetime module is now available for use in jinja templatization for yaml.
103+
* Improved batch performance of SparkRunner's GroupByKey ([#20943](https://github.com/apache/beam/pull/20943)).
104+
* Support OnWindowExpiration in Prism ([#32211](https://github.com/apache/beam/issues/32211)).
105+
* This enables initial Java GroupIntoBatches support.
106+
* Support OrderedListState in Prism ([#32929](https://github.com/apache/beam/issues/32929)).
107+
108+
## Breaking Changes
109+
110+
* Upgraded ZetaSQL to 2024.11.1 ([#32902](https://github.com/apache/beam/pull/32902)). Java11+ is now needed if Beam's ZetaSQL component is used.
111+
112+
## Bugfixes
113+
114+
* Fixed EventTimeTimer ordering in Prism. ([#32222](https://github.com/apache/beam/issues/32222)).
115+
116+
## Security Fixes
117+
118+
* Fixed (CVE-2024-47561)[https://www.cve.org/CVERecord?id=CVE-2024-47561] (Java) by upgrading Avro version to 1.11.4
119+
103120
# [2.61.0] - 2024-11-25
104121

105122
## Highlights

0 commit comments

Comments
 (0)