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/04/03 05:16:04 UTC

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

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

   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.8.4...v0.9.0">v0.9.0</a> (2023-03-31)</h1>
   <p>All tonic-* crates owned by this repository will now be versioned together to
   make it easier to understand which crate matches the core tonic crate version.</p>
   <h3>Breaking Changes</h3>
   <ul>
   <li>All crates bumped to 2021 edition</li>
   <li><code>tonic-health</code> and <code>tonic-reflection</code> internal protobuf module renamed.</li>
   <li>Default decoding message limit set to <code>4MiB</code> by default.</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>build:</strong> Allow Services to be named Result (<a href="https://redirect.github.com/hyperium/tonic/issues/1203">#1203</a>) (<a href="https://github.com/hyperium/tonic/commit/a562a3ce329a38696dfcb0d82b7102d93fb30a5c">a562a3c</a>), closes <a href="https://redirect.github.com/hyperium/tonic/issues/1156">#1156</a></li>
   <li><strong>codec:</strong> Cancelled client streaming handling (<a href="https://redirect.github.com/hyperium/tonic/issues/1315">#1315</a>) (<a href="https://github.com/hyperium/tonic/commit/c8027a1385dd5d3fb6abdce7be49c46a43d4f3c2">c8027a1</a>), closes <a href="https://redirect.github.com/hyperium/tonic/issues/848">#848</a></li>
   <li>MetadataKey::from_bytes returns an error (<a href="https://redirect.github.com/hyperium/tonic/issues/1246">#1246</a>) (<a href="https://github.com/hyperium/tonic/commit/930c805127cada70e4e4ab03c7680214b5c2a4f5">930c805</a>)</li>
   <li><strong>web:</strong> Fix <code>enable</code> and update docs (<a href="https://redirect.github.com/hyperium/tonic/issues/1326">#1326</a>) (<a href="https://github.com/hyperium/tonic/commit/a9db219e50b7d27e48cd44e76941113a36b72e26">a9db219</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>add GrpcMethod extension into request for client (<a href="https://redirect.github.com/hyperium/tonic/issues/1275">#1275</a>) (<a href="https://github.com/hyperium/tonic/commit/7a6b20d8ef5d31c9cc01f0cf697df1f3e28cb421">7a6b20d</a>)</li>
   <li><strong>build:</strong> Builder: add {enum,message}_attributes (<a href="https://redirect.github.com/hyperium/tonic/issues/1234">#1234</a>) (<a href="https://github.com/hyperium/tonic/commit/ff642f9233beab322333745f9edfa9c62ae18ca4">ff642f9</a>)</li>
   <li><strong>codec:</strong> Configure max request message size (<a href="https://redirect.github.com/hyperium/tonic/issues/1274">#1274</a>) (<a href="https://github.com/hyperium/tonic/commit/9f716d841184b8521720c6ed941af137ca2ee6a0">9f716d8</a>), closes <a href="https://redirect.github.com/hyperium/tonic/issues/1097">#1097</a></li>
   <li><strong>core:</strong> Default encoding/decoding limits (<a href="https://redirect.github.com/hyperium/tonic/issues/1335">#1335</a>) (<a href="https://github.com/hyperium/tonic/commit/ff331199e45c8b53e93f1bd51ccd74dafc2146ac">ff33119</a>)</li>
   <li><strong>reflection:</strong> Add dummy implementation for extension (<a href="https://redirect.github.com/hyperium/tonic/issues/1209">#1209</a>) (<a href="https://github.com/hyperium/tonic/commit/fdff11115b44c4cc7e3de59ea045a193fa6881bc">fdff111</a>)</li>
   <li>Rename api related to protobuf (<a href="https://redirect.github.com/hyperium/tonic/issues/1224">#1224</a>) (<a href="https://github.com/hyperium/tonic/commit/d2542dc034e89383bd182a25a0d3235859fb10f9">d2542dc</a>)</li>
   <li><strong>tls:</strong> add an option for optional TLS client authentication (<a href="https://redirect.github.com/hyperium/tonic/issues/1163">#1163</a>) (<a href="https://github.com/hyperium/tonic/commit/773e4e1749daf023222f2294816b1f09d9e916a0">773e4e1</a>), closes <a href="https://redirect.github.com/hyperium/tonic/issues/687">#687</a></li>
   <li><strong>tonic:</strong> Use NamedService without transport feature (<a href="https://redirect.github.com/hyperium/tonic/issues/1273">#1273</a>) (<a href="https://github.com/hyperium/tonic/commit/5acde56176d928ffddbf1076e922764fb151f959">5acde56</a>)</li>
   <li><strong>transport:</strong> Add <code>local_addr</code> to <code>Request o</code> (<a href="https://redirect.github.com/hyperium/tonic/issues/1327">#1327</a>) (<a href="https://github.com/hyperium/tonic/commit/b54ce2321a5cba1c32261f4eda2b27d1110b893d">b54ce23</a>)</li>
   <li><strong>transport:</strong> added support for EC keys (<a href="https://redirect.github.com/hyperium/tonic/issues/1145">#1145</a>) (<a href="https://github.com/hyperium/tonic/commit/17d6a4b576c1571bb149d3e935e9a835265a80dd">17d6a4b</a>), closes <a href="https://redirect.github.com/hyperium/tonic/issues/1143">#1143</a></li>
   <li><strong>types:</strong> Add gRPC Richer Error Model support (Docs) (<a href="https://redirect.github.com/hyperium/tonic/issues/1317">#1317</a>) (<a href="https://github.com/hyperium/tonic/commit/69ce71efa6f4601c9e8060e87d0641a51251e9ab">69ce71e</a>)</li>
   <li><strong>types:</strong> Add gRPC Richer Error Model support (Examples) (<a href="https://redirect.github.com/hyperium/tonic/issues/1300">#1300</a>) (<a href="https://github.com/hyperium/tonic/commit/d471212ee8264ca6c5169a9893f361187e9378c9">d471212</a>)</li>
   <li><strong>types:</strong> Add gRPC Richer Error Model support (Help) (<a href="https://redirect.github.com/hyperium/tonic/issues/1293">#1293</a>) (<a href="https://github.com/hyperium/tonic/commit/d6041a99c2a216a2ebc83b7bc5a0947ba7ca869c">d6041a9</a>)</li>
   <li><strong>types:</strong> Add gRPC Richer Error Model support (LocalizedMessage) (<a href="https://redirect.github.com/hyperium/tonic/issues/1295">#1295</a>) (<a href="https://github.com/hyperium/tonic/commit/d54d02d3ed8bf221c0c54494b7ce692d412391a4">d54d02d</a>)</li>
   <li><strong>types:</strong> Add gRPC Richer Error Model support (PreconditionFailure) (<a href="https://redirect.github.com/hyperium/tonic/issues/1276">#1276</a>) (<a href="https://github.com/hyperium/tonic/commit/2378581850483f26fd7c1dee0a797d936b73e881">2378581</a>)</li>
   <li><strong>types:</strong> Add gRPC Richer Error Model support (QuotaFailure) (<a href="https://redirect.github.com/hyperium/tonic/issues/1204">#1204</a>) (<a href="https://github.com/hyperium/tonic/commit/03b4735bb4ba7c6e84842d0515d1fd3be9d1cc13">03b4735</a>)</li>
   <li><strong>types:</strong> Add gRPC Richer Error Model support (ResourceInfo) (<a href="https://redirect.github.com/hyperium/tonic/issues/1282">#1282</a>) (<a href="https://github.com/hyperium/tonic/commit/7eeda24350c5a61cae7c8e56cc0439d9c40cc77d">7eeda24</a>)</li>
   <li><strong>types:</strong> Add gRPC Richer Error Model support (RetryInfo) (<a href="https://redirect.github.com/hyperium/tonic/issues/1095">#1095</a>) (<a href="https://github.com/hyperium/tonic/commit/6cdb3d4685966b71f051e4cd67c50e1d2db402f5">6cdb3d4</a>)</li>
   <li><strong>types:</strong> add support for <code>DebugInfo</code> error message type (<a href="https://redirect.github.com/hyperium/tonic/issues/1179">#1179</a>) (<a href="https://github.com/hyperium/tonic/commit/3076e8251e602ed6e98a8b3029070b33e3459109">3076e82</a>)</li>
   <li><strong>types:</strong> Expose FILE_DESCRIPTOR_SET  (<a href="https://redirect.github.com/hyperium/tonic/issues/1210">#1210</a>) (<a href="https://github.com/hyperium/tonic/commit/cc42d1f88c39d87b244f863daf4ff625f6ff36df">cc42d1f</a>)</li>
   <li><strong>core:</strong> Make some functionality of Status public (<a href="https://redirect.github.com/hyperium/tonic/issues/1256">#1256</a>)</li>
   <li><strong>core:</strong> Expose Response#into_parts and Response#from_parts (<a href="https://redirect.github.com/hyperium/tonic/issues/1263">#1263</a>)</li>
   <li><strong>build:</strong> Allow setting skip_protoc_run on the prost Builder (<a href="https://redirect.github.com/hyperium/tonic/issues/1318">#1318</a>)</li>
   </ul>
   <h1><a href="https://github.com/hyperium/tonic/compare/v0.8.3...v0.8.4">v0.8.4</a> (2022-11-29)</h1>
   <p>This release only contains a release for <code>tonic-build</code>.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/hyperium/tonic/commit/3a497f2ca2c2152cc0cfffc0c18365cd2aa3afa9"><code>3a497f2</code></a> chore: Prepare <code>v0.9.0</code> release (<a href="https://redirect.github.com/hyperium/tonic/issues/1337">#1337</a>)</li>
   <li><a href="https://github.com/hyperium/tonic/commit/b54ce2321a5cba1c32261f4eda2b27d1110b893d"><code>b54ce23</code></a> feat(transport): Add<code>local_addr</code> to <code>Request o</code> (<a href="https://redirect.github.com/hyperium/tonic/issues/1327">#1327</a>)</li>
   <li><a href="https://github.com/hyperium/tonic/commit/44ccf49d8edfc0ee1771efb7897cdfd0ec3cabd7"><code>44ccf49</code></a> chore(interop): Remove unnecessary asyncronous file io to read data (<a href="https://redirect.github.com/hyperium/tonic/issues/1336">#1336</a>)</li>
   <li><a href="https://github.com/hyperium/tonic/commit/ff331199e45c8b53e93f1bd51ccd74dafc2146ac"><code>ff33119</code></a> feat(core): Default encoding/decoding limits (<a href="https://redirect.github.com/hyperium/tonic/issues/1335">#1335</a>)</li>
   <li><a href="https://github.com/hyperium/tonic/commit/b3358dc6acf11ec800571735de1e1f1e449ec96a"><code>b3358dc</code></a> Allow setting skip_protoc_run on the prost Builder (<a href="https://redirect.github.com/hyperium/tonic/issues/1318">#1318</a>)</li>
   <li><a href="https://github.com/hyperium/tonic/commit/a9db219e50b7d27e48cd44e76941113a36b72e26"><code>a9db219</code></a> fix(web): Fix <code>enable</code> and update docs (<a href="https://redirect.github.com/hyperium/tonic/issues/1326">#1326</a>)</li>
   <li><a href="https://github.com/hyperium/tonic/commit/69ce71efa6f4601c9e8060e87d0641a51251e9ab"><code>69ce71e</code></a> feat(types): Add gRPC Richer Error Model support (Docs) (<a href="https://redirect.github.com/hyperium/tonic/issues/1317">#1317</a>)</li>
   <li><a href="https://github.com/hyperium/tonic/commit/ddec9e34f265bc8ab3e6b52aa981d7c191a7f723"><code>ddec9e3</code></a> chore(examples): Add <code>Cors</code> to grpc web server (<a href="https://redirect.github.com/hyperium/tonic/issues/1320">#1320</a>)</li>
   <li><a href="https://github.com/hyperium/tonic/commit/d471212ee8264ca6c5169a9893f361187e9378c9"><code>d471212</code></a> feat(types): Add gRPC Richer Error Model support (Examples) (<a href="https://redirect.github.com/hyperium/tonic/issues/1300">#1300</a>)</li>
   <li><a href="https://github.com/hyperium/tonic/commit/c8027a1385dd5d3fb6abdce7be49c46a43d4f3c2"><code>c8027a1</code></a> fix(codec): Cancelled client streaming handling (<a href="https://redirect.github.com/hyperium/tonic/issues/1315">#1315</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/hyperium/tonic/compare/v0.8.0...v0.9.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 #734: Update tonic-build requirement from 0.8 to 0.9

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

   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 #734: Update tonic-build requirement from 0.8 to 0.9

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

   Looks like tonic-build is no longer updatable, 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 #734: Update tonic-build requirement from 0.8 to 0.9

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #734: Update tonic-build requirement from 0.8 to 0.9
URL: https://github.com/apache/arrow-ballista/pull/734


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