dependabot[bot] opened a new pull request, #34: URL: https://github.com/apache/beam-starter-python/pull/34
Bumps [apache-beam](https://github.com/apache/beam) from 2.57.0 to 2.58.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/beam/releases">apache-beam's releases</a>.</em></p> <blockquote> <h2>Beam 2.58.0 release</h2> <p>We are happy to present the new 2.58.0 release of Beam. This release includes both improvements and new functionality. See the <a href="https://github.com/apache/beam/blob/HEAD/get-started/downloads/#2580-2024-08-06">download page</a> for this release.</p> <!-- raw HTML omitted --> <p>For more information about changes in 2.58.0, check out the <a href="https://github.com/apache/beam/milestone/22">detailed release notes</a>.</p> <h2>I/Os</h2> <ul> <li>Support for <a href="https://solace.com/">Solace</a> source (<code>SolaceIO.Read</code>) added (Java) (<a href="https://redirect.github.com/apache/beam/issues/31440">#31440</a>).</li> </ul> <h2>New Features / Improvements</h2> <ul> <li>Multiple RunInference instances can now share the same model instance by setting the model_identifier parameter (Python) (<a href="https://redirect.github.com/apache/beam/issues/31665">#31665</a>).</li> <li>Added options to control the number of Storage API multiplexing connections (<a href="https://redirect.github.com/apache/beam/pull/31721">#31721</a>)</li> <li>[BigQueryIO] Better handling for batch Storage Write API when it hits AppendRows throughput quota (<a href="https://redirect.github.com/apache/beam/pull/31837">#31837</a>)</li> <li>[IcebergIO] All specified catalog properties are passed through to the connector (<a href="https://redirect.github.com/apache/beam/pull/31726">#31726</a>)</li> <li>Removed a third-party LGPL dependency from the Go SDK (<a href="https://redirect.github.com/apache/beam/issues/31765">#31765</a>).</li> <li>Support for <code>MapState</code> and <code>SetState</code> when using Dataflow Runner v1 with Streaming Engine (Java) ([<a href="https://redirect.github.com/apache/beam/issues/18200">#18200</a>])</li> </ul> <h2>Breaking Changes</h2> <ul> <li>[IcebergIO] <code>IcebergCatalogConfig</code> was changed to support specifying catalog properties in a key-store fashion (<a href="https://redirect.github.com/apache/beam/pull/31726">#31726</a>)</li> <li>[SpannerIO] Added validation that query and table cannot be specified at the same time for <code>SpannerIO.read()</code>. Previously <code>withQuery</code> overrides <code>withTable</code>, if set (<a href="https://redirect.github.com/apache/beam/issues/24956">#24956</a>).</li> </ul> <h2>Bug fixes</h2> <ul> <li>[BigQueryIO] Fixed a bug in batch Storage Write API that frequently exhausted concurrent connections quota (<a href="https://redirect.github.com/apache/beam/pull/31710">#31710</a>)</li> </ul> <h2>List of Contributors</h2> <p>According to git shortlog, the following people contributed to the 2.58.0 release. Thank you to all contributors!</p> <p>Ahmed Abualsaud</p> <p>Ahmet Altay</p> <p>Alexandre Moueddene</p> <p>Alexey Romanenko</p> <p>Andrew Crites</p> <p>Bartosz Zablocki</p> <p>Celeste Zeng</p> <p>Chamikara Jayalath</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/beam/blob/master/CHANGES.md">apache-beam's changelog</a>.</em></p> <blockquote> <h1>[2.58.0] - 2024-08-06</h1> <h2>Highlights</h2> <ul> <li>Support for <a href="https://solace.com/">Solace</a> source (<code>SolaceIO.Read</code>) added (Java) (<a href="https://redirect.github.com/apache/beam/issues/31440">#31440</a>).</li> </ul> <h2>New Features / Improvements</h2> <ul> <li>Multiple RunInference instances can now share the same model instance by setting the model_identifier parameter (Python) (<a href="https://redirect.github.com/apache/beam/issues/31665">#31665</a>).</li> <li>Added options to control the number of Storage API multiplexing connections (<a href="https://redirect.github.com/apache/beam/pull/31721">#31721</a>)</li> <li>[BigQueryIO] Better handling for batch Storage Write API when it hits AppendRows throughput quota (<a href="https://redirect.github.com/apache/beam/pull/31837">#31837</a>)</li> <li>[IcebergIO] All specified catalog properties are passed through to the connector (<a href="https://redirect.github.com/apache/beam/pull/31726">#31726</a>)</li> <li>Removed a 3rd party LGPL dependency from the Go SDK (<a href="https://redirect.github.com/apache/beam/issues/31765">#31765</a>).</li> <li>Support for MapState and SetState when using Dataflow Runner v1 with Streaming Engine (Java) ([<a href="https://redirect.github.com/apache/beam/issues/18200">#18200</a>])</li> </ul> <h2>Breaking Changes</h2> <ul> <li>[IcebergIO] IcebergCatalogConfig was changed to support specifying catalog properties in a key-store fashion (<a href="https://redirect.github.com/apache/beam/pull/31726">#31726</a>)</li> <li>[SpannerIO] Added validation that query and table cannot be specified at the same time for SpannerIO.read(). Previously withQuery overrides withTable, if set (<a href="https://redirect.github.com/apache/beam/issues/24956">#24956</a>).</li> </ul> <h2>Bugfixes</h2> <ul> <li>[BigQueryIO] Fixed a bug in batch Storage Write API that frequently exhausted concurrent connections quota (<a href="https://redirect.github.com/apache/beam/pull/31710">#31710</a>)</li> <li>Fixed a logging issue where Python worker dependency installation logs sometimes were not emitted in a timely manner (<a href="https://redirect.github.com/apache/beam/pull/31977">#31977</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/beam/commit/d8315f63270b6b4d79afd2579b41dba23b999235"><code>d8315f6</code></a> Set version for 2.58.0 RC2</li> <li><a href="https://github.com/apache/beam/commit/7fbbe0bf26ae6bf1112efcd0ec5814b03c7b9f0a"><code>7fbbe0b</code></a> Adds ordered list user state support to fnapi accessor cache. (<a href="https://redirect.github.com/apache/beam/issues/31923">#31923</a>) (<a href="https://redirect.github.com/apache/beam/issues/32013">#32013</a>)</li> <li><a href="https://github.com/apache/beam/commit/bb828dc6c998b9f83c3df91dd35961ff58acd94c"><code>bb828dc</code></a> Revert "[Cherrypick] Update Build Wheels to only build once on RCs (<a href="https://redirect.github.com/apache/beam/issues/32009">#32009</a>)" ...</li> <li><a href="https://github.com/apache/beam/commit/0a4bdc370ae6532151bedf296286be34d1c13473"><code>0a4bdc3</code></a> Update Build Wheels to only build once on RCs (<a href="https://redirect.github.com/apache/beam/issues/32009">#32009</a>) (<a href="https://redirect.github.com/apache/beam/issues/32010">#32010</a>)</li> <li><a href="https://github.com/apache/beam/commit/cdc19d07da928f8bf55bffa672a3a19e7941cf73"><code>cdc19d0</code></a> [yaml] Fix yaml provider schema validation and merging (<a href="https://redirect.github.com/apache/beam/issues/31974">#31974</a>) (<a href="https://redirect.github.com/apache/beam/issues/31984">#31984</a>)</li> <li><a href="https://github.com/apache/beam/commit/3ec56433f497ce2a9e217343de46e2bb99b252d9"><code>3ec5643</code></a> Dedup Lineage and getTableToExtract call in BigQuerySourceBase (<a href="https://redirect.github.com/apache/beam/issues/31960">#31960</a>) (<a href="https://redirect.github.com/apache/beam/issues/31972">#31972</a>)</li> <li><a href="https://github.com/apache/beam/commit/6e19e38397286c75847732d5f5cf52f235f03fc5"><code>6e19e38</code></a> Use buffered loggers that periodically flush. (<a href="https://redirect.github.com/apache/beam/issues/31978">#31978</a>)</li> <li><a href="https://github.com/apache/beam/commit/eca36f6926967fae4f803baa4b1358d5faccab73"><code>eca36f6</code></a> Switch to use self-hosted runner for build_wheels action (<a href="https://redirect.github.com/apache/beam/issues/31866">#31866</a>) (<a href="https://redirect.github.com/apache/beam/issues/31916">#31916</a>)</li> <li><a href="https://github.com/apache/beam/commit/7626ad83d4e9182a5557ac52836c032b82f12e10"><code>7626ad8</code></a> Fix generateYamlDocs gradle task (<a href="https://redirect.github.com/apache/beam/issues/31909">#31909</a>)</li> <li><a href="https://github.com/apache/beam/commit/92de083fd98445eb993a2c708a835b874a91f765"><code>92de083</code></a> Export string sets in monitoring infos. (<a href="https://redirect.github.com/apache/beam/issues/31838">#31838</a>) (<a href="https://redirect.github.com/apache/beam/issues/31849">#31849</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/beam/compare/v2.57.0...v2.58.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=apache-beam&package-manager=pip&previous-version=2.57.0&new-version=2.58.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- 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