|
31 | 31 |
|
32 | 32 | ## New Features / Improvements |
33 | 33 |
|
34 | | -* The datetime module is now available for use in jinja templatization for yaml. |
35 | 34 | * X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). |
36 | 35 |
|
37 | 36 | ## Breaking Changes |
|
54 | 53 | * ([#X](https://github.com/apache/beam/issues/X)). |
55 | 54 | --> |
56 | 55 |
|
57 | | -# [2.62.0] - Unreleased |
| 56 | +# [2.63.0] - Unreleased |
58 | 57 |
|
59 | 58 | ## Highlights |
60 | 59 |
|
|
63 | 62 |
|
64 | 63 | ## I/Os |
65 | 64 |
|
66 | | -* gcs-connector config options can be set via GcsOptions (Java) ([#32769](https://github.com/apache/beam/pull/32769)). |
67 | 65 | * 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)) |
71 | 66 |
|
72 | 67 | ## New Features / Improvements |
73 | 68 |
|
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)). |
79 | 69 | * X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). |
80 | 70 |
|
81 | 71 | ## Breaking Changes |
82 | 72 |
|
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. |
84 | 73 | * X behavior was changed ([#X](https://github.com/apache/beam/issues/X)). |
85 | 74 |
|
86 | 75 | ## Deprecations |
|
90 | 79 | ## Bugfixes |
91 | 80 |
|
92 | 81 | * 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)). |
94 | 82 |
|
95 | 83 | ## Security Fixes |
96 | 84 | * 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 |
98 | 85 |
|
99 | 86 | ## Known Issues |
100 | 87 |
|
101 | 88 | * ([#X](https://github.com/apache/beam/issues/X)). |
102 | 89 |
|
| 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 | + |
103 | 120 | # [2.61.0] - 2024-11-25 |
104 | 121 |
|
105 | 122 | ## Highlights |
|
0 commit comments