damccorm commented on code in PR #35759:
URL: https://github.com/apache/beam/pull/35759#discussion_r2257588252


##########
website/www/site/content/en/blog/beam-2.67.0.md:
##########
@@ -0,0 +1,76 @@
+---
+title:  "Apache Beam 2.67.0"
+date:   2025-08-?? 15:00:00 -0500
+categories:
+  - blog
+  - release
+authors:
+  - vterentev
+---
+<!--
+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.67.0 release of Beam.
+This release includes both improvements and new functionality.
+See the [download page](/get-started/downloads/#2670-2025-08-??) for this 
release.
+
+<!--more-->
+
+For more information on changes in 2.67.0, check out the [detailed release 
notes](https://github.com/apache/beam/milestone/35?closed=1).
+
+## Highlights
+
+* [Python] Prism runner now enabled by default for most Python pipelines using 
the direct runner ([#34612](https://github.com/apache/beam/pull/34612)). This 
may break some tests, see https://github.com/apache/beam/pull/34612 for details 
on how to handle issues.
+
+### I/Os
+
+* Debezium IO upgraded to 3.1.1 requires Java 17 (Java) 
([#34747](https://github.com/apache/beam/issues/34747)).
+* Add support for streaming writes in IOBase (Python)
+* Implement support for streaming writes in FileBasedSink (Python)
+* Expose support for streaming writes in TextIO (Python)
+
+### New Features / Improvements
+
+* Added support for Processing time Timer in the Spark Classic runner 
([#33633](https://github.com/apache/beam/issues/33633)).
+* Add pip-based install support for JupyterLab Sidepanel extension 
([#35397](https://github.com/apache/beam/issues/#35397)).
+* [IcebergIO] Create tables with a specified table properties 
([#35496](https://github.com/apache/beam/pull/35496))
+* Add support for comma-separated options in Python SDK (Python) 
([#35580](https://github.com/apache/beam/pull/35580)).
+  Python SDK now supports comma-separated values for experiments and 
dataflow_service_options,
+  matching Java SDK behavior while maintaining backward compatibility.
+* Milvus enrichment handler added (Python) 
([#35216](https://github.com/apache/beam/pull/35216)).
+  Beam now supports Milvus enrichment handler capabilities for vector, keyword,
+  and hybrid search operations.
+* [Beam SQL] Add support for DATABASEs, with an implementation for Iceberg 
([#35637](https://github.com/apache/beam/issues/35637))
+* Respect BatchSize and MaxBufferingDuration when using 
`JdbcIO.WriteWithResults`. Previously, these settings were ignored 
([#35669](https://github.com/apache/beam/pull/35669)).
+
+### Breaking Changes
+
+* [Python] Prism runner now enabled by default for most Python pipelines using 
the direct runner ([#34612](https://github.com/apache/beam/pull/34612)). This 
may break some tests, see https://github.com/apache/beam/pull/34612 for details 
on how to handle issues.

Review Comment:
   ```suggestion
   ```



##########
website/www/site/content/en/blog/beam-2.67.0.md:
##########
@@ -0,0 +1,76 @@
+---
+title:  "Apache Beam 2.67.0"
+date:   2025-08-?? 15:00:00 -0500
+categories:
+  - blog
+  - release
+authors:
+  - vterentev
+---
+<!--
+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.67.0 release of Beam.
+This release includes both improvements and new functionality.
+See the [download page](/get-started/downloads/#2670-2025-08-??) for this 
release.
+
+<!--more-->
+
+For more information on changes in 2.67.0, check out the [detailed release 
notes](https://github.com/apache/beam/milestone/35?closed=1).
+
+## Highlights
+
+* [Python] Prism runner now enabled by default for most Python pipelines using 
the direct runner ([#34612](https://github.com/apache/beam/pull/34612)). This 
may break some tests, see https://github.com/apache/beam/pull/34612 for details 
on how to handle issues.

Review Comment:
   ```suggestion
   ```
   
   This got moved to a future release, but I forgot to remove it from changes



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to