You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2023/01/18 09:11:54 UTC

[GitHub] [beam-starter-go] dependabot[bot] opened a new pull request, #9: Bump github.com/apache/beam/sdks/v2 from 2.42.0 to 2.44.0

dependabot[bot] opened a new pull request, #9:
URL: https://github.com/apache/beam-starter-go/pull/9

   Bumps [github.com/apache/beam/sdks/v2](https://github.com/apache/beam) from 2.42.0 to 2.44.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/beam/releases">github.com/apache/beam/sdks/v2's releases</a>.</em></p>
   <blockquote>
   <h2>v2.44.0</h2>
   <p>We are happy to present the new 2.44.0 release of Beam.
   This release includes both improvements and new functionality.
   See the <a href="https://beam.apache.org/get-started/downloads/#2430-2023-01-13">download page</a> for this release.</p>
   <p>For more information on changes in 2.44.0, check out the <a href="https://github.com/apache/beam/milestone/7?closed=1">detailed release notes</a>.</p>
   <h2>I/Os</h2>
   <ul>
   <li>Support for Bigtable sink (Write and WriteBatch) added (Go) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23324">#23324</a>).</li>
   <li>S3 implementation of the Beam filesystem (Go) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23991">#23991</a>).</li>
   <li>Support for SingleStoreDB source and sink added (Java) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/22617">#22617</a>).</li>
   <li>Added support for DefaultAzureCredential authentication in Azure Filesystem (Python) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/24210">#24210</a>).</li>
   <li>Added new CdapIO for CDAP Batch and Streaming Source/Sinks (Java) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/24961">#24961</a>).</li>
   <li>Added new SparkReceiverIO for Spark Receivers 2.4.* (Java) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/24960">#24960</a>).</li>
   </ul>
   <h2>New Features / Improvements</h2>
   <ul>
   <li>Beam now provides a portable &quot;runner&quot; that can render pipeline graphs with
   graphviz.  See <code>python -m apache_beam.runners.render --help</code> for more details.</li>
   <li>Local packages can now be used as dependencies in the requirements.txt file, rather
   than requiring them to be passed separately via the <code>--extra_package</code> option
   (Python) (<a href="https://github-redirect.dependabot.com/apache/beam/pull/23684">#23684</a>).</li>
   <li>Pipeline Resource Hints now supported via <code>--resource_hints</code> flag (Go) (<a href="https://github-redirect.dependabot.com/apache/beam/pull/23990">#23990</a>).</li>
   <li>Make Python SDK containers reusable on portable runners by installing dependencies to temporary venvs (<a href="https://issues.apache.org/jira/browse/BEAM-12792">BEAM-12792</a>).</li>
   <li>RunInference model handlers now support the specification of a custom inference function in Python (<a href="https://github-redirect.dependabot.com/apache/beam/issues/22572">#22572</a>)</li>
   <li>Support for <code>map_windows</code> urn added to Go SDK (<a href="https://github.apache/beam/pull/24307">#24307</a>).</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li><code>ParquetIO.withSplit</code> was removed since splittable reading has been the default behavior since 2.35.0. The effect of
   this change is to drop support for non-splittable reading (Java)(<a href="https://github-redirect.dependabot.com/apache/beam/issues/23832">#23832</a>).</li>
   <li><code>beam-sdks-java-extensions-google-cloud-platform-core</code> is no longer a
   dependency of the Java SDK Harness. Some users of a portable runner (such as Dataflow Runner v2)
   may have an undeclared dependency on this package (for example using GCS with
   TextIO) and will now need to declare the dependency.</li>
   <li><code>beam-sdks-java-core</code> is no longer a dependency of the Java SDK Harness. Users of a portable
   runner (such as Dataflow Runner v2) will need to provide this package and its dependencies.</li>
   <li>Slices now use the Beam Iterable Coder. This enables cross language use, but breaks pipeline updates
   if a Slice type is used as a PCollection element or State API element. (Go)<a href="https://github-redirect.dependabot.com/apache/beam/issues/24339">#24339</a></li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fixed JmsIO acknowledgment issue (Java) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/20814">#20814</a>)</li>
   <li>Fixed Beam SQL CalciteUtils (Java) and Cross-language JdbcIO (Python) did not support JDBC CHAR/VARCHAR, BINARY/VARBINARY logical types (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23747">#23747</a>, <a href="https://github-redirect.dependabot.com/apache/beam/issues/23526">#23526</a>).</li>
   <li>Ensure iterated and emitted types are used with the generic register package are registered with the type and schema registries.(Go) (<a href="https://github-redirect.dependabot.com/apache/beam/pull/23889">#23889</a>)</li>
   </ul>
   <h2>List of Contributors</h2>
   <!-- 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">github.com/apache/beam/sdks/v2's changelog</a>.</em></p>
   <blockquote>
   <h1>[2.44.0] - Unreleased</h1>
   <h2>Highlights</h2>
   <ul>
   <li>New highly anticipated feature X added to Python SDK (<a href="https://github.com/apache/beam/issues/X">#X</a>).</li>
   <li>New highly anticipated feature Y added to Java SDK (<a href="https://github.com/apache/beam/issues/Y">#Y</a>).</li>
   </ul>
   <h2>I/Os</h2>
   <ul>
   <li>Support for Bigtable sink (Write and WriteBatch) added (Go) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23324">#23324</a>).</li>
   <li>S3 implementation of the Beam filesystem (Go) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23991">#23991</a>).</li>
   <li>Support for SingleStoreDB source and sink added (Java) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/22617">#22617</a>).</li>
   <li>Added support for DefaultAzureCredential authentication in Azure Filesystem (Python) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/24210">#24210</a>).</li>
   </ul>
   <h2>New Features / Improvements</h2>
   <ul>
   <li>Beam now provides a portable &quot;runner&quot; that can render pipeline graphs with
   graphviz.  See <code>python -m apache_beam.runners.render --help</code> for more details.</li>
   <li>Local packages can now be used as dependencies in the requirements.txt file, rather
   than requiring them to be passed separately via the <code>--extra_package</code> option
   (Python) (<a href="https://github-redirect.dependabot.com/apache/beam/pull/23684">#23684</a>).</li>
   <li>Pipeline Resource Hints now supported via <code>--resource_hints</code> flag (Go) (<a href="https://github-redirect.dependabot.com/apache/beam/pull/23990">#23990</a>).</li>
   <li>Make Python SDK containers reusable on portable runners by installing dependencies to temporary venvs (<a href="https://issues.apache.org/jira/browse/BEAM-12792">BEAM-12792</a>).</li>
   <li>RunInference model handlers now support the specification of a custom inference function in Python (<a href="https://github-redirect.dependabot.com/apache/beam/issues/22572">#22572</a>)</li>
   <li>Support for <code>map_windows</code> urn added to Go SDK (<a href="https://github.apache/beam/pull/24307">#24307</a>).</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li><code>ParquetIO.withSplit</code> was removed since splittable reading has been the default behavior since 2.35.0. The effect of
   this change is to drop support for non-splittable reading (Java)(<a href="https://github-redirect.dependabot.com/apache/beam/issues/23832">#23832</a>).</li>
   <li><code>beam-sdks-java-extensions-google-cloud-platform-core</code> is no longer a
   dependency of the Java SDK Harness. Some users of a portable runner (such as Dataflow Runner v2)
   may have an undeclared dependency on this package (for example using GCS with
   TextIO) and will now need to declare the dependency.</li>
   <li><code>beam-sdks-java-core</code> is no longer a dependency of the Java SDK Harness. Users of a portable
   runner (such as Dataflow Runner v2) will need to provide this package and its dependencies.</li>
   <li>Slices now use the Beam Iterable Coder. This enables cross language use, but breaks pipeline updates
   if a Slice type is used as a PCollection element or State API element. (Go)<a href="https://github-redirect.dependabot.com/apache/beam/issues/24339">#24339</a></li>
   </ul>
   <h2>Deprecations</h2>
   <ul>
   <li>X behavior is deprecated and will be removed in X versions (<a href="https://github.com/apache/beam/issues/X">#X</a>).</li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fixed X (Java/Python) (<a href="https://github.com/apache/beam/issues/X">#X</a>).</li>
   <li>Fixed JmsIO acknowledgment issue (Java) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/20814">#20814</a>)</li>
   <li>Fixed Beam SQL CalciteUtils (Java) and Cross-language JdbcIO (Python) did not support JDBC CHAR/VARCHAR, BINARY/VARBINARY logical types (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23747">#23747</a>, <a href="https://github-redirect.dependabot.com/apache/beam/issues/23526">#23526</a>).</li>
   <li>Ensure iterated and emitted types are used with the generic register package are registered with the type and schema registries.(Go) (<a href="https://github-redirect.dependabot.com/apache/beam/pull/23889">#23889</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/beam/commit/b5faa338f8582acf0877902d20a0d0c91ee3cee0"><code>b5faa33</code></a> Set version for 2.44.0 RC1</li>
   <li><a href="https://github.com/apache/beam/commit/cad6513d9d243930d42b44c1364dac3411389283"><code>cad6513</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apache/beam/issues/24925">#24925</a>: [release-2.44.0] Cherry pick: Attempt deserialize ...</li>
   <li><a href="https://github.com/apache/beam/commit/190997e65a15d3cc5e4a5f1bebea432faa015606"><code>190997e</code></a> Attempt deserialize all non-standard portable logical types from proto (<a href="https://github-redirect.dependabot.com/apache/beam/issues/24910">#24910</a>)</li>
   <li><a href="https://github.com/apache/beam/commit/342e3bbbe8b0a656615d260ca1069f8a31333a86"><code>342e3bb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apache/beam/issues/24883">#24883</a>: [release-2.44.0]Install sklearn &lt; 1.20.0 for sklea...</li>
   <li><a href="https://github.com/apache/beam/commit/e29d3b303412d5c4f0dbcd263fe1cab71c52a406"><code>e29d3b3</code></a> Install sklearn &lt; 1.20.0 for sklearn postcommit tests (<a href="https://github-redirect.dependabot.com/apache/beam/issues/24788">#24788</a>)</li>
   <li><a href="https://github.com/apache/beam/commit/0d1c3f003b8746108bbdfeee0628dd236ea34a8f"><code>0d1c3f0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apache/beam/issues/24884">#24884</a>: [release-2.44.0] Restrict tox to be in 3.x version...</li>
   <li><a href="https://github.com/apache/beam/commit/73c1de5dce77c912ccd87ff1e3fc0de4fe58afaf"><code>73c1de5</code></a> Restrict tox to be in 3.x version (<a href="https://github-redirect.dependabot.com/apache/beam/issues/24601">#24601</a>)</li>
   <li><a href="https://github.com/apache/beam/commit/56a89733759079b3567ed6d2994380dc48728eef"><code>56a8973</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apache/beam/issues/24650">#24650</a>: Remove 'Hidden' attribute from serviceAccount Pipe...</li>
   <li><a href="https://github.com/apache/beam/commit/d6b9c95316d51019db036cb0728564dbfb43c94a"><code>d6b9c95</code></a> Remove 'Hidden' attribute from serviceAccount PipelineOption (<a href="https://github-redirect.dependabot.com/apache/beam/issues/24642">#24642</a>)</li>
   <li><a href="https://github.com/apache/beam/commit/74ca77bdb4756258e6dab9370730bf545d3822bd"><code>74ca77b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apache/beam/issues/24632">#24632</a>: Cherrypick <a href="https://github-redirect.dependabot.com/apache/beam/issues/24606">#24606</a> to 2.44.0 release branch (disall...</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/beam/compare/v2.42.0...v2.44.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/apache/beam/sdks/v2&package-manager=go_modules&previous-version=2.42.0&new-version=2.44.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 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-unsubscribe@beam.apache.org

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


[GitHub] [beam-starter-go] lostluck merged pull request #9: Bump github.com/apache/beam/sdks/v2 from 2.42.0 to 2.44.0

Posted by GitBox <gi...@apache.org>.
lostluck merged PR #9:
URL: https://github.com/apache/beam-starter-go/pull/9


-- 
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-unsubscribe@beam.apache.org

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