rszper commented on code in PR #31925:
URL: https://github.com/apache/beam/pull/31925#discussion_r1702159979


##########
website/www/site/content/en/blog/beam-2.58.0.md:
##########
@@ -0,0 +1,130 @@
+---
+title:  "Apache Beam 2.58.0"
+date:   2024-07-22 13:00:00 -0800
+categories:
+  - blog
+  - release
+authors:
+  - jrmccluskey
+---
+<!--
+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.58.0 release of Beam.
+This release includes both improvements and new functionality.
+See the [download page](/get-started/downloads/#2570-2024-07-22) for this 
release.
+
+<!--more-->
+
+For more information about changes in 2.58.0, check out the [detailed release 
notes](https://github.com/apache/beam/milestone/22).
+
+## I/Os
+
+* Support for [Solace](https://solace.com/) source (`SolaceIO.Read`) added 
(Java) ([#31440](https://github.com/apache/beam/issues/31440)).
+
+## New Features / Improvements
+
+* Multiple RunInference instances can now share the same model instance by 
setting the model_identifier parameter (Python) 
([#31665](https://github.com/apache/beam/issues/31665)).
+* Added options to control the number of Storage API multiplexing connections 
([#31721](https://github.com/apache/beam/pull/31721))
+* [BigQueryIO] Better handling for batch Storage Write API when it hits 
AppendRows throughput quota 
([#31837](https://github.com/apache/beam/pull/31837))
+* [IcebergIO] All specified catalog properties are passed through to the 
connector ([#31726](https://github.com/apache/beam/pull/31726))
+* Removed a third-party LGPL dependency from the Go SDK 
([#31765](https://github.com/apache/beam/issues/31765)).
+* Support for `MapState` and `SetState` when using Dataflow Runner v1 with 
Streaming Engine (Java) 
([[#18200](https://github.com/apache/beam/issues/18200)])
+
+## Breaking Changes
+
+* [IcebergIO] `IcebergCatalogConfig` was changed to support specifying catalog 
properties in a key-store fashion 
([#31726](https://github.com/apache/beam/pull/31726))
+* [SpannerIO] Added validation that query and table cannot be specified at the 
same time for SpannerIO.read(). Previously withQuery overrides withTable, if 
set ([#24956](https://github.com/apache/beam/issues/24956)).

Review Comment:
   ```suggestion
   * [SpannerIO] Added validation that query and table cannot be specified at 
the same time for `SpannerIO.read()`. Previously `withQuery` overrides 
`withTable`, if set ([#24956](https://github.com/apache/beam/issues/24956)).
   ```



##########
website/www/site/content/en/blog/beam-2.58.0.md:
##########
@@ -0,0 +1,130 @@
+---
+title:  "Apache Beam 2.58.0"
+date:   2024-07-22 13:00:00 -0800
+categories:
+  - blog
+  - release
+authors:
+  - jrmccluskey
+---
+<!--
+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.58.0 release of Beam.
+This release includes both improvements and new functionality.
+See the [download page](/get-started/downloads/#2570-2024-07-22) for this 
release.
+
+<!--more-->
+
+For more information about changes in 2.58.0, check out the [detailed release 
notes](https://github.com/apache/beam/milestone/22).
+
+## I/Os
+
+* Support for [Solace](https://solace.com/) source (`SolaceIO.Read`) added 
(Java) ([#31440](https://github.com/apache/beam/issues/31440)).
+
+## New Features / Improvements
+
+* Multiple RunInference instances can now share the same model instance by 
setting the model_identifier parameter (Python) 
([#31665](https://github.com/apache/beam/issues/31665)).
+* Added options to control the number of Storage API multiplexing connections 
([#31721](https://github.com/apache/beam/pull/31721))
+* [BigQueryIO] Better handling for batch Storage Write API when it hits 
AppendRows throughput quota 
([#31837](https://github.com/apache/beam/pull/31837))
+* [IcebergIO] All specified catalog properties are passed through to the 
connector ([#31726](https://github.com/apache/beam/pull/31726))
+* Removed a third-party LGPL dependency from the Go SDK 
([#31765](https://github.com/apache/beam/issues/31765)).
+* Support for `MapState` and `SetState` when using Dataflow Runner v1 with 
Streaming Engine (Java) 
([[#18200](https://github.com/apache/beam/issues/18200)])
+
+## Breaking Changes
+
+* [IcebergIO] `IcebergCatalogConfig` was changed to support specifying catalog 
properties in a key-store fashion 
([#31726](https://github.com/apache/beam/pull/31726))
+* [SpannerIO] Added validation that query and table cannot be specified at the 
same time for SpannerIO.read(). Previously withQuery overrides withTable, if 
set ([#24956](https://github.com/apache/beam/issues/24956)).
+
+## Bug fixes
+
+* [BigQueryIO] Fixed a bug in batch Storage Write API that frequently 
exhausted concurrent connections quota 
([#31710](https://github.com/apache/beam/pull/31710))
+
+## List of Contributors
+
+According to git shortlog, the following people contributed to the 2.57.0 
release. Thank you to all contributors!

Review Comment:
   ```suggestion
   According to git shortlog, the following people contributed to the 2.58.0 
release. Thank you to all contributors!
   ```



##########
website/www/site/content/en/blog/beam-2.58.0.md:
##########
@@ -0,0 +1,130 @@
+---
+title:  "Apache Beam 2.58.0"
+date:   2024-07-22 13:00:00 -0800
+categories:
+  - blog
+  - release
+authors:
+  - jrmccluskey
+---
+<!--
+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.58.0 release of Beam.
+This release includes both improvements and new functionality.
+See the [download page](/get-started/downloads/#2570-2024-07-22) for this 
release.

Review Comment:
   I assume this URL will be updated before we publish.



-- 
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