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/08/01 04:43:42 UTC

[GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #109: Update tonic-build requirement from 0.7 to 0.8

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

   Updates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/hyperium/tonic/blob/master/CHANGELOG.md">tonic-build's changelog</a>.</em></p>
   <blockquote>
   <h1><a href="https://github.com/hyperium/tonic/compare/v0.7.2...v0.8.0">v0.8.0</a> (2022-07-29)</h1>
   <h3>Features</h3>
   <ul>
   <li>Add <code>Grpc::with_origin</code> for clients (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/1017">#1017</a>) (<a href="https://github.com/hyperium/tonic/commit/10f6d2f1a9fa3969599ebd674f7be27f4f458754">10f6d2f</a>)</li>
   <li><strong>build:</strong> Add option to emit rerun-if-changed instructions (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/1021">#1021</a>) (<a href="https://github.com/hyperium/tonic/commit/1d2083a1a690edcb3f95343edfe229339c4257b7">1d2083a</a>)</li>
   <li><strong>build:</strong> Better support for custom codecs (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/999">#999</a>) (<a href="https://github.com/hyperium/tonic/commit/de2e4ac077c076736dc451f3415ea7da1a61a560">de2e4ac</a>)</li>
   <li>Decouple <code>NamedService</code> from the <code>transport</code> feature (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/969">#969</a>) (<a href="https://github.com/hyperium/tonic/commit/feae96c5be1247af368e6ce665c8df757d298e35">feae96c</a>)</li>
   <li>reflection: Export server types.</li>
   <li>reflection: Add <code>with_service_name</code>.</li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li><strong>build:</strong> <code>CODEC_PATH</code> moved from const to fn</li>
   <li><strong>tonic</strong> Remove codegen depedency on <code>compression</code> feature.</li>
   </ul>
   <h1><a href="https://github.com/hyperium/tonic/compare/v0.7.1...v0.7.2">v0.7.2</a> (2022-05-04)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>build:</strong> Reduce <code>Default</code> bound requirement (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/974">#974</a>) (<a href="https://github.com/hyperium/tonic/commit/4533a6e20eb889f8f13446c0edf39613fa4fe9f6">4533a6e</a>)</li>
   <li>don't enable default features in tower (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/972">#972</a>) (<a href="https://github.com/hyperium/tonic/commit/b4f96343afe6106db80f41f49e576a687bfcd633">b4f9634</a>)</li>
   <li><strong>transport:</strong> Emit <code>HttpsUriWithoutTlsSupport</code> only with tls feature enabled (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/996">#996</a>) (<a href="https://github.com/hyperium/tonic/commit/1dd5ad2b07810fc6eb5015c152ec737b5f0ca39c">1dd5ad2</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>Add TryFrom implementations for MetadataValue (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/990">#990</a>) (<a href="https://github.com/hyperium/tonic/commit/edc5a0d88d4a392effe065dfcc1c005b6bb55b5d">edc5a0d</a>)</li>
   </ul>
   <h1><a href="https://github.com/hyperium/tonic/compare/v0.7.0...v0.7.1">0.7.1</a> (2022-04-04)</h1>
   <h3>Features</h3>
   <ul>
   <li><strong>transport:</strong> Add <code>channel</code> feature flag (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/960">#960</a>) (<a href="https://github.com/hyperium/tonic/commit/f1ca90f2882925c30f96ef60ccfd4fe39bc2c93b">f1ca90f</a>)</li>
   </ul>
   <h1><a href="https://github.com/hyperium/tonic/compare/v0.6.2...v0.7.0">0.7.0</a> (2022-03-31)</h1>
   <h3>Breaking Changes</h3>
   <ul>
   <li>Update prost to 0.10 (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/948">#948</a>) (<a href="https://github.com/hyperium/tonic/commit/c78274e3fe5763cba291a605979cd7175ad6c38f">c78274e</a>)</li>
   <li><strong>build:</strong> use prettyplease to format output (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/890">#890</a>) (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/904">#904</a>) (<a href="https://github.com/hyperium/tonic/commit/d6c0fc112b2288a080fd0a727453b24d666e3d79">d6c0fc1</a>)</li>
   <li><strong>tls:</strong> upgrade to tokio-rustls 0.23 (rustls 0.20) (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/859">#859</a>) (<a href="https://github.com/hyperium/tonic/commit/4548997080c9c34f12dc0ff83ab0e2bb35ceca9c">4548997</a>)</li>
   <li><strong>transport:</strong> port router to axum (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/830">#830</a>) (<a href="https://github.com/hyperium/tonic/commit/6dfc20e1db455be12b0a647533c65bbfd6ae78f2">6dfc20e</a>)</li>
   <li><strong>build:</strong> add must_use to gzip methods (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/892">#892</a>) (<a href="https://github.com/hyperium/tonic/commit/a337f132a57dfcc262b70537cf31686519e0f73c">a337f13</a>)</li>
   <li><strong>codec:</strong> Remove <code>Default</code> bound on <code>Codec</code> (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/894">#894</a>) (<a href="https://github.com/hyperium/tonic/commit/d574cfda3a692d300db02f486a1792a99b3f9f6d">d574cfd</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/hyperium/tonic/commit/ec359ba35fe91cd3d6b8ad2596127cc26aadcef5"><code>ec359ba</code></a> chore: Prepare 0.8 release (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/1044">#1044</a>)</li>
   <li><a href="https://github.com/hyperium/tonic/commit/2a7c610011a71a49ba61bbe5c916829afe1515db"><code>2a7c610</code></a> Make TcpIncoming public (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/1037">#1037</a>)</li>
   <li><a href="https://github.com/hyperium/tonic/commit/4288fd35175254628d0eb96de214fb334214e457"><code>4288fd3</code></a> reflection: add <code>with_service_name</code> method (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/1042">#1042</a>)</li>
   <li><a href="https://github.com/hyperium/tonic/commit/e40ae113adba2c5dc8bac4f6e6cad2183e8e398a"><code>e40ae11</code></a> reflection: export server types (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/1043">#1043</a>)</li>
   <li><a href="https://github.com/hyperium/tonic/commit/9ea03c2c44ad6bf76e4141e6fb40870b9b30ab63"><code>9ea03c2</code></a> chore(doc): Fix typo in endpoint docs (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/1026">#1026</a>)</li>
   <li><a href="https://github.com/hyperium/tonic/commit/feae96c5be1247af368e6ce665c8df757d298e35"><code>feae96c</code></a> feat: Decouple <code>NamedService</code> from the <code>transport</code> feature (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/969">#969</a>)</li>
   <li><a href="https://github.com/hyperium/tonic/commit/1d2083a1a690edcb3f95343edfe229339c4257b7"><code>1d2083a</code></a> feat(build): Add option to emit rerun-if-changed instructions (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/1021">#1021</a>)</li>
   <li><a href="https://github.com/hyperium/tonic/commit/10f6d2f1a9fa3969599ebd674f7be27f4f458754"><code>10f6d2f</code></a> feat: Add <code>Grpc::with_origin</code> for clients (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/1017">#1017</a>)</li>
   <li><a href="https://github.com/hyperium/tonic/commit/4388d822c403b49bd21338fe6bbf17c2e05d28dc"><code>4388d82</code></a> tonic: Introduce a new method on Endpoint to override the origin (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/1013">#1013</a>)</li>
   <li><a href="https://github.com/hyperium/tonic/commit/8287988c21578239005d01cc394546eac5f39a10"><code>8287988</code></a> chore(reflection): Use write macro instead of write_fmt (<a href="https://github-redirect.dependabot.com/hyperium/tonic/issues/1015">#1015</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/hyperium/tonic/compare/v0.7.0...v0.8.0">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-ballista] dependabot[bot] commented on pull request #109: Update tonic-build requirement from 0.7 to 0.8

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

   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


[GitHub] [arrow-ballista] dependabot[bot] commented on pull request #109: Update tonic-build requirement from 0.7 to 0.8

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

   Looks like tonic-build is up-to-date now, so this is no longer needed.


-- 
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-ballista] dependabot[bot] closed pull request #109: Update tonic-build requirement from 0.7 to 0.8

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #109: Update tonic-build requirement from 0.7 to 0.8
URL: https://github.com/apache/arrow-ballista/pull/109


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