kennknowles commented on code in PR #33567:
URL: https://github.com/apache/beam/pull/33567#discussion_r1922665681


##########
website/www/site/content/en/blog/beam-2.62.0.md:
##########
@@ -0,0 +1,107 @@
+---
+title:  "Apache Beam 2.62.0"
+date:   2025-01-12 H:MM:00 Z
+categories:
+  - blog
+  - release
+authors:
+  - klk
+---
+<!--
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+We are happy to present the new 2.62.0 release of Beam.
+This release includes both improvements and new functionality.
+See the [download page](/get-started/downloads/{$DOWNLOAD_ANCHOR}) for this 
release.
+
+<!--more-->
+
+For more information on changes in 2.62.0, check out the [detailed release 
notes](https://github.com/apache/beam/milestone/26).
+
+## New Features / Improvements
+
+* 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)).
+* The datetime module is now available for use in jinja templatization for 
yaml.
+* Improved batch performance of SparkRunner's GroupByKey 
([#20943](https://github.com/apache/beam/pull/20943)).
+* Support OnWindowExpiration in Prism 
([#32211](https://github.com/apache/beam/issues/32211)).
+  * This enables initial Java GroupIntoBatches support.
+* Support OrderedListState in Prism 
([#32929](https://github.com/apache/beam/issues/32929)).
+
+## I/Os
+
+* gcs-connector config options can be set via GcsOptions (Java) 
([#32769](https://github.com/apache/beam/pull/32769)).
+* [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))
+* 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)).
+* [BigQueryIO] Create managed BigLake tables dynamically 
([#33125](https://github.com/apache/beam/pull/33125))
+
+## Breaking Changes
+
+* 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.
+
+## Bugfixes
+
+* Fixed EventTimeTimer ordering in Prism. 
([#32222](https://github.com/apache/beam/issues/32222)).
+* [Managed Iceberg] Fixed a bug where DataFile metadata was assigned incorrect 
partition values ([#33549](https://github.com/apache/beam/pull/33549)).
+
+## Security Fixes
+
+* Fixed (CVE-2024-47561)[https://www.cve.org/CVERecord?id=CVE-2024-47561] 
(Java) by upgrading Avro version to 1.11.4
+
+For the most up to date list of known issues, see 
https://github.com/apache/beam/blob/master/CHANGES.md
+
+## List of Contributors
+
+According to git shortlog, the following people contributed to the 2.62.0 
release. Thank you to all contributors!
+
+Ahmed Abualsaud,

Review Comment:
   Actually, confirmed it is fine: 
https://apache-beam-website-pull-requests.storage.googleapis.com/33567/blog/beam-2.62.0/index.html



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to