You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/27 13:30:02 UTC

[GitHub] [arrow-rs] dependabot[bot] opened a new pull request, #2951: Update aws-types requirement from 0.49 to 0.51

dependabot[bot] opened a new pull request, #2951:
URL: https://github.com/apache/arrow-rs/pull/2951

   Updates the requirements on [aws-types](https://github.com/awslabs/smithy-rs) to permit the latest version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/awslabs/smithy-rs/blob/main/CHANGELOG.md">aws-types's changelog</a>.</em></p>
   <blockquote>
   <!-- raw HTML omitted -->
   <h1>October 24th, 2022</h1>
   <p><strong>Breaking Changes:</strong></p>
   <ul>
   <li>⚠ (all, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1825">smithy-rs#1825</a>) Bump MSRV to be 1.62.0.</li>
   <li>⚠ (server, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1825">smithy-rs#1825</a>) Bump pyo3 and pyo3-asyncio from 0.16.x to 0.17.0 for aws-smithy-http-server-python.</li>
   <li>⚠ (client, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1811">smithy-rs#1811</a>) Replace all usages of <code>AtomicU64</code> with <code>AtomicUsize</code> to support 32bit targets.</li>
   <li>⚠ (server, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1803">smithy-rs#1803</a>) Mark <code>operation</code> and <code>operation_handler</code> modules as private in the generated server crate.
   Both modules did not contain any public types, therefore there should be no actual breakage when updating.</li>
   <li>⚠ (client, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1740">smithy-rs#1740</a>, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/256">smithy-rs#256</a>) A large list of breaking changes were made to accomodate default timeouts in the AWS SDK.
   See <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1760">the smithy-rs upgrade guide</a> for a full list
   of breaking changes and how to resolve them.</li>
   <li>⚠ (server, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1829">smithy-rs#1829</a>) Remove <code>Protocol</code> enum, removing an obstruction to extending smithy to third-party protocols.</li>
   <li>⚠ (server, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1829">smithy-rs#1829</a>) Convert the <code>protocol</code> argument on <code>PyMiddlewares::new</code> constructor to a type parameter.</li>
   <li>⚠ (server, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1753">smithy-rs#1753</a>) <code>aws_smithy_http_server::routing::Router</code> is no longer exported from the crate root. This was unintentional breakage that will be reverted in the next release.</li>
   </ul>
   <p><strong>New this release:</strong></p>
   <ul>
   <li>(server, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1811">smithy-rs#1811</a>) Replace all usages of <code>AtomicU64</code> with <code>AtomicUsize</code> to support 32bit targets.</li>
   <li>🐛 (all, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1802">smithy-rs#1802</a>) Sensitive fields in errors now respect <a href="https://github.com/sensitive"><code>@​sensitive</code></a> trait and are properly redacted.</li>
   <li>(server, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1727">smithy-rs#1727</a>, <a href="https://github.com/GeneralSwiss"><code>@​GeneralSwiss</code></a>) Pokémon Service example code now runs clippy during build.</li>
   <li>(server, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1734">smithy-rs#1734</a>) Implement support for pure Python request middleware. Improve idiomatic logging support over tracing.</li>
   <li>🐛 (client, <a href="https://github-redirect.dependabot.com/awslabs/aws-sdk-rust/issues/620">aws-sdk-rust#620</a>, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1748">smithy-rs#1748</a>) Paginators now stop on encountering a duplicate token by default rather than panic. This behavior can be customized by toggling the <code>stop_on_duplicate_token</code> property on the paginator before calling <code>send</code>.</li>
   <li>🐛 (all, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1817">smithy-rs#1817</a>, <a href="https://github.com/ethyi"><code>@​ethyi</code></a>) Update aws-types zeroize to flexible version to prevent downstream version conflicts.</li>
   <li>(all, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1852">smithy-rs#1852</a>, <a href="https://github.com/ogudavid"><code>@​ogudavid</code></a>) Enable local maven repo dependency override.</li>
   </ul>
   <p><strong>Contributors</strong>
   Thank you for your contributions! ❤</p>
   <ul>
   <li><a href="https://github.com/GeneralSwiss"><code>@​GeneralSwiss</code></a> (<a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1727">smithy-rs#1727</a>)</li>
   <li><a href="https://github.com/ethyi"><code>@​ethyi</code></a> (<a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1817">smithy-rs#1817</a>)</li>
   <li><a href="https://github.com/ogudavid"><code>@​ogudavid</code></a> (<a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1852">smithy-rs#1852</a>)</li>
   </ul>
   <h1>September 20th, 2022</h1>
   <p><strong>Breaking Changes:</strong></p>
   <ul>
   <li>⚠ (client, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1603">smithy-rs#1603</a>, <a href="https://github-redirect.dependabot.com/awslabs/aws-sdk-rust/issues/586">aws-sdk-rust#586</a>) <code>aws_smithy_types::RetryConfig</code> no longer implements <code>Default</code>, and its <code>new</code> function has been replaced with <code>standard</code>.</li>
   <li>⚠ (client, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1603">smithy-rs#1603</a>, <a href="https://github-redirect.dependabot.com/awslabs/aws-sdk-rust/issues/586">aws-sdk-rust#586</a>) Client creation now panics if retries or timeouts are enabled without an async sleep implementation.
   If you're using the Tokio runtime and have the <code>rt-tokio</code> feature enabled (which is enabled by default),
   then you shouldn't notice this change at all.
   Otherwise, if using something other than Tokio as the async runtime, the <code>AsyncSleep</code> trait must be implemented,
   and that implementation given to the config builder via the <code>sleep_impl</code> method. Alternatively, retry can be
   explicitly turned off by setting <code>max_attempts</code> to 1, which will result in successful client creation without an
   async sleep implementation.</li>
   <li>⚠ (client, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1603">smithy-rs#1603</a>, <a href="https://github-redirect.dependabot.com/awslabs/aws-sdk-rust/issues/586">aws-sdk-rust#586</a>) The <code>default_async_sleep</code> method on the <code>Client</code> builder has been removed. The default async sleep is
   wired up by default if none is provided.</li>
   <li>⚠ (client, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/976">smithy-rs#976</a>, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1710">smithy-rs#1710</a>) Removed the need to generate operation output and retry aliases in codegen.</li>
   <li>⚠ (client, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1715">smithy-rs#1715</a>, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1717">smithy-rs#1717</a>) <code>ClassifyResponse</code> was renamed to <code>ClassifyRetry</code> and is no longer implemented for the unit type.</li>
   <li>⚠ (client, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1715">smithy-rs#1715</a>, <a href="https://github-redirect.dependabot.com/awslabs/smithy-rs/issues/1717">smithy-rs#1717</a>) The <code>with_retry_policy</code> and <code>retry_policy</code> functions on <code>aws_smithy_http::operation::Operation</code> have been
   renamed to <code>with_retry_classifier</code> and <code>retry_classifier</code> respectively. Public member <code>retry_policy</code> on
   <code>aws_smithy_http::operation::Parts</code> has been renamed to <code>retry_classifier</code>.</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/awslabs/smithy-rs/commits">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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@arrow.apache.org

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


[GitHub] [arrow-rs] dependabot[bot] commented on pull request #2951: Update aws-types requirement from 0.49 to 0.51

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #2951:
URL: https://github.com/apache/arrow-rs/pull/2951#issuecomment-1295690583

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


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

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


[GitHub] [arrow-rs] tustvold closed pull request #2951: Update aws-types requirement from 0.49 to 0.51

Posted by GitBox <gi...@apache.org>.
tustvold closed pull request #2951: Update aws-types requirement from 0.49 to 0.51
URL: https://github.com/apache/arrow-rs/pull/2951


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

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