You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/09 10:04:47 UTC

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

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

   Bumps [github.com/apache/beam/sdks/v2](https://github.com/apache/beam) from 2.45.0 to 2.46.0.
   <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.46.0] - Unreleased</h1>
   <h2>Highlights</h2>
   <ul>
   <li>Java SDK containers migrated to <a href="https://hub.docker.com/_/eclipse-temurin">Eclipse Temurin</a>
   as a base. This change migrates away from the deprecated <a href="https://hub.docker.com/_/openjdk">OpenJDK</a>
   container. Eclipse Temurin is currently based upon Ubuntu 22.04 while the OpenJDK
   container was based upon Debian 11.</li>
   <li>RunInference PTransform will accept model paths as SideInputs in Python SDK. (<a href="https://github-redirect.dependabot.com/apache/beam/issues/24042">#24042</a>)</li>
   <li>RunInference supports ONNX runtime in Python SDK (<a href="https://github-redirect.dependabot.com/apache/beam/issues/22972">#22972</a>)</li>
   <li>Tensorflow Model Handler for RunInference in Python SDK (<a href="https://github-redirect.dependabot.com/apache/beam/issues/25366">#25366</a>)</li>
   <li>Java SDK modules migrated to use <code>:sdks:java:extensions:avro</code> (<a href="https://github-redirect.dependabot.com/apache/beam/issues/24748">#24748</a>)</li>
   </ul>
   <h2>I/Os</h2>
   <ul>
   <li>Added in JmsIO a retry policy for failed publications (Java) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/24971">#24971</a>).</li>
   <li>Support for <code>LZMA</code> compression/decompression of text files added to the Python SDK (<a href="https://github-redirect.dependabot.com/apache/beam/issues/25316">#25316</a>)</li>
   <li>Added ReadFrom/WriteTo Csv/Json as top-level transforms to the Python SDK.</li>
   </ul>
   <h2>New Features / Improvements</h2>
   <ul>
   <li>Add UDF metrics support for Samza portable mode.</li>
   <li>Option for SparkRunner to avoid the need of SDF output to fit in memory (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23852">#23852</a>).
   This helps e.g. with ParquetIO reads. Turn the feature on by adding experiment <code>use_bounded_concurrent_output_for_sdf</code>.</li>
   <li>Add <code>WatchFilePattern</code> transform, which can be used as a side input to the RunInference PTransfrom to watch for model updates using a file pattern. (<a href="https://github-redirect.dependabot.com/apache/beam/issues/24042">#24042</a>)</li>
   <li>Add support for loading TorchScript models with <code>PytorchModelHandler</code>. The TorchScript model path can be
   passed to PytorchModelHandler using <code>torch_script_model_path=&lt;path_to_model&gt;</code>. (<a href="https://github-redirect.dependabot.com/apache/beam/pull/25321">#25321</a>)</li>
   <li>The Go SDK now requires Go 1.19 to build. (<a href="https://github-redirect.dependabot.com/apache/beam/pull/25545">#25545</a>)</li>
   <li>The Go SDK now has an initial native Go implementation of a portable Beam Runner called Prism. (<a href="https://github-redirect.dependabot.com/apache/beam/pull/24789">#24789</a>)
   <ul>
   <li>For more details and current state see <a href="https://github.com/apache/beam/tree/master/sdks/go/pkg/beam/runners/prism">https://github.com/apache/beam/tree/master/sdks/go/pkg/beam/runners/prism</a>.</li>
   </ul>
   </li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li>The deprecated SparkRunner for Spark 2 (see <a href="https://github.com/apache/beam/blob/master/#2410---2022-08-23">2.41.0</a>) was removed (<a href="https://github-redirect.dependabot.com/apache/beam/pull/25263">#25263</a>).</li>
   <li>Python's BatchElements performs more aggressive batching in some cases,
   capping at 10 second rather than 1 second batches by default and excluding
   fixed cost in this computation to better handle cases where the fixed cost
   is larger than a single second. To get the old behavior, one can pass
   <code>target_batch_duration_secs_including_fixed_cost=1</code> to BatchElements.</li>
   </ul>
   <h2>Deprecations</h2>
   <ul>
   <li>Avro related classes are deprecated in module <code>beam-sdks-java-core</code> and will be eventually removed. Please, migrate to a new module <code>beam-sdks-java-extensions-avro</code> instead by importing the classes from <code>org.apache.beam.sdk.extensions.avro</code> package.
   For the sake of migration simplicity, the relative package path and the whole class hierarchy of Avro related classes in new module is preserved the same as it was before.
   For example, import <code>org.apache.beam.sdk.extensions.avro.coders.AvroCoder</code> class instead of<code>org.apache.beam.sdk.coders.AvroCoder</code>. (<a href="https://github-redirect.dependabot.com/apache/beam/issues/24749">#24749</a>).</li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fixed X (Java/Python) (<a href="https://github.com/apache/beam/issues/X">#X</a>).</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/apache/beam/commits">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.45.0&new-version=2.46.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] riteshghorse merged pull request #12: Bump github.com/apache/beam/sdks/v2 from 2.45.0 to 2.46.0

Posted by "riteshghorse (via GitHub)" <gi...@apache.org>.
riteshghorse merged PR #12:
URL: https://github.com/apache/beam-starter-go/pull/12


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