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

[PR] Update hyper requirement from 0.14.4 to 1.0.1 [arrow-ballista]

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

   Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/hyperium/hyper/releases">hyper's releases</a>.</em></p>
   <blockquote>
   <h2>v1.0.1</h2>
   <p>This release &quot;fixes&quot; or adds a few things that should have been in 1.0.0, but were forgotten. Thus, it includes additions that would normally be a semver-minor release, but because it is so close to 1.0.0, it is released as a patch version.</p>
   <h2>Bug Fixes</h2>
   <ul>
   <li><strong>rt:</strong> implement Read/Write for Pin<!-- raw HTML omitted --> (<a href="https://redirect.github.com/hyperium/hyper/issues/3413">#3413</a>) (<a href="https://github.com/hyperium/hyper/commit/dd6d81ca4a180695dc70d6c9b2aececd29606224">dd6d81ca</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/3412">#3412</a>)</li>
   </ul>
   <h2>Features</h2>
   <ul>
   <li><strong>rt:</strong> Make ReadBuf::new public (<a href="https://github.com/hyperium/hyper/commit/7161f56274a30bfbe4a718bbe21d35beaf86b00b">7161f562</a>)</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li>Pin is #[fundamental], so providing a Read/Write impl for it theoretically conflicts
   with existing user Read/Write for Pin<!-- raw HTML omitted --> impls. However, those impls
   probably don't exist yet.
   (<a href="https://github.com/hyperium/hyper/commit/dd6d81ca4a180695dc70d6c9b2aececd29606224">dd6d81ca</a>)</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/coolreader18"><code>@​coolreader18</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper/pull/3413">hyperium/hyper#3413</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/hyperium/hyper/blob/master/CHANGELOG.md">hyper's changelog</a>.</em></p>
   <blockquote>
   <h3>v1.0.1 (2023-11-16)</h3>
   <p>This release &quot;fixes&quot; or adds a few things that should have been in 1.0.0, but were forgotten. Thus, it includes additions that would normally be a semver-minor release, but because it is so close to 1.0.0, it is released as a patch version.</p>
   <h4>Bug Fixes</h4>
   <ul>
   <li><strong>rt:</strong> implement Read/Write for Pin<!-- raw HTML omitted --> (<a href="https://redirect.github.com/hyperium/hyper/issues/3413">#3413</a>) (<a href="https://github.com/hyperium/hyper/commit/dd6d81ca4a180695dc70d6c9b2aececd29606224">dd6d81ca</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/3412">#3412</a>)</li>
   </ul>
   <h4>Features</h4>
   <ul>
   <li><strong>rt:</strong> Make ReadBuf::new public (<a href="https://github.com/hyperium/hyper/commit/7161f56274a30bfbe4a718bbe21d35beaf86b00b">7161f562</a>)</li>
   </ul>
   <h4>Breaking Changes</h4>
   <ul>
   <li>Pin is #[fundamental], so providing a Read/Write impl for it theoretically conflicts
   with existing user Read/Write for Pin<!-- raw HTML omitted --> impls. However, those impls
   probably don't exist yet.
   (<a href="https://github.com/hyperium/hyper/commit/dd6d81ca4a180695dc70d6c9b2aececd29606224">dd6d81ca</a>)</li>
   </ul>
   <h2>v1.0.0 (2023-11-15)</h2>
   <h4>Bug Fixes</h4>
   <ul>
   <li><strong>client:</strong>
   <ul>
   <li>avoid double-polling a Select future (<a href="https://redirect.github.com/hyperium/hyper/issues/3290">#3290</a>) (<a href="https://github.com/hyperium/hyper/commit/fece9f7f50431cf9533cfe7106b53a77b48db699">fece9f7f</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/3289">#3289</a>)</li>
   <li>early server response shouldn't propagate NO_ERROR (<a href="https://redirect.github.com/hyperium/hyper/issues/3275">#3275</a>) (<a href="https://github.com/hyperium/hyper/commit/194e6f984763f5dc1c376082170a85cc4db40ce4">194e6f98</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/2872">#2872</a>)</li>
   <li>remove Send bounds for request <code>Body</code> (<a href="https://redirect.github.com/hyperium/hyper/issues/3266">#3266</a>) (<a href="https://github.com/hyperium/hyper/commit/4ace340bb00a2ffe8ec93e4955989eb69f29d531">4ace340b</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/3184">#3184</a>)</li>
   </ul>
   </li>
   <li><strong>ffi:</strong> fix deadlock in <code>hyper_executor::poll_next</code> (<a href="https://redirect.github.com/hyperium/hyper/issues/3370">#3370</a>) (<a href="https://github.com/hyperium/hyper/commit/0c7d03eff2f2433e4f4a0a768009d97e1a7858fd">0c7d03ef</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/3369">#3369</a>)</li>
   <li><strong>http2:</strong>
   <ul>
   <li>don't send keep-alive ping when idle (<a href="https://redirect.github.com/hyperium/hyper/issues/3381">#3381</a>) (<a href="https://github.com/hyperium/hyper/commit/429ad8a34b20a877b4d17df1f4991a193f4a56f0">429ad8a3</a>)</li>
   <li>change default server max concurrent streams to 200 (<a href="https://redirect.github.com/hyperium/hyper/issues/3362">#3362</a>) (<a href="https://github.com/hyperium/hyper/commit/dd638b5b34225d2c5ad0bd01de0ecf738f9a0e12">dd638b5b</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/3358">#3358</a>)</li>
   </ul>
   </li>
   <li><strong>server:</strong> Respect Expect header only when http proto &gt; 1.0 (<a href="https://redirect.github.com/hyperium/hyper/issues/3294">#3294</a>) (<a href="https://github.com/hyperium/hyper/commit/43d2f5c6cfd575f7259a5b3684f7e99cedbd0edb">43d2f5c6</a>)</li>
   </ul>
   <h4>Features</h4>
   <ul>
   <li><strong>client:</strong> allow <code>!Send</code> IO with HTTP/1 client (<a href="https://redirect.github.com/hyperium/hyper/issues/3371">#3371</a>) (<a href="https://github.com/hyperium/hyper/commit/cf87eda82ca0af1f5f45b0a0710eaae9ec1aed7b">cf87eda8</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/3363">#3363</a>)</li>
   <li><strong>error:</strong>
   <ul>
   <li><code>Error::source()</code> is purposefully unspecified (<a href="https://redirect.github.com/hyperium/hyper/issues/3318">#3318</a>) (<a href="https://github.com/hyperium/hyper/commit/502a645053b0d19252d9fdc170b0a2c0a6fe0ba6">502a6450</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/2843">#2843</a>)</li>
   <li>change <code>Display for Error</code> to only print top error (<a href="https://redirect.github.com/hyperium/hyper/issues/3312">#3312</a>) (<a href="https://github.com/hyperium/hyper/commit/50f123afc0e6c289030bf8699dbec826dc47572c">50f123af</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/2844">#2844</a>)</li>
   </ul>
   </li>
   <li><strong>ext:</strong>
   <ul>
   <li>make <code>ReasonPhrase::from_static</code> a const fn (<a href="https://github.com/hyperium/hyper/commit/d4a61e3da87a08a25772cd3aa2f503cb4346c81f">d4a61e3d</a>)</li>
   <li>remove <code>ReasonPhrase::from_bytes_unchecked()</code> method (<a href="https://github.com/hyperium/hyper/commit/4021c57bd9265b9ebc5b88c9bffbb0ac3704bdbe">4021c57b</a>)</li>
   </ul>
   </li>
   <li><strong>lib:</strong>
   <ul>
   <li>update to <code>http</code> 1.0 (<a href="https://github.com/hyperium/hyper/commit/899e92a580961c5bd1cc9b49a8fb7c7cd8b53ef8">899e92a5</a>)</li>
   <li>missing Timer will warn or panic (<a href="https://github.com/hyperium/hyper/commit/f3308c044d402dfad448bbc0497b14c69a8f22f2">f3308c04</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/3393">#3393</a>)</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/hyperium/hyper/commit/295428071b84f40f582ba40bb74fec456eaf3de4"><code>2954280</code></a> v1.0.1</li>
   <li><a href="https://github.com/hyperium/hyper/commit/7161f56274a30bfbe4a718bbe21d35beaf86b00b"><code>7161f56</code></a> feat(rt): Make ReadBuf::new public</li>
   <li><a href="https://github.com/hyperium/hyper/commit/b85547555f59dc9f36c8ad7934a85a898dd66220"><code>b855475</code></a> refactor(proto): use derive macro to implement Default for KA</li>
   <li><a href="https://github.com/hyperium/hyper/commit/823d2cb55aedabbc704ca61e1f3c111618dea6aa"><code>823d2cb</code></a> refactor(lib): remove redundant field name</li>
   <li><a href="https://github.com/hyperium/hyper/commit/33e1cbe984035b21653b3267a69a2ea404f065d6"><code>33e1cbe</code></a> refactor(lib): remove unneeded return</li>
   <li><a href="https://github.com/hyperium/hyper/commit/b7e8f888b38ac4568d4f09e07693d8bb0c77eb7d"><code>b7e8f88</code></a> refactor(lib): remove unused cfg condition</li>
   <li><a href="https://github.com/hyperium/hyper/commit/dd6d81ca4a180695dc70d6c9b2aececd29606224"><code>dd6d81c</code></a> fix(rt): implement Read/Write for Pin&lt;P&gt; (<a href="https://redirect.github.com/hyperium/hyper/issues/3413">#3413</a>)</li>
   <li><a href="https://github.com/hyperium/hyper/commit/a475ada1fc6c201c2a1ceae83805d835856c3cf7"><code>a475ada</code></a> docs(examples): update dependencies section</li>
   <li><a href="https://github.com/hyperium/hyper/commit/f1bb2aad65e2e8412f49d029124e13a5f23cb426"><code>f1bb2aa</code></a> chore(ci): add minimal versions checking</li>
   <li><a href="https://github.com/hyperium/hyper/commit/931aee7e8079d3a8c5ee24e46033f43c2acbbb23"><code>931aee7</code></a> chore(dependencies): relax minimum tokio version to 1</li>
   <li>Additional commits viewable in <a href="https://github.com/hyperium/hyper/compare/v0.14.4...v1.0.1">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 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@arrow.apache.org

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


Re: [PR] Update hyper requirement from 0.14.4 to 1.0.1 [arrow-ballista]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #914: Update hyper requirement from 0.14.4 to 1.0.1
URL: https://github.com/apache/arrow-ballista/pull/914


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


Re: [PR] Update hyper requirement from 0.14.4 to 1.0.1 [arrow-ballista]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #914:
URL: https://github.com/apache/arrow-ballista/pull/914#issuecomment-1827109459

   The following labels could not be found: `auto-dependencies`.


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


Re: [PR] Update hyper requirement from 0.14.4 to 1.0.1 [arrow-ballista]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #914:
URL: https://github.com/apache/arrow-ballista/pull/914#issuecomment-1862104600

   Superseded by #940.


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