dependabot[bot] opened a new pull request, #17403: URL: https://github.com/apache/datafusion/pull/17403
Bumps [tonic](https://github.com/hyperium/tonic) from 0.13.1 to 0.14.2. <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.2</h2> <h2>What's Changed</h2> <ul> <li>Improve <code>Status</code> formatting by <a href="https://github.com/emilk"><code>@emilk</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2403">hyperium/tonic#2403</a></li> <li>Separate out Tls ConnectInfo trait support into separate tls feature by <a href="https://github.com/xumaple"><code>@xumaple</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2402">hyperium/tonic#2402</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Shaun1"><code>@Shaun1</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/tonic/pull/2385">hyperium/tonic#2385</a></li> <li><a href="https://github.com/emilk"><code>@emilk</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/tonic/pull/2403">hyperium/tonic#2403</a></li> <li><a href="https://github.com/xumaple"><code>@xumaple</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/tonic/pull/2402">hyperium/tonic#2402</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyperium/tonic/compare/v0.14.1...v0.14.2">https://github.com/hyperium/tonic/compare/v0.14.1...v0.14.2</a></p> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperium/tonic/commit/03894a2708c562d6b31c155b1ddc850510ed6c0e"><code>03894a2</code></a> chore: prepare v0.14.2 release (<a href="https://redirect.github.com/hyperium/tonic/issues/2408">#2408</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/d02ee2d1dba2f77570097cbbd87a611399ea98c1"><code>d02ee2d</code></a> Separate out Tls ConnectInfo trait support into separate tls feature (<a href="https://redirect.github.com/hyperium/tonic/issues/2402">#2402</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/52f9de8727d77775b44408541709731b98c94995"><code>52f9de8</code></a> feat(tonic): Improve <code>Status</code> formatting (<a href="https://redirect.github.com/hyperium/tonic/issues/2403">#2403</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/efd69a25a93578dc61ea47c7b4c984238df2a121"><code>efd69a2</code></a> LucioFranco</li> <li><a href="https://github.com/hyperium/tonic/commit/e3f018fc8fa93f88f66f72d756b339c2af97694a"><code>e3f018f</code></a> chore(grpc): Update to socket2 0.6 (<a href="https://redirect.github.com/hyperium/tonic/issues/2390">#2390</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/8ce9ae60fbf843ef97b8871754bdabc124ef94ae"><code>8ce9ae6</code></a> feat(grpc): server codegen using protobuf rust (<a href="https://redirect.github.com/hyperium/tonic/issues/2359">#2359</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/c1b23969f977292c7dbf011a542686dfe36022ce"><code>c1b2396</code></a> chore(build): fix protoc binary name (<a href="https://redirect.github.com/hyperium/tonic/issues/2400">#2400</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/407c0d14f7931aadeced8ddab564826ff66d8e06"><code>407c0d1</code></a> chore(ci): Update to actions/checkout@v5 (<a href="https://redirect.github.com/hyperium/tonic/issues/2398">#2398</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/a84984a4e952b8d6891df76b7d078704a2122ccb"><code>a84984a</code></a> chore(build): convert from bazel to cmake (<a href="https://redirect.github.com/hyperium/tonic/issues/2393">#2393</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/736a8151c48c780500766203fc702897b763b4aa"><code>736a815</code></a> feat(grpc): add aggregate_states in child_manager (<a href="https://redirect.github.com/hyperium/tonic/issues/2363">#2363</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hyperium/tonic/compare/v0.13.1...v0.14.2">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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
