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

Bump tonic from 0.4.3 to 0.5.1 #1271

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2021

Bumps tonic from 0.4.3 to 0.5.1.

Changelog

Sourced from tonic's changelog.

0.5.1 (2021-08-09)

Features

Bug Fixes

  • build: remove unnecessary Debug constraint for client streams (#719) (167e8cb), closes #718
  • build: allow services to be named Service (#709) (380d81d), closes #676

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)

... (truncated)

Commits
  • efe0865 chore: Prepare tonic v0.5.1 and tonic-health 0.4.1 (#737)
  • 4e578b5 doc(tonic): add more interceptor examples (#736)
  • 8c8f4d1 feat(tonic): add Interceptor trait (#713)
  • 0e33a02 feat(transport): Add Connected impl for DuplexStream (#722)
  • 6ee638d feat(health): Expose grpc_health_v1 file descriptor set (#620)
  • 99fdc98 chore: Prepare tonic-build v0.5.1 (#720)
  • 380d81d fix(build): allow services to be named Service (#709)
  • 167e8cb fix(build): remove unnecessary Debug constraint for client streams (#719)
  • 0a06603 derive Clone for RouterService (#714)
  • 4b0ece6 chore: fix clippy lints (#707)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [tonic](https://github.com/hyperium/tonic) from 0.4.3 to 0.5.1.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.4.3...v0.5.1)

---
updated-dependencies:
- dependency-name: tonic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

romac commented Aug 10, 2021

Will be done in #1166 once unblocked.

@romac romac closed this Aug 10, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 10, 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/tonic-0.5.1 branch August 10, 2021 09:55
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