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/08/30 01:24:09 UTC

[GitHub] [beam-starter-java] dependabot[bot] opened a new pull request, #85: Bump org.apache.beam:beam-sdks-java-core from 2.46.0 to 2.50.0

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

   Bumps [org.apache.beam:beam-sdks-java-core](https://github.com/apache/beam) from 2.46.0 to 2.50.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/beam/releases">org.apache.beam:beam-sdks-java-core's releases</a>.</em></p>
   <blockquote>
   <h2>Beam 2.49.0 release</h2>
   <p>We are happy to present the new 2.49.0 release of Beam.
   This release includes both improvements and new functionality.
   See the <a href="https://beam.apache.org/get-started/downloads/#2490-2023-07-17">download page</a> for this release.</p>
   <!-- raw HTML omitted -->
   <p>For more information on changes in 2.49.0, check out the <a href="https://github.com/apache/beam/milestone/13">detailed release notes</a>.</p>
   <h2>I/Os</h2>
   <ul>
   <li>Support for Bigtable Change Streams added in Java <code>BigtableIO.ReadChangeStream</code> (<a href="https://redirect.github.com/apache/beam/issues/27183">#27183</a>).</li>
   <li>Added Bigtable Read and Write cross-language transforms to Python SDK ((<a href="https://redirect.github.com/apache/beam/issues/26593">#26593</a>), (<a href="https://redirect.github.com/apache/beam/issues/27146">#27146</a>)).</li>
   </ul>
   <h2>New Features / Improvements</h2>
   <ul>
   <li>Allow prebuilding large images when using <code>--prebuild_sdk_container_engine=cloud_build</code>, like images depending on <code>tensorflow</code> or <code>torch</code> (<a href="https://redirect.github.com/apache/beam/pull/27023">#27023</a>).</li>
   <li>Disabled <code>pip</code> cache when installing packages on the workers. This reduces the size of prebuilt Python container images (<a href="https://redirect.github.com/apache/beam/pull/27035">#27035</a>).</li>
   <li>Select dedicated avro datum reader and writer (Java) (<a href="https://redirect.github.com/apache/beam/issues/18874">#18874</a>).</li>
   <li>Timer API for the Go SDK (Go) (<a href="https://redirect.github.com/apache/beam/issues/22737">#22737</a>).</li>
   </ul>
   <h2>Deprecations</h2>
   <ul>
   <li>Remove Python 3.7 support. (<a href="https://redirect.github.com/apache/beam/issues/26447">#26447</a>)</li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fixed KinesisIO <code>NullPointerException</code> when a progress check is made before the reader is started (IO) (<a href="https://redirect.github.com/apache/beam/issues/23868">#23868</a>)</li>
   </ul>
   <h3>Known Issues</h3>
   <h2>List of Contributors</h2>
   <p>According to git shortlog, the following people contributed to the 2.49.0 release. Thank you to all contributors!</p>
   <p>Abzal Tuganbay</p>
   <p>AdalbertMemSQL</p>
   <p>Ahmed Abualsaud</p>
   <p>Ahmet Altay</p>
   <p>Alan Zhang</p>
   <p>Alexey Romanenko</p>
   <p>Anand Inguva</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">org.apache.beam:beam-sdks-java-core's changelog</a>.</em></p>
   <blockquote>
   <h1>[2.50.0] - Unreleased</h1>
   <h2>Highlights</h2>
   <ul>
   <li>Spark 3.2.2 is used as default version for Spark runner (<a href="https://redirect.github.com/apache/beam/issues/23804">#23804</a>).</li>
   <li>The Go SDK has a new default local runner, called Prism (<a href="https://redirect.github.com/apache/beam/issues/24789">#24789</a>).</li>
   </ul>
   <h2>I/Os</h2>
   <ul>
   <li>Java KafkaIO now supports picking up topics via topicPattern (<a href="https://redirect.github.com/apache/beam/pull/26948">#26948</a>)</li>
   <li>Support for read from Cosmos DB Core SQL API (<a href="https://redirect.github.com/apache/beam/issues/23604">#23604</a>)</li>
   <li>Upgraded to HBase 2.5.5 for HBaseIO. (Java) (<a href="https://redirect.github.com/apache/beam/issues/19554">#27711</a>)</li>
   <li>Added support for GoogleAdsIO source (Java) (<a href="https://redirect.github.com/apache/beam/pull/27681">#27681</a>).</li>
   </ul>
   <h2>New Features / Improvements</h2>
   <ul>
   <li>The Go SDK now requires Go 1.20 to build. (<a href="https://redirect.github.com/apache/beam/issues/27558">#27558</a>)</li>
   <li>The Go SDK has a new default local runner, Prism. (<a href="https://redirect.github.com/apache/beam/issues/24789">#24789</a>).
   <ul>
   <li>Prism is a portable runner that executes each transform independantly, ensuring coders.</li>
   <li>At this point it supercedes the Go direct runner in functionality. The Go direct runner is now deprecated.</li>
   <li>See <a href="https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/runners/prism/README.md">https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/runners/prism/README.md</a> for the goals and features of Prism.</li>
   </ul>
   </li>
   <li>Hugging Face Model Handler for RunInference added to Python SDK. (<a href="https://redirect.github.com/apache/beam/pull/26632">#26632</a>)</li>
   <li>Hugging Face Pipelines support for RunInference added to Python SDK. (<a href="https://redirect.github.com/apache/beam/pull/27399">#27399</a>)</li>
   <li>Vertex AI Model Handler for RunInference now supports private endpoints (<a href="https://redirect.github.com/apache/beam/pull/27696">#27696</a>)</li>
   <li>MLTransform transform added with support for common ML pre/postprocessing operations (<a href="https://redirect.github.com/apache/beam/pull/26795">#26795</a>)</li>
   <li>Upgraded the Kryo extension for the Java SDK to Kryo 5.5.0. This brings in bug fixes, performance improvements, and serialization of Java 14 records. (<a href="https://redirect.github.com/apache/beam/issues/27635">#27635</a>)</li>
   <li>All Beam released container images are now <a href="https://cloud.google.com/kubernetes-engine/docs/how-to/build-multi-arch-for-arm#what_is_a_multi-arch_image">multi-arch images</a> that support both x86 and ARM CPU architectures. (<a href="https://redirect.github.com/apache/beam/issues/27674">#27674</a>). The multi-arch container images include:
   <ul>
   <li>All versions of Go, Python, Java and Typescript SDK containers.</li>
   <li>All versions of Flink job server containers.</li>
   <li>Java and Python expansion service containers.</li>
   <li>Transform service controller container.</li>
   <li>Spark3 job server container.</li>
   </ul>
   </li>
   <li>Added support for batched writes to AWS SQS for improved throughput (Java, AWS 2).(<a href="https://redirect.github.com/apache/beam/issues/21429">#21429</a>)</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li>Python SDK: Legacy runner support removed from Dataflow, all pipelines must use runner v2.</li>
   <li>[Python] Dataflow Runner will no longer stage Beam SDK from PyPI in the <code>--staging_location</code> at pipeline submission. Custom container images that are not based on Beam's default image must include Apache Beam installation.(<a href="https://redirect.github.com/apache/beam/issues/26996">#26996</a>)</li>
   </ul>
   <h2>Deprecations</h2>
   <ul>
   <li>The Go Direct Runner is now Deprecated. It remains available to reduce migration churn.
   <ul>
   <li>Tests can be set back to the direct runner by overriding TestMain: <code>func TestMain(m *testing.M) { ptest.MainWithDefault(m, &quot;direct&quot;) }</code></li>
   <li>It's recommended to fix issues seen in tests using Prism, as they can also happen on any portable runner.</li>
   <li>Use the generic register package for your pipeline DoFns to ensure pipelines function on portable runners, like prism.</li>
   <li>Do not rely on closures or using package globals for DoFn configuration. They don't function on portable runners.</li>
   </ul>
   </li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fixed DirectRunner bug in Python SDK where GroupByKey gets empty PCollection and fails when pipeline option <code>direct_num_workers!=1</code>.(<a href="https://redirect.github.com/apache/beam/pull/27373">#27373</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=org.apache.beam:beam-sdks-java-core&package-manager=gradle&previous-version=2.46.0&new-version=2.50.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-unsubscribe@beam.apache.org

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


Re: [PR] Bump org.apache.beam:beam-sdks-java-core from 2.46.0 to 2.50.0 [beam-starter-java]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #85: Bump org.apache.beam:beam-sdks-java-core from 2.46.0 to 2.50.0
URL: https://github.com/apache/beam-starter-java/pull/85


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


Re: [PR] Bump org.apache.beam:beam-sdks-java-core from 2.46.0 to 2.50.0 [beam-starter-java]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #85:
URL: https://github.com/apache/beam-starter-java/pull/85#issuecomment-1758765971

   Superseded by #90.


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