Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tonic requirement from 0.4 to 0.5 in /proto #1180

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 12, 2021

Updates the requirements on tonic to permit the latest version.

Changelog

Sourced from tonic's changelog.

0.5.0 (2021-07-08)

This release includes a new crate tonic-web which is versioned at 0.1 and supports accepting grpc-web!

Breaking changes

  • prost bumped to 0.8.
  • BoxBody was removed in favor of the version provided in http-body.
  • The Connected trait has been modified to support more generic ConnectionInfo.
  • Streaming fixed to now return None once the stream has observed a trailing Status, notifying the user that the stream has ended.
  • A new interceptor API.

Bug Fixes

  • codec: Fix streaming reponses w/ many status (#689) (737ace3), closes #681
  • build: fix with_interceptor not building on Rust 1.51 (#669) (9478fac)
  • codec: improve error message for invalid compression flag (#663) (9cc14b7)
  • tonic: don't include error's cause in Display impl (#633) (31a3468)
  • transport: remove needless BoxFuture (#644) (74ad0a9)
  • web: fix compilation (#670) (e199387)

Features

  • build: support adding attributes to clients and servers (#684) (a948a8f)
  • codec: compression support (#692) (0583cff)
  • metadata: expose IterMut and ValuesMut (#639) (b0ec3ea)
  • metadata: remove manual Send + Sync impls for metadata types (#640) (e97f518)
  • tonic: add h2::Error as a source for Status (#612) (b90bb7b)
  • tonic: add Request and Response extensions (#642) (352b0f5)
  • tonic: expose setting for http2_adaptive_window (#657) (12815d0)
  • tonic: implement From<Code> for i32 (f33316d)
  • tonic: make it easier to add tower middleware to servers (#651) (4d2667d)
  • tonic: pass trace_fn the request rather than just the headers (#634) (7862a22)
  • tonic: Use BoxBody from http-body crate (#622) (4dda4cb)
  • tonic-web: implement grpc grpc-web protocol translation (#455) (c309063)
  • transport: Add connect_with_connector_lazy (#696) (2a46ff5), closes #695
  • transport: Add a tls-webpki-roots feature to add trust roots from webpki-roots (#660) (32173dc)
  • transport: add connect timeout to Endpoint (#662) (2b60a00)
  • transport: provide generic access to connect info (#647) (e5e3118)

0.4.3 (2021-04-29)

Features

  • client: Add Request::set_timeout (#615) (dae31d0)
  • transport: Configure TLS automatically when possible (#445) (b04c1c6)
  • transport: Support timeouts with the grpc-timeout header (#606) (9ff4f7b)

... (truncated)

Commits
  • 5bb1a02 Fix tonic-types and health versions
  • 040e3a4 chore: Prepare v0.5 release (#706)
  • acdb327 chore: update prost, and related crates, to 0.8 (#703)
  • a948a8f feat(build): support adding attributes to clients and servers (#684)
  • 89df338 doc(tonic): mention tower-http's tracing middleware (#705)
  • 2346d99 example: Add mocked io example (#677)
  • 6711b80 fix(tonic): don't remove reserved headers in interceptor (#701)
  • 0583cff feat(codec): compression support (#692)
  • 7677ad6 Fix connect with connector lazy
  • 2a46ff5 feat(transport): Add connect_with_connector_lazy (#696)
  • Additional commits viewable in compare view

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 commands and options

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)

Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: tonic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the I: dependencies Internal: related to dependencies label Jul 12, 2021
@romac
Copy link
Member

romac commented Jul 13, 2021

#1166

@romac romac closed this Jul 13, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 13, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/proto/tonic-0.5 branch July 13, 2021 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: dependencies Internal: related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant