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 2022/08/24 09:44:57 UTC

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

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

   Bumps [github.com/apache/beam/sdks/v2](https://github.com/apache/beam) from 2.40.0 to 2.41.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>Beam 2.41.0 release</h2>
   <p>We are happy to present the new 2.41.0 release of Beam.
   This release includes both improvements and new functionality.
   See the <a href="https://beam.apache.org/get-started/downloads/#2410-2022-08-23">download page</a> for this release.</p>
   <p>For more information on changes in 2.41.0, check out the <a href="https://github.com/apache/beam/milestone/3?closed=1">detailed release notes</a>.</p>
   <h2>I/Os</h2>
   <ul>
   <li>Projection Pushdown optimizer is now on by default for streaming, matching the behavior of batch pipelines since 2.38.0. If you encounter a bug with the optimizer, please file an issue and disable the optimizer using pipeline option <code>--experiments=disable_projection_pushdown</code>.</li>
   </ul>
   <h2>New Features / Improvements</h2>
   <ul>
   <li>Previously available in Java sdk, Python sdk now also supports logging level overrides per module. (<a href="https://github-redirect.dependabot.com/apache/beam/issues/18222">#18222</a>).</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li>Projection Pushdown optimizer may break Dataflow upgrade compatibility for optimized pipelines when it removes unused fields. If you need to upgrade and encounter a compatibility issue, disable the optimizer using pipeline option <code>--experiments=disable_projection_pushdown</code>.</li>
   </ul>
   <h2>Deprecations</h2>
   <ul>
   <li>Support for Spark 2.4.x is deprecated and will be dropped with the release of Beam 2.44.0 or soon after (Spark runner) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/22094">#22094</a>).</li>
   <li>The modules <a href="https://github.com/apache/beam/tree/master/sdks/java/io/amazon-web-services">amazon-web-services</a> and
   <a href="https://github.com/apache/beam/tree/master/sdks/java/io/kinesis">kinesis</a> for AWS Java SDK v1 are deprecated
   in favor of <a href="https://github.com/apache/beam/tree/master/sdks/java/io/amazon-web-services2">amazon-web-services2</a>
   and will be eventually removed after a few Beam releases (Java) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/21249">#21249</a>).</li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fixed a condition where retrying queries would yield an incorrect cursor in the Java SDK Firestore Connector (<a href="https://github-redirect.dependabot.com/apache/beam/issues/22089">#22089</a>).</li>
   <li>Fixed plumbing allowed lateness in Go SDK. It was ignoring the user set value earlier and always used to set to 0. (<a href="https://github-redirect.dependabot.com/apache/beam/issues/22474">#22474</a>).</li>
   </ul>
   <h3>Known Issues</h3>
   <ul>
   <li>See a full list of open <a href="https://github.com/apache/beam/milestone/3">issues that affect</a> this version.</li>
   </ul>
   <h2>List of Contributors</h2>
   <p>According to git shortlog, the following people contributed to the 2.41.0 release. Thank you to all contributors!</p>
   <p>Ahmed Abualsaud
   Ahmet Altay
   akashorabek
   Alexey Inkin
   Alexey Romanenko
   Anand Inguva
   andoni-guzman
   Andrew Pilloud</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">github.com/apache/beam/sdks/v2's changelog</a>.</em></p>
   <blockquote>
   <h1>[2.41.0] - 2022-08-23</h1>
   <h2>I/Os</h2>
   <ul>
   <li>Projection Pushdown optimizer is now on by default for streaming, matching the behavior of batch pipelines since 2.38.0. If you encounter a bug with the optimizer, please file an issue and disable the optimizer using pipeline option <code>--experiments=disable_projection_pushdown</code>.</li>
   </ul>
   <h2>New Features / Improvements</h2>
   <ul>
   <li>Previously available in Java sdk, Python sdk now also supports logging level overrides per module. (<a href="https://github-redirect.dependabot.com/apache/beam/issues/18222">#18222</a>).</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li>Projection Pushdown optimizer may break Dataflow upgrade compatibility for optimized pipelines when it removes unused fields. If you need to upgrade and encounter a compatibility issue, disable the optimizer using pipeline option <code>--experiments=disable_projection_pushdown</code>.</li>
   </ul>
   <h2>Deprecations</h2>
   <ul>
   <li>Support for Spark 2.4.x is deprecated and will be dropped with the release of Beam 2.44.0 or soon after (Spark runner) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/22094">#22094</a>).</li>
   <li>The modules <a href="https://github.com/apache/beam/tree/master/sdks/java/io/amazon-web-services">amazon-web-services</a> and
   <a href="https://github.com/apache/beam/tree/master/sdks/java/io/kinesis">kinesis</a> for AWS Java SDK v1 are deprecated
   in favor of <a href="https://github.com/apache/beam/tree/master/sdks/java/io/amazon-web-services2">amazon-web-services2</a>
   and will be eventually removed after a few Beam releases (Java) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/21249">#21249</a>).</li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fixed a condition where retrying queries would yield an incorrect cursor in the Java SDK Firestore Connector (<a href="https://github-redirect.dependabot.com/apache/beam/issues/22089">#22089</a>).</li>
   <li>Fixed plumbing allowed lateness in Go SDK. It was ignoring the user set value earlier and always used to set to 0. (<a href="https://github-redirect.dependabot.com/apache/beam/issues/22474">#22474</a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/beam/commit/f37795e326a75310828518464189440b14863834"><code>f37795e</code></a> Set version for 2.41.0 RC2</li>
   <li><a href="https://github.com/apache/beam/commit/7ef51bc8733c6bcba874d18a77e83762e9c4567f"><code>7ef51bc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apache/beam/issues/22759">#22759</a> from kileys/releasebranch</li>
   <li><a href="https://github.com/apache/beam/commit/c855da650c70bfdedeae20460512df63cec16434"><code>c855da6</code></a> Revert &quot;[BEAM-14117] Unvendor bytebuddy dependency (<a href="https://github-redirect.dependabot.com/apache/beam/issues/17317">#17317</a>)&quot;</li>
   <li><a href="https://github.com/apache/beam/commit/53c2398061066ba202fde05cc0cfe0521be1cb94"><code>53c2398</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apache/beam/issues/22636">#22636</a> from AnandInguva/distutils-update-release</li>
   <li><a href="https://github.com/apache/beam/commit/7a4b3db168c95836732100e80cd311d9d13c9fd6"><code>7a4b3db</code></a> Add stdlib distutils while building the wheels</li>
   <li><a href="https://github.com/apache/beam/commit/5d5bac79c1314e0994724f9d4bc95f2f7930fb56"><code>5d5bac7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apache/beam/issues/22589">#22589</a> from reuvenlax/release-2.41.0</li>
   <li><a href="https://github.com/apache/beam/commit/c5b630a8b973bd07b9305487173e011be09cd6a8"><code>c5b630a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apache/beam/issues/22347">#22347</a>: [22188]Set allowed timestamp skew</li>
   <li><a href="https://github.com/apache/beam/commit/8bd1b102308ed3ecee611f6ff1ff2b9fb35d5579"><code>8bd1b10</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apache/beam/issues/22519">#22519</a> from AnandInguva/bug_fix_julia_seup</li>
   <li><a href="https://github.com/apache/beam/commit/fb7e7baf1f4db58ba74e6510694201ebb3e8e924"><code>fb7e7ba</code></a> Add comment on setuptools and distutils</li>
   <li><a href="https://github.com/apache/beam/commit/4afc22ad94a0983ec9ab29a25409b81ee6f7da45"><code>4afc22a</code></a> Fix lint</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/beam/compare/v2.40.0...v2.41.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.40.0&new-version=2.41.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] dependabot[bot] closed pull request #5: Bump github.com/apache/beam/sdks/v2 from 2.40.0 to 2.41.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #5: Bump github.com/apache/beam/sdks/v2 from 2.40.0 to 2.41.0
URL: https://github.com/apache/beam-starter-go/pull/5


-- 
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] dependabot[bot] commented on pull request #5: Bump github.com/apache/beam/sdks/v2 from 2.40.0 to 2.41.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #5:
URL: https://github.com/apache/beam-starter-go/pull/5#issuecomment-1283750176

   Superseded by #6.


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