dependabot[bot] opened a new pull request, #17117: URL: https://github.com/apache/datafusion/pull/17117
Bumps [tonic](https://github.com/hyperium/tonic) from 0.13.1 to 0.14.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hyperium/tonic/releases">tonic's releases</a>.</em></p> <blockquote> <h2>v0.14.1</h2> <p>Notable change is to relax the accidental MSRV bump in the last release.</p> <h2>What's Changed</h2> <ul> <li>Add <code>service_generator</code> method to <code>Builder</code> by <a href="https://github.com/koesie10"><code>@koesie10</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2364">hyperium/tonic#2364</a></li> <li>Improve connection accept error message <a href="https://github.com/stepancheg"><code>@stepancheg</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2366">hyperium/tonic#2366</a></li> <li>Remove unconditional enable of tonic-build transport feature by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2357">hyperium/tonic#2357</a></li> <li>chore: relax msrv for most crates by <a href="https://github.com/acrrd"><code>@acrrd</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2378">hyperium/tonic#2378</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/koesie10"><code>@koesie10</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/tonic/pull/2364">hyperium/tonic#2364</a></li> <li><a href="https://github.com/stepancheg"><code>@stepancheg</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/tonic/pull/2366">hyperium/tonic#2366</a></li> <li><a href="https://github.com/acrrd"><code>@acrrd</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/tonic/pull/2378">hyperium/tonic#2378</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyperium/tonic/compare/v0.14.0...v0.14.1">https://github.com/hyperium/tonic/compare/v0.14.0...v0.14.1</a></p> <h2>v0.14.0</h2> <p>This release marks an important milestone for tonic, "hopefully" this will be the last major breaking release of Tonic before we start to transition work into bringing the community a joint-effort <code>grpc-rust</code> implementation. For the moment, any new features for the core of tonic that are not related to the work towards <code>grpc-rust</code> will not be accepted (I believe tonic to be in quite a good spot, security features of course will be handled with the upmost importance). Stay tuned there will be more information the coming months on what is going on with the new project but you can already see some of the code in the <code>grpc</code> crate within the <code>tonic</code> repository.</p> <p>You can always watch <a href="https://www.youtube.com/watch?v=ux1xoUR9Xm8">this video</a> for more info on <code>grpc-rust</code>.</p> <h2>Breaking Changes</h2> <ul> <li>Prost updated to v0.14</li> <li>Prost has been extracted to their own crates</li> </ul> <h2>Migration guide</h2> <p>To migrate between <code><=v0.13.1</code> to <code>v0.14</code> anything that used prost has now been moved into either <code>tonic-prost</code> or <code>tonic-prost-build</code>. All the previous types are still available but under these two new crates.</p> <h2>What's Changed</h2> <ul> <li>add support for tower's load-shed layer by <a href="https://github.com/joeroback"><code>@joeroback</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2189">hyperium/tonic#2189</a></li> <li>Box Status contents to reduce enum size (<a href="https://redirect.github.com/hyperium/tonic/issues/2253">#2253</a>) by <a href="https://github.com/tustvold"><code>@tustvold</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2282">hyperium/tonic#2282</a></li> <li>Update to prost 0.14 by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2300">hyperium/tonic#2300</a></li> <li>Update generated code to <code>error_details.proto</code> <code>a56cbf3b</code> by <a href="https://github.com/kriswuollett"><code>@kriswuollett</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2306">hyperium/tonic#2306</a></li> <li>feat(transport): Allow setting TCP_KEEPINTVL and TCP_KEEPCNT by <a href="https://github.com/xmakro"><code>@xmakro</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2299">hyperium/tonic#2299</a></li> <li>fix(tonic): make <code>Streaming</code> <code>Sync</code> again by <a href="https://github.com/Twey"><code>@Twey</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2293">hyperium/tonic#2293</a></li> <li>feat: preserve user-agent header (for real) by <a href="https://github.com/dbolduc"><code>@dbolduc</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2290">hyperium/tonic#2290</a></li> <li>feat(tls): Add tls handshake timeout support by <a href="https://github.com/honsunrise"><code>@honsunrise</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2309">hyperium/tonic#2309</a></li> <li>Update socket2 to v0.6 by <a href="https://github.com/Thomasdezeeuw"><code>@Thomasdezeeuw</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2329">hyperium/tonic#2329</a></li> <li>feat: Extract prost into its own tonic based crates by <a href="https://github.com/LucioFranco"><code>@LucioFranco</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2321">hyperium/tonic#2321</a></li> <li>feat(build): allow to specify trait attributes by <a href="https://github.com/ya7on"><code>@ya7on</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2348">hyperium/tonic#2348</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/joeroback"><code>@joeroback</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/tonic/pull/2189">hyperium/tonic#2189</a></li> <li><a href="https://github.com/tustvold"><code>@tustvold</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/tonic/pull/2282">hyperium/tonic#2282</a></li> <li><a href="https://github.com/darrasse"><code>@darrasse</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/tonic/pull/2297">hyperium/tonic#2297</a></li> <li><a href="https://github.com/ADSteele916"><code>@ADSteele916</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/tonic/pull/2291">hyperium/tonic#2291</a></li> <li><a href="https://github.com/kriswuollett"><code>@kriswuollett</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/tonic/pull/2306">hyperium/tonic#2306</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hyperium/tonic/blob/master/CHANGELOG.md">tonic's changelog</a>.</em></p> <blockquote> <h1>NOTE: ths changelog is no longer used and from version <code>v0.13.0</code> onward we will be using github releases and the changes can be found <a href="https://github.com/hyperium/tonic/releases">here</a>.</h1> <h1><a href="https://github.com/hyperium/tonic/compare/v0.12.2...v0.12.3">0.12.3</a> (2024-08-29)</h1> <h3>Features</h3> <ul> <li><strong>server:</strong> Added support for grpc max_connection_age (<a href="https://redirect.github.com/hyperium/tonic/issues/1865">#1865</a>)</li> <li><strong>build:</strong> Add <code>#[deprecated]</code> to deprecated client methods (<a href="https://redirect.github.com/hyperium/tonic/issues/1879">#1879</a>)</li> <li><strong>build:</strong> plumb skip_debug through prost Builder and add test (<a href="https://redirect.github.com/hyperium/tonic/issues/1900">#1900</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> Revert "fix tonic-build cargo build script outputs (<a href="https://redirect.github.com/hyperium/tonic/issues/1821">#1821</a>)" which accidentally increases MSRV (<a href="https://redirect.github.com/hyperium/tonic/issues/1898">#1898</a>)</li> <li><strong>server:</strong> ignore more error kinds in incoming socket stream (<a href="https://redirect.github.com/hyperium/tonic/issues/1885">#1885</a>)</li> <li><strong>transport</strong>: do not shutdown server on broken connections (<a href="https://redirect.github.com/hyperium/tonic/issues/1948">#1948</a>)</li> </ul> <h1><a href="https://github.com/hyperium/tonic/compare/v0.12.1...v0.12.2">0.12.2</a> (2024-08-23)</h1> <h3>Features</h3> <ul> <li>Move TimeoutExpired out of transport (<a href="https://redirect.github.com/hyperium/tonic/issues/1826">#1826</a>)</li> <li>Move ConnectError type from transport (<a href="https://redirect.github.com/hyperium/tonic/issues/1828">#1828</a>)</li> <li><strong>channel:</strong> allow setting max_header_list_size (<a href="https://redirect.github.com/hyperium/tonic/issues/1835">#1835</a>)</li> <li><strong>router:</strong> Add RoutesBuilder constructor (<a href="https://redirect.github.com/hyperium/tonic/issues/1855">#1855</a>)</li> <li><strong>tls:</strong> Rename tls-roots feature with tls-native-roots (<a href="https://redirect.github.com/hyperium/tonic/issues/1860">#1860</a>)</li> <li><strong>router:</strong> Rename Routes::into_router with into_axum_router (<a href="https://redirect.github.com/hyperium/tonic/issues/1862">#1862</a>)</li> <li><strong>router:</strong> Implement from axum::Router for Routes (<a href="https://redirect.github.com/hyperium/tonic/issues/1863">#1863</a>)</li> <li><strong>channel:</strong> Re-enable TLS based on Cargo features in generated clients (<a href="https://redirect.github.com/hyperium/tonic/issues/1866">#1866</a>)</li> <li><strong>server:</strong> allow setting max_header_list_size (<a href="https://redirect.github.com/hyperium/tonic/issues/1870">#1870</a>)</li> <li><strong>build:</strong> Expose formatted service name (<a href="https://redirect.github.com/hyperium/tonic/issues/1684">#1684</a>)</li> <li><strong>reflection:</strong> add back support for v1alpha reflection protocol (<a href="https://redirect.github.com/hyperium/tonic/issues/1888">#1888</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>router:</strong> Add missing unimplemented fallback to RoutesBuilder (<a href="https://redirect.github.com/hyperium/tonic/issues/1864">#1864</a>)</li> <li><strong>server:</strong> Prevent server from exiting on ECONNABORTED (<a href="https://redirect.github.com/hyperium/tonic/issues/1874">#1874</a>)</li> <li><strong>web:</strong> fix panic in trailer parsing on multiple trailers (<a href="https://redirect.github.com/hyperium/tonic/issues/1880">#1880</a>)</li> <li><strong>web:</strong> fix empty trailer parsing causing infinite parser loop (<a href="https://redirect.github.com/hyperium/tonic/issues/1883">#1883</a>)</li> </ul> <h1><a href="https://github.com/hyperium/tonic/compare/v0.12.0...v0.12.1">0.12.1</a> (2024-07-17)</h1> <h3>Bug Fixes</h3> <ul> <li>Reduce tokio-stream feature (<a href="https://redirect.github.com/hyperium/tonic/issues/1795">#1795</a>)</li> </ul> <h1><a href="https://github.com/hyperium/tonic/compare/v0.11.0...v0.12.0">0.12.0</a> (2024-07-08)</h1> <p>This breaking release updates tonic to the hyper <code>1.0</code> ecosystem and also updates to prost <code>v0.13.0</code>.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperium/tonic/commit/c9cc210cb7c6f3f937786a3134c682761a26c65c"><code>c9cc210</code></a> chore: prepare v0.14.1 release (<a href="https://redirect.github.com/hyperium/tonic/issues/2379">#2379</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/e510d983e44bbaf91ad004e23ef291ec16e30cb2"><code>e510d98</code></a> chore(ci): allow mismatched_lifetime_syntaxes for grpc interop tests (<a href="https://redirect.github.com/hyperium/tonic/issues/2382">#2382</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/a7bb5027bc296e34c9c9a4eab848c25d0b483383"><code>a7bb502</code></a> chore(doc): Add link definition to aws-lc-rs crate (<a href="https://redirect.github.com/hyperium/tonic/issues/2374">#2374</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/c854ee6efb27f094a9e6ead2341562f394348767"><code>c854ee6</code></a> chore: relax msrv for most crates (<a href="https://redirect.github.com/hyperium/tonic/issues/2378">#2378</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/edd281b6b562101fa2a04742879713006d7bb360"><code>edd281b</code></a> chore(doc): Remove outdated document about prost (<a href="https://redirect.github.com/hyperium/tonic/issues/2373">#2373</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/81e25664e1f6ded0747ebcae2f4e27252158d8c6"><code>81e2566</code></a> chore(nix): disable source hardening (<a href="https://redirect.github.com/hyperium/tonic/issues/2370">#2370</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/5687ccb85e76c9f40ba631852f7fd6513a3035a8"><code>5687ccb</code></a> chore(grpc): Remove direct dependent on futures-core and futures-util (<a href="https://redirect.github.com/hyperium/tonic/issues/2358">#2358</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/ae1dd119250bbf14691fe69f3586ecc38044150d"><code>ae1dd11</code></a> chore(grpc): Remove once_cell dependency (<a href="https://redirect.github.com/hyperium/tonic/issues/2354">#2354</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/9873cd40d5e24a2b623630db9cd4fc01c5b7c442"><code>9873cd4</code></a> chore(codec): Remove resolved workaround (<a href="https://redirect.github.com/hyperium/tonic/issues/2355">#2355</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/cd8cc0cdedcf712a3b89897b1c1bd5e99a1fc37b"><code>cd8cc0c</code></a> fix(prost): Remove unconditional enable of tonic-build transport feature (<a href="https://redirect.github.com/hyperium/tonic/issues/2357">#2357</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hyperium/tonic/compare/v0.13.1...v0.14.1">compare view</a></li> </ul> </details> <br /> [](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 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-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org